By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-14T16:45:43.461Z||main|||||INFO|500||The following profiles are active: basic
2022-06-14T16:46:07.225Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-14T16:46:07.227Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-14T16:46:07.575Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-14T16:46:18.029Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-14T16:46:18.909Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-14T16:46:20.068Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-14T16:46:20.092Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-14T16:46:20.338Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-14T16:46:20.839Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-14T16:46:22.119Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-14T16:46:25.746Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-14T16:46:30.245Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-14T16:46:30.351Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-14T16:46:31.735Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-14T16:46:32.190Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-14T16:46:34.948Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-14T16:46:37.072Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-14T16:46:37.105Z||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$$75ebdfa9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-14T16:46:37.107Z||main|||||WARN|500||The sdc end point is not alive
2022-06-14T16:46:43.854Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-14T16:46:50.798Z||main|||||WARN|500||---
2022-06-14T16:46:50.799Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-14T16:46:50.799Z||main|||||WARN|500||---
2022-06-14T16:46:51.724Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-14T16:46:59.126Z||main|||||INFO|500||Started Application in 82.106 seconds (JVM running for 85.756)
2022-06-14T16:46:59.154Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-14T16:46:59.160Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-14T16:46:59.193Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-14T16:46:59.248Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-14T16:46:59.399Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef5f0e1c-8891-49d7-bd12-6c654b504cee url= /sdc/v1/artifactTypes
2022-06-14T16:46:59.400Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-14T16:47:00.576Z||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.25.184] 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$$1dc4676e.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-14T16:47:00.584Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52cad2b7
2022-06-14T16:47:00.584Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-14T16:47:00.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-14T16:47:00.625Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-14T16:47:00.631Z||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$$1dc4676e.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-14T16:47:49.127Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-14T16:47:49.128Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-14T16:47:49.128Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-14T16:47:49.139Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-14T16:47:49.150Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff11b36e-3d21-4160-8603-c1585f2f6635 url= /sdc/v1/artifactTypes
2022-06-14T16:47:49.151Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-14T16:47:50.200Z||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.25.184] 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$$1dc4676e.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-14T16:47:50.201Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6962773e
2022-06-14T16:47:50.202Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-14T16:47:50.204Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-14T16:47:50.208Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-14T16:47:50.209Z||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$$1dc4676e.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-14T16:48:39.116Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-14T16:48:39.118Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-14T16:48:39.118Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-14T16:48:39.124Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-14T16:48:39.129Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 03c37e70-bd30-457c-96bf-b8dd6950b9c7 url= /sdc/v1/artifactTypes
2022-06-14T16:48:39.129Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-14T16:48:39.506Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-14T16:48:39.529Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-14T16:48:39.629Z||scheduling-1|||||DEBUG|500||create keys
2022-06-14T16:48:39.647Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-14T16:48:39.689Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:48:39.740Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f9fda94c-ff7b-4739-b0f7-21bba9216e3c url= /sdc/v1/registerForDistribution
2022-06-14T16:48:39.902Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f9fda94c-ff7b-4739-b0f7-21bba9216e3c url= /sdc/v1/registerForDistribution
2022-06-14T16:48:39.903Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-14T16:48:39.925Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:48:39.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:48:39.945Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-14T16:48:39.948Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:48:39.949Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:48:39.949Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:48:39.949Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:48:50.291Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:48:50.299Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:49:39.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:49:39.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:49:39.926Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:49:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:49:39.927Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:49:39.928Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:49:49.520Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:49:49.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:50:39.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:50:39.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:50:39.921Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:50:39.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:50:39.925Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:50:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:50:49.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:50:49.517Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:51:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:51:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:51:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:51:39.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:51:39.926Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:51:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:51:49.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:51:49.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:52:39.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:52:39.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:52:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:52:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:52:39.926Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:52:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:52:49.495Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:52:49.512Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:53:39.918Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:53:39.920Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:53:39.921Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:53:39.925Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:53:39.927Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:53:39.928Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:53:49.518Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:53:49.518Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:54:39.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:54:39.919Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:54:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:54:39.925Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:54:39.926Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:54:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:54:49.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:54:49.495Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:55:39.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:55:39.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:55:39.922Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:55:39.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:55:39.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:55:39.929Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:55:49.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:55:49.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:56:22.742Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-14T16:56:39.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:56:39.919Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:56:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:56:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:56:39.927Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:56:39.928Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:56:49.495Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:56:49.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:57:39.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:57:39.918Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:57:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:57:39.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:57:39.925Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:57:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:57:49.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:57:49.521Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:58:39.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:58:39.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:58:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:58:39.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:58:39.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:58:39.931Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:58:49.504Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:58:49.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:59:39.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:59:39.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:59:39.921Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:59:39.925Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:59:39.927Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T16:59:39.928Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:59:49.507Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T16:59:49.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:00:39.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:00:39.918Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:00:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:00:39.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:00:39.926Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:00:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:00:49.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:00:49.533Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:01:39.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:01:39.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:01:39.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:01:39.931Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:01:39.932Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:01:39.932Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:01:49.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:01:49.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:02:39.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:02:39.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:02:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:02:39.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:02:39.925Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:02:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:02:49.506Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:02:49.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:03:39.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:03:39.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:03:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:03:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:03:39.926Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:03:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:03:49.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:03:49.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:04:39.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:04:39.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:04:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:04:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:04:39.925Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:04:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:04:49.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:04:49.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:05:39.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:05:39.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:05:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:05:39.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:05:39.926Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:05:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:05:49.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:05:49.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:06:39.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:06:39.919Z||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-06-14T17:06:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:06:39.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:06:39.925Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:06:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:06:49.503Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:06:49.506Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:07:39.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:07:39.919Z||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-06-14T17:07:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:07:39.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:07:39.925Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:07:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:07:49.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:07:49.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:08:39.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:08:39.919Z||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-06-14T17:08:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:08:39.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:08:39.925Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:08:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:08:49.491Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:08:49.496Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:09:39.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:09:39.918Z||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-06-14T17:09:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:09:39.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:09:39.925Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:09:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:09:49.492Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:09:49.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:10:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:10:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:10:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:10:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:10:39.926Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:10:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:10:49.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:10:49.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:11:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:11:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:11:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:11:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:11:39.926Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:11:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:11:49.511Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:11:49.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:12:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:12:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:12:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:12:39.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:12:39.925Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:12:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:12:49.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:12:49.520Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:13:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:13:39.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:13:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:13:39.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:13:39.926Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:13:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:13:49.511Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:13:49.507Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:14:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:14:39.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:14:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:14:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:14:39.925Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:14:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:14:49.494Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:14:49.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:15:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:15:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:15:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:15:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:15:39.925Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:15:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:15:49.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:15:49.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:16:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:16:39.918Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:16:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:16:39.925Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:16:39.926Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:16:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:16:49.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:16:49.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:17:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:17:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:17:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:17:39.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:17:39.926Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:17:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:17:49.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:17:49.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:18:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:18:39.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:18:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:18:39.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:18:39.925Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:18:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:18:49.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:18:49.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:19:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:19:39.918Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:19:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:19:39.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:19:39.926Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:19:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:19:49.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:19:49.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:20:39.918Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:20:39.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:20:39.921Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:20:39.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:20:39.926Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:20:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:20:49.507Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:20:49.509Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:21:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:21:39.918Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:21:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:21:39.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:21:39.925Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:21:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:21:49.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:21:49.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:22:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:22:39.918Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:22:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:22:39.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:22:39.925Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:22:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:22:49.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:22:49.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:23:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:23:39.918Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:23:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:23:39.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:23:39.926Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:23:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:23:49.526Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:23:49.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:24:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:24:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:24:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:24:39.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:24:39.925Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:24:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:24:49.515Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:24:49.521Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:25:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:25:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:25:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:25:39.925Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:25:39.926Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:25:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:25:49.511Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:25:49.511Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:26:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:26:39.918Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:26:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:26:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:26:39.926Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:26:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:26:49.498Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:26:49.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:27:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:27:39.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:27:39.921Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:27:39.925Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:27:39.926Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:27:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:27:49.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:27:49.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:28:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:28:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:28:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:28:39.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:28:39.926Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:28:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:28:49.514Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:28:49.515Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:29:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:29:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:29:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:29:39.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:29:39.926Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:29:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:29:49.501Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:29:49.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:30:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:30:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:30:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:30:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:30:39.925Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:30:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:30:49.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:30:49.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:31:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:31:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:31:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:31:39.925Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:31:39.926Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:31:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:31:49.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:31:49.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:32:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:32:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:32:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:32:39.925Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:32:39.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:32:39.928Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:32:49.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:32:49.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:33:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:33:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:33:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:33:39.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:33:39.926Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:33:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:33:49.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:33:49.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:34:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:34:39.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:34:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:34:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:34:39.926Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:34:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:34:49.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:34:49.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:35:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:35:39.918Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:35:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:35:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:35:39.925Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:35:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:35:49.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:35:49.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:36:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:36:39.918Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:36:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:39.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:36:39.926Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:36:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:45.709Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:36:45.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T17:36:45.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e57c6b4a-a5fe-4647-a547-fde25be68120","serviceName":"vFW 2022-06-14 17-35-21","serviceVersion":"1.0","serviceUUID":"ca53c16a-f5f9-4aa8-8960-37d79e9d107c","serviceDescription":"catalog service description","serviceInvariantUUID":"5368ca20-318a-416a-aed8-b1f696a7bec9","resources":[{"resourceInstanceName":"vFW 4557aa32-6c26 0","resourceName":"vFW 4557aa32-6c26","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae84994e-df8e-49a2-b5f7-f88e9c46afe4","resourceInvariantUUID":"ddc67f0f-3816-4b92-b212-b8962f36e662","resourceCustomizationUUID":"99c9d32d-6445-444d-a8dd-a769ab28416a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml","artifactChecksum":"YWJjZTJkZjFjYzlmYjIzYzM0ODI0YmEwZThiOTE2NjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b7f3928-6c00-417a-a879-8800f02c73f0","artifactVersion":"1"},{"artifactName":"vfw4557aa326c260_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json","artifactChecksum":"OTEwY2JiZTBhYTI2YTQ2MTI0OTJlY2E5ZTM4NWNkNDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7be04a06-f8ea-46b9-afed-cde2cfb7964d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a9bc8501-d444-427a-85fe-4d205ac43042","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml","artifactChecksum":"ZTM2ZDQxNTdjZDVjNTEwMDJkYmRiNDUwZjNhMzczMjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d15410a3-66e9-41ad-82e6-b0fdaf1561ec","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe","artifactVersion":"2","generatedFromUUID":"a9bc8501-d444-427a-85fe-4d205ac43042"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220614173521-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml","artifactChecksum":"YjZlNGQ1NTEyZDhiZWYzYjY4ZTkzMTAzYWMyZmRkM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f627456-e345-41a7-8cba-1c1172b10cee","artifactVersion":"1"},{"artifactName":"service-Vfw20220614173521-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar","artifactChecksum":"ZjI1YWZiODgxY2MyNjFjNjdkYTMwOGZiNGRjN2JlZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96e1e960-9104-4f1d-acae-034fbda1c6a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T17:36:45.739Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:36:45.772Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:45.795Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:45.796Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228199917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:36:45.895Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-06-14T17:36:45.908Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:36:45.909Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:45.933Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:36:45.936Z||pool-3-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:46.011Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:36:46.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:36:46.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228198481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:36:46.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:36:46.812Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:36:46.813Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:46.817Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:46.818Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228199917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "NOTIFIED"
}
2022-06-14T17:36:46.917Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:36:46.919Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:36:46.919Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:46.944Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:36:46.945Z||pool-4-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:47.819Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:36:47.820Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:47.824Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:47.825Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228199917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-14T17:36:47.925Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:36:47.926Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:36:47.926Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:47.943Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:36:47.944Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:48.826Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:36:48.827Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:48.833Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:48.833Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228199917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:36:48.934Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:36:48.937Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:36:48.937Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:48.962Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:36:48.964Z||pool-6-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:49.834Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:36:49.835Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:49.841Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:49.841Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228199917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-14T17:36:49.941Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:36:49.943Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:36:49.943Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:49.959Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:36:49.960Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:50.854Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:36:50.855Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:50.858Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:50.858Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228199917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:36:50.959Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:36:50.961Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:36:50.961Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:50.979Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:36:50.981Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:51.859Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:36:51.863Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:51.867Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:51.868Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228199917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:36:51.967Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:36:51.968Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:36:51.968Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:52.011Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:36:52.014Z||pool-9-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:52.870Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"serviceName": "vFW 2022-06-14 17-35-21",
"serviceVersion": "1.0",
"serviceUUID": "ca53c16a-f5f9-4aa8-8960-37d79e9d107c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5368ca20-318a-416a-aed8-b1f696a7bec9",
"resources": [
{
"resourceInstanceName": "vFW 4557aa32-6c26 0",
"resourceCustomizationUUID": "99c9d32d-6445-444d-a8dd-a769ab28416a",
"resourceName": "vFW 4557aa32-6c26",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ae84994e-df8e-49a2-b5f7-f88e9c46afe4",
"resourceInvariantUUID": "ddc67f0f-3816-4b92-b212-b8962f36e662",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4557aa326c260_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"artifactChecksum": "OTEwY2JiZTBhYTI2YTQ2MTI0OTJlY2E5ZTM4NWNkNDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7be04a06-f8ea-46b9-afed-cde2cfb7964d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a9bc8501-d444-427a-85fe-4d205ac43042",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe",
"generatedFromUUID": "a9bc8501-d444-427a-85fe-4d205ac43042"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220614173521-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"artifactChecksum": "ZjI1YWZiODgxY2MyNjFjNjdkYTMwOGZiNGRjN2JlZWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "96e1e960-9104-4f1d-acae-034fbda1c6a9"
}
],
"workloadContext": "Production"
}
2022-06-14T17:36:52.871Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T17:36:52.872Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ca53c16a-f5f9-4aa8-8960-37d79e9d107c ASDC
2022-06-14T17:36:53.084Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e57c6b4a-a5fe-4647-a547-fde25be68120
ServiceName:vFW 2022-06-14 17-35-21
ServiceVersion:1.0
ServiceUUID:ca53c16a-f5f9-4aa8-8960-37d79e9d107c
ServiceInvariantUUID:5368ca20-318a-416a-aed8-b1f696a7bec9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220614173521-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar
ArtifactUUID:96e1e960-9104-4f1d-acae-034fbda1c6a9
ArtifactChecksum:ZjI1YWZiODgxY2MyNjFjNjdkYTMwOGZiNGRjN2JlZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4557aa32-6c26 0
ResourceCustomizationUUID:99c9d32d-6445-444d-a8dd-a769ab28416a
ResourceInvariantUUID:ddc67f0f-3816-4b92-b212-b8962f36e662
ResourceName:vFW 4557aa32-6c26
ResourceType:VF
ResourceUUID:ae84994e-df8e-49a2-b5f7-f88e9c46afe4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4557aa326c260_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json
ArtifactUUID:7be04a06-f8ea-46b9-afed-cde2cfb7964d
ArtifactChecksum:OTEwY2JiZTBhYTI2YTQ2MTI0OTJlY2E5ZTM4NWNkNDY=
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/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml
ArtifactUUID:a9bc8501-d444-427a-85fe-4d205ac43042
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/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env
ArtifactUUID:f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe
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/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env
ArtifactUUID:f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-14T17:36:53.085Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca53c16a-f5f9-4aa8-8960-37d79e9d107c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:36:53.517Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:36:53.519Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:36:53.522Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:36:53.523Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 96e1e960-9104-4f1d-acae-034fbda1c6a9 from URL: /sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar
2022-06-14T17:36:53.523Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:36:53.526Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar
2022-06-14T17:36:53.712Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:36:53.745Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar 96e1e960-9104-4f1d-acae-034fbda1c6a9 99027
2022-06-14T17:36:53.746Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar ASDC sendASDCNotification
2022-06-14T17:36:53.747Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar
2022-06-14T17:36:53.749Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:36:53.751Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:53.754Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:53.754Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228213745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:36:53.855Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:36:53.856Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:36:53.857Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:53.881Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:36:53.882Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:54.755Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:36:54.757Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:36:54.758Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 96e1e960-9104-4f1d-acae-034fbda1c6a9, URL: /sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar to file: /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:36:54.759Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220614173521-csar.csar
2022-06-14T17:36:54.889Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:36:54.889Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:36:56.171Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP302485858501185362/Definitions/service-Vfw20220614173521-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-14T17:37:00.668Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T17:37:00.677Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:37:00.678Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.679Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-14T17:37:00.679Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.679Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.679Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.680Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.680Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.680Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.681Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.681Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.681Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.681Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.682Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4557aa32-6c26 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.682Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.682Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.682Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:37:00.693Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.696Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:00.703Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:00.704Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:37:00.707Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:37:00.709Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.709Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:00.709Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:00.710Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:37:00.710Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:37:00.711Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.711Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:00.716Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.716Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is not matching search criteria
2022-06-14T17:37:00.716Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T17:37:00.718Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T17:37:00.719Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T17:37:00.719Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.719Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.720Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T17:37:00.720Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.720Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T17:37:00.721Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T17:37:00.721Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.722Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.722Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T17:37:00.722Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.723Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T17:37:00.723Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.723Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-14T17:37:00.724Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.724Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T17:37:00.726Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.726Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:00.726Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:00.727Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.727Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:00.728Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:00.728Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.728Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:00.729Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:00.729Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.729Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is not matching search criteria
2022-06-14T17:37:00.730Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T17:37:00.730Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T17:37:00.730Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-14T17:37:00.731Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T17:37:00.731Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T17:37:00.731Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.732Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.732Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T17:37:00.732Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.733Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T17:37:00.733Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.733Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7953f1cb-408e-483b-80a2-8f536c947609
2022-06-14T17:37:00.734Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.734Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is not matching search criteria
2022-06-14T17:37:00.734Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T17:37:00.735Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T17:37:00.735Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T17:37:00.735Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.736Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.736Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T17:37:00.736Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.737Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-14T17:37:00.737Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T17:37:00.737Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.738Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T17:37:00.738Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.738Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5b1849cd-f84d-4942-8d49-ed18b9c86890
2022-06-14T17:37:00.739Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.739Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is not matching search criteria
2022-06-14T17:37:00.739Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T17:37:00.740Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T17:37:00.740Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T17:37:00.740Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.741Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.741Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T17:37:00.741Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.741Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T17:37:00.742Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T17:37:00.742Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.742Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.743Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-14T17:37:00.743Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d94b4695-5f81-40e9-9f1d-7deececba075
2022-06-14T17:37:00.743Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.744Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:00.744Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.744Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:00.745Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.745Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:00.745Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:00.746Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:00.746Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-14 17-35-21
Description:catalog service description
Model UUID:ca53c16a-f5f9-4aa8-8960-37d79e9d107c
Model Version:NULL
Model InvariantUuid:5368ca20-318a-416a-aed8-b1f696a7bec9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4557aa32-6c26
Model UUID:4d531a15-f1b3-49ed-b788-1343dc8afc03
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ddc67f0f-3816-4b92-b212-b8962f36e662
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:99c9d32d-6445-444d-a8dd-a769ab28416a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dc4cb616-4822-4728-9e7e-ef235feced71
ModelName:Vfw4557aa326c26..base_vfw..module-0
ModelUuid:db51d063-49c5-4036-b5b9-2cb2e38c8efd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7953f1cb-408e-483b-80a2-8f536c947609
ModelInvariantUuid:bc4db632-db17-4254-9273-9935dc648e25
ModelName:vFW 4557aa32-6c26-nodes.vfwCvfc
ModelUuid:ea385162-240c-4c9b-9ec0-fb137d53befb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:49c046f7-6936-4b51-aa52-ae77114b83e5
ModelInvariantUuid:dbf3855d-5a6a-4ba2-ae53-39bb1880fedc
ModelName:Vfw4557aa326c26.compute.nodes.heat.vfw
ModelUuid:f4ad9e70-4d1b-4867-bdc9-72228ba5c165
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5b1849cd-f84d-4942-8d49-ed18b9c86890
ModelInvariantUuid:35d5c86a-bb79-4b41-bddf-54d6b02beb1c
ModelName:vFW 4557aa32-6c26-nodes.vsnCvfc
ModelUuid:3a1f3e7a-b31d-4693-902b-694e7f12f044
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ba762bc9-834c-4b7d-8d22-b4092cc7365b
ModelInvariantUuid:c00b2d3f-4145-4ead-80c8-6fc88a40d59d
ModelName:Vfw4557aa326c26.compute.nodes.heat.vsn
ModelUuid:e3dd9b89-05ae-4bde-b0f9-bb74e36d1553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d94b4695-5f81-40e9-9f1d-7deececba075
ModelInvariantUuid:aa90672a-7f60-4f55-9624-ba8a8fb4a2f9
ModelName:vFW 4557aa32-6c26-nodes.vpgCvfc
ModelUuid:271bb53f-a39b-44c7-a6d0-992050385d09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:28103533-1e7a-43f1-beae-f0aeb792e73e
ModelInvariantUuid:000d46fe-93e3-4f5b-8dee-e6b800c27756
ModelName:Vfw4557aa326c26.compute.nodes.heat.vpg
ModelUuid:176aa822-f845-43ae-8e1f-22d747312e7f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-14T17:37:00.786Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ae84994e-df8e-49a2-b5f7-f88e9c46afe4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-14T17:37:00.969Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||vFW 4557aa32-6c26 0
2022-06-14T17:37:00.977Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae84994e-df8e-49a2-b5f7-f88e9c46afe4
2022-06-14T17:37:00.978Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7be04a06-f8ea-46b9-afed-cde2cfb7964d from URL: /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json
2022-06-14T17:37:00.978Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:37:00.978Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json
2022-06-14T17:37:01.066Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:37:01.067Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json 7be04a06-f8ea-46b9-afed-cde2cfb7964d 785
2022-06-14T17:37:01.068Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json ASDC sendASDCNotification
2022-06-14T17:37:01.068Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json
2022-06-14T17:37:01.068Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:37:01.069Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:37:01.079Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:37:01.080Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228221068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:37:01.173Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-14T17:37:01.174Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:37:01.175Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:01.193Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:37:01.193Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:37:02.082Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4557aa326c26..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dc4cb616-4822-4728-9e7e-ef235feced71",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "db51d063-49c5-4036-b5b9-2cb2e38c8efd",
"vfModuleModelCustomizationUUID": "0f0ccdc7-51a5-48ab-b91f-f7a6e36c4605",
"isBase": true,
"artifacts": [
"a9bc8501-d444-427a-85fe-4d205ac43042",
"f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-14T17:37:02.100Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4557aa326c26..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db51d063-49c5-4036-b5b9-2cb2e38c8efd
VfModuleModelInvariantUUID:dc4cb616-4822-4728-9e7e-ef235feced71
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9bc8501-d444-427a-85fe-4d205ac43042
,
f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-14T17:37:02.105Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4557aa326c26..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dc4cb616-4822-4728-9e7e-ef235feced71",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "db51d063-49c5-4036-b5b9-2cb2e38c8efd",
"vfModuleModelCustomizationUUID": "0f0ccdc7-51a5-48ab-b91f-f7a6e36c4605",
"isBase": true,
"artifacts": [
"a9bc8501-d444-427a-85fe-4d205ac43042",
"f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-14T17:37:02.106Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4557aa326c26..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db51d063-49c5-4036-b5b9-2cb2e38c8efd
VfModuleModelInvariantUUID:dc4cb616-4822-4728-9e7e-ef235feced71
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9bc8501-d444-427a-85fe-4d205ac43042
,
f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-14T17:37:02.106Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a9bc8501-d444-427a-85fe-4d205ac43042 from URL: /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml
2022-06-14T17:37:02.106Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:37:02.109Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml
2022-06-14T17:37:02.189Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:37:02.192Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml a9bc8501-d444-427a-85fe-4d205ac43042 20368
2022-06-14T17:37:02.193Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-14T17:37:02.193Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml
2022-06-14T17:37:02.194Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:37:02.195Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:37:02.201Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:37:02.202Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228222193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:37:02.300Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-14T17:37:02.302Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:37:02.302Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:02.322Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:37:02.323Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:37:03.204Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe from URL: /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env
2022-06-14T17:37:03.205Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:37:03.206Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env
2022-06-14T17:37:03.280Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:37:03.281Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe 2098
2022-06-14T17:37:03.282Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-14T17:37:03.282Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env
2022-06-14T17:37:03.282Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:37:03.283Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:37:03.286Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:37:03.286Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228223282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:37:03.386Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:37:03.388Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:37:03.388Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:03.407Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:37:03.408Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:37:04.287Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ca53c16a-f5f9-4aa8-8960-37d79e9d107c
2022-06-14T17:37:04.289Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4557aa32-6c26 0 ae84994e-df8e-49a2-b5f7-f88e9c46afe4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-14T17:37:04.346Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57767432, org.onap.sdc.toscaparser.api.parameters.Input@7dbbd6e1, org.onap.sdc.toscaparser.api.parameters.Input@7d50a1ae, org.onap.sdc.toscaparser.api.parameters.Input@19c809dd, org.onap.sdc.toscaparser.api.parameters.Input@7d7b2932]
2022-06-14T17:37:04.354Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.355Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.356Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-06-14T17:37:04.357Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 99c9d32d-6445-444d-a8dd-a769ab28416a
2022-06-14T17:37:04.357Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 99c9d32d-6445-444d-a8dd-a769ab28416a matches Tosca VF Customization UUID: 99c9d32d-6445-444d-a8dd-a769ab28416a
2022-06-14T17:37:04.357Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 99c9d32d-6445-444d-a8dd-a769ab28416a matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-14T17:37:04.374Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.374Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.382Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 99c9d32d-6445-444d-a8dd-a769ab28416a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-14T17:37:04.382Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27b4f928
2022-06-14T17:37:04.383Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.383Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T17:37:04.385Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f0ccdc7-51a5-48ab-b91f-f7a6e36c4605
2022-06-14T17:37:04.387Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f0ccdc7-51a5-48ab-b91f-f7a6e36c4605
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-14T17:37:04.396Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.397Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:04.397Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:04.398Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.399Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:04.399Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:04.400Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.401Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is not matching search criteria
2022-06-14T17:37:04.401Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T17:37:04.401Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T17:37:04.402Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-14T17:37:04.402Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T17:37:04.403Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T17:37:04.403Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.403Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:04.404Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T17:37:04.404Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:04.405Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T17:37:04.406Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.407Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7953f1cb-408e-483b-80a2-8f536c947609
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-14T17:37:04.423Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.424Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:04.425Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:04.425Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.426Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is not matching search criteria
2022-06-14T17:37:04.426Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T17:37:04.427Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T17:37:04.427Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T17:37:04.427Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:04.428Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.428Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T17:37:04.429Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.429Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-14T17:37:04.430Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T17:37:04.430Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:04.431Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T17:37:04.431Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.431Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5b1849cd-f84d-4942-8d49-ed18b9c86890
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-14T17:37:04.436Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.437Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:04.438Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:04.442Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.443Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is not matching search criteria
2022-06-14T17:37:04.444Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T17:37:04.444Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T17:37:04.445Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T17:37:04.445Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:04.446Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.446Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T17:37:04.446Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.447Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T17:37:04.447Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T17:37:04.448Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.448Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:04.449Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-14T17:37:04.449Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d94b4695-5f81-40e9-9f1d-7deececba075
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-14T17:37:04.455Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.456Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:04.457Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:04.457Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.458Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:04.458Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=99c9d32d-6445-444d-a8dd-a769ab28416a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-14T17:37:04.462Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.463Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.463Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ca53c16a-f5f9-4aa8-8960-37d79e9d107c: vFW 4557aa32-6c26
2022-06-14T17:37:04.464Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.464Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.464Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.465Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.465Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.465Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.466Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.466Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.467Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:37:04.467Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.467Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-14 17-35-21
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:37:04.939Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4557aa32-6c26 ae84994e-df8e-49a2-b5f7-f88e9c46afe4 1 ASDC deployResourceStructure
2022-06-14T17:37:04.940Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json ASDC sendASDCNotification
2022-06-14T17:37:04.940Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json
2022-06-14T17:37:04.940Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:37:04.942Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:37:04.946Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:37:04.947Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228224940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "DEPLOY_OK"
}
2022-06-14T17:37:05.047Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:37:05.048Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:37:05.048Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:05.073Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:37:05.074Z||pool-14-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:37:05.949Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-14T17:37:05.949Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml
2022-06-14T17:37:05.950Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:37:05.951Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:37:05.954Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:37:05.954Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228225949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-14T17:37:06.054Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 64 ms
2022-06-14T17:37:06.055Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:37:06.055Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:06.093Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:37:06.094Z||pool-15-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":4,"count":1}
2022-06-14T17:37:06.999Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-14T17:37:07.000Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env
2022-06-14T17:37:07.000Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:37:07.001Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:37:07.005Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:37:07.005Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228226994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-14T17:37:07.109Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-14T17:37:07.111Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:37:07.112Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:07.135Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:37:07.136Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:37:08.007Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar ASDC sendASDCNotification
2022-06-14T17:37:08.007Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:08.007Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:37:08.008Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:37:08.023Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:37:08.023Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228228007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:37:08.120Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-14T17:37:08.122Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:37:08.123Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:08.142Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:37:08.143Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:37:09.031Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:37:09.084Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:37:09.089Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:37:09.089Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:37:09.089Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:37:39.090Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:37:39.109Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:37:39.113Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:37:39.114Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:37:39.114Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:37:39.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:37:39.926Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:37:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:39.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:37:39.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:37:39.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "cds",
"timestamp": 1655228202865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:37:39.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:37:39.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:37:39.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228197746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:37:39.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:38:09.115Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:38:09.133Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:38:09.154Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:38:09.154Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:38:09.154Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:38:39.154Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:38:39.171Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:38:39.177Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:38:39.178Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:38:39.178Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:38:39.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:38:39.926Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:38:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:38:39.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:38:39.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:38:39.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "ves-openapi-manager",
"timestamp": 1655228199376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:38:39.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:38:39.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:38:39.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228199917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:38:39.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:38:39.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:38:39.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "policy-id",
"timestamp": 1655228197721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:38:39.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:09.181Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:39:09.204Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:39:09.209Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:39:09.210Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:39:09.211Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:39:39.212Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:39:39.239Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:39:39.244Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:39:39.245Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:39:39.245Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:39:39.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:39:39.927Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:39:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:39:39.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:39:40.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228198481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "cds",
"timestamp": 1655228202865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228197746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "ves-openapi-manager",
"timestamp": 1655228199376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228199917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "policy-id",
"timestamp": 1655228197721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228198481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "cds",
"timestamp": 1655228202865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228197746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228199917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "ves-openapi-manager",
"timestamp": 1655228199376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "policy-id",
"timestamp": 1655228197721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228198481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "cds",
"timestamp": 1655228202865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228197746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "ves-openapi-manager",
"timestamp": 1655228199376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228199917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "policy-id",
"timestamp": 1655228197721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228198481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "cds",
"timestamp": 1655228202865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228197746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228199917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "ves-openapi-manager",
"timestamp": 1655228199376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "policy-id",
"timestamp": 1655228197721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "cds",
"timestamp": 1655228202865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228198481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228197746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "ves-openapi-manager",
"timestamp": 1655228199376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228199917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "policy-id",
"timestamp": 1655228197721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "cds",
"timestamp": 1655228202865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228198481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228197746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "ves-openapi-manager",
"timestamp": 1655228199376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228199917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "policy-id",
"timestamp": 1655228197721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "clamp",
"timestamp": 1655228211441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228213342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "cds",
"timestamp": 1655228213090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228213789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "policy-id",
"timestamp": 1655228213110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "clamp",
"timestamp": 1655228211441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228213745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "cds",
"timestamp": 1655228214110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:39:40.107Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e57c6b4a-a5fe-4647-a547-fde25be68120
2022-06-14T17:39:40.108Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57c6b4a-a5fe-4647-a547-fde25be68120 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:39:40.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "policy-id",
"timestamp": 1655228214125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:39:40.127Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "clamp",
"timestamp": 1655228211441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228214528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.129Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "policy-id",
"timestamp": 1655228215132,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:39:40.138Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e57c6b4a-a5fe-4647-a547-fde25be68120
2022-06-14T17:39:40.138Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57c6b4a-a5fe-4647-a547-fde25be68120 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:39:40.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "clamp",
"timestamp": 1655228211441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228215666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.164Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "clamp",
"timestamp": 1655228211441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228216768,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:39:40.177Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e57c6b4a-a5fe-4647-a547-fde25be68120
2022-06-14T17:39:40.177Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57c6b4a-a5fe-4647-a547-fde25be68120 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-14T17:39:40.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "clamp",
"timestamp": 1655228211441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228217776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "DEPLOY_OK"
}
2022-06-14T17:39:40.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "clamp",
"timestamp": 1655228211441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "policy-id",
"timestamp": 1655228217722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "cds",
"timestamp": 1655228217863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228218781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "policy-id",
"timestamp": 1655228217722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "cds",
"timestamp": 1655228217863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655228219376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228220637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:39:40.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228218781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "policy-id",
"timestamp": 1655228217722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "cds",
"timestamp": 1655228217863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655228219376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228221645,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:39:40.226Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e57c6b4a-a5fe-4647-a547-fde25be68120
2022-06-14T17:39:40.226Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57c6b4a-a5fe-4647-a547-fde25be68120 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:39:40.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228221068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228218781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "policy-id",
"timestamp": 1655228217722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "cds",
"timestamp": 1655228217863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655228219376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "aai-ml",
"timestamp": 1655228222450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228218781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228222193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "policy-id",
"timestamp": 1655228217722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "cds",
"timestamp": 1655228217863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655228219376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "aai-ml",
"timestamp": 1655228222450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228218781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228223282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.253Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "policy-id",
"timestamp": 1655228217722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "cds",
"timestamp": 1655228217863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655228219376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "aai-ml",
"timestamp": 1655228222450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228218781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "policy-id",
"timestamp": 1655228217722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "cds",
"timestamp": 1655228217863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655228219376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228224940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
"status": "DEPLOY_OK"
}
2022-06-14T17:39:40.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "aai-ml",
"timestamp": 1655228222450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228218781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "policy-id",
"timestamp": 1655228225602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.261Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "cds",
"timestamp": 1655228225690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.262Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655228219376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228225949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-14T17:39:40.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "aai-ml",
"timestamp": 1655228222450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228226555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "cds",
"timestamp": 1655228226697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:39:40.298Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3959ed9f-b8f3-4864-82da-41f18cdff25e
2022-06-14T17:39:40.299Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3959ed9f-b8f3-4864-82da-41f18cdff25e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:39:40.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "policy-id",
"timestamp": 1655228226617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:39:40.314Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228226994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-14T17:39:40.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "aai-ml",
"timestamp": 1655228222450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228227659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "policy-id",
"timestamp": 1655228227624,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:39:40.324Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3959ed9f-b8f3-4864-82da-41f18cdff25e
2022-06-14T17:39:40.325Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3959ed9f-b8f3-4864-82da-41f18cdff25e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:39:40.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228227746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228228007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:39:40.347Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "aai-ml",
"timestamp": 1655228222450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228228830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.348Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228227746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "aai-ml",
"timestamp": 1655228230435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228229848,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:39:40.360Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3959ed9f-b8f3-4864-82da-41f18cdff25e
2022-06-14T17:39:40.360Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3959ed9f-b8f3-4864-82da-41f18cdff25e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-14T17:39:40.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "clamp",
"timestamp": 1655228229551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228227746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655228230852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-14T17:39:40.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228227746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "clamp",
"timestamp": 1655228231532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:39:40.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228227746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "clamp",
"timestamp": 1655228232539,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:39:40.385Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e57c6b4a-a5fe-4647-a547-fde25be68120
2022-06-14T17:39:40.386Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57c6b4a-a5fe-4647-a547-fde25be68120 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:39:40.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228227746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228227746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228235547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.403Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228238212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:39:40.404Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655228239222,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:39:40.413Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3959ed9f-b8f3-4864-82da-41f18cdff25e
2022-06-14T17:39:40.414Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3959ed9f-b8f3-4864-82da-41f18cdff25e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:39:40.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "clamp",
"timestamp": 1655228241441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "clamp",
"timestamp": 1655228241441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "clamp",
"timestamp": 1655228241441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "clamp",
"timestamp": 1655228241441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "clamp",
"timestamp": 1655228241441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "clamp",
"timestamp": 1655228241441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "clamp",
"timestamp": 1655228241441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "aai-ml",
"timestamp": 1655228250497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:39:40.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "aai-ml",
"timestamp": 1655228251504,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:39:40.438Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e57c6b4a-a5fe-4647-a547-fde25be68120
2022-06-14T17:39:40.439Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57c6b4a-a5fe-4647-a547-fde25be68120 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:39:40.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "aai-ml",
"timestamp": 1655228222450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "aai-ml",
"timestamp": 1655228222450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "aai-ml",
"timestamp": 1655228222450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "aai-ml",
"timestamp": 1655228222450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "aai-ml",
"timestamp": 1655228222450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "aai-ml",
"timestamp": 1655228222450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "aai-ml",
"timestamp": 1655228222450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:39:40.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-14T17:39:40.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "aai-ml",
"timestamp": 1655228259723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "clamp",
"timestamp": 1655228259529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:40:09.246Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:40:09.269Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:40:09.277Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:40:09.278Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T17:40:09.278Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-14T17:40:09.278Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-14T17:40:09.279Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:40:09.279Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:40:09.279Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:40:09.279Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:40:09.280Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:40:09.280Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:40:09.280Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:40:09.290Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-14T17:40:39.290Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-14T17:40:39.309Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e57c6b4a-a5fe-4647-a547-fde25be68120 and serviceModelVersionId: ca53c16a-f5f9-4aa8-8960-37d79e9d107c
2022-06-14T17:40:39.309Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5368ca20-318a-416a-aed8-b1f696a7bec9
2022-06-14T17:40:39.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:40:39.926Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:40:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:40:40.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:40:40.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:40:40.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "clamp",
"timestamp": 1655228261524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:40:40.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:40:40.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:40:40.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "clamp",
"timestamp": 1655228262529,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:40:40.485Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3959ed9f-b8f3-4864-82da-41f18cdff25e
2022-06-14T17:40:40.485Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3959ed9f-b8f3-4864-82da-41f18cdff25e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:40:40.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:40:40.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "aai-ml",
"timestamp": 1655228268489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:40:40.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:40:40.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:40:40.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "aai-ml",
"timestamp": 1655228269495,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:40:40.513Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3959ed9f-b8f3-4864-82da-41f18cdff25e
2022-06-14T17:40:40.513Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3959ed9f-b8f3-4864-82da-41f18cdff25e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:41:02.671Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5368ca20-318a-416a-aed8-b1f696a7bec9/model-vers/model-ver/ca53c16a-f5f9-4aa8-8960-37d79e9d107c?depth=0
2022-06-14T17:41:02.899Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-14T17:41:03.852Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5368ca20-318a-416a-aed8-b1f696a7bec9/model-vers/model-ver/ca53c16a-f5f9-4aa8-8960-37d79e9d107c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-14T17:41:03.869Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5368ca20-318a-416a-aed8-b1f696a7bec9/model-vers/model-ver/ca53c16a-f5f9-4aa8-8960-37d79e9d107c?depth=0|INFO|500||Invoke
2022-06-14T17:41:04.035Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5368ca20-318a-416a-aed8-b1f696a7bec9/model-vers/model-ver/ca53c16a-f5f9-4aa8-8960-37d79e9d107c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-14T17:41:04.384Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5368ca20-318a-416a-aed8-b1f696a7bec9/model-vers/model-ver/ca53c16a-f5f9-4aa8-8960-37d79e9d107c?depth=0|INFO|500||InvokeReturn
2022-06-14T17:41:04.385Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5368ca20-318a-416a-aed8-b1f696a7bec9/model-vers/model-ver/ca53c16a-f5f9-4aa8-8960-37d79e9d107c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220614-17:41:05:057-97108], vertex-id=[376840], Content-Length=[0], Date=[Tue, 14 Jun 2022 17:41:05 GMT], Content-Type=[application/json]}
2022-06-14T17:41:04.387Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-14T17:41:04.392Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-14T17:41:04.393Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-14T17:41:04.401Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-14T17:41:04.402Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e57c6b4a-a5fe-4647-a547-fde25be68120 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-14T17:41:04.404Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-14T17:41:04.405Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:04.411Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:04.411Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228464403,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:41:04.509Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-14T17:41:04.512Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:04.513Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:04.537Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:04.539Z||pool-18-thread-1|||||INFO|500||cambria reply ok (27 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-06-14T17:41:05.441Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:41:05.442Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:41:05.443Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:09.984Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:09.985Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T17:41:09.985Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3959ed9f-b8f3-4864-82da-41f18cdff25e","serviceName":"basic_onboard_zhxWKQ","serviceVersion":"1.0","serviceUUID":"ddd126b8-4f4f-4963-8757-74478a99a8b3","serviceDescription":"service","serviceInvariantUUID":"2a8d1523-00d9-47cf-886b-6d6c17780428","resources":[{"resourceInstanceName":"basic_onboard_zhxWKQ 0","resourceName":"basic_onboard_zhxWKQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"25091793-4e8f-4021-aa54-cf4e75a5a25a","resourceInvariantUUID":"4ab3104b-d39f-44a5-ba5b-9e1503dbca04","resourceCustomizationUUID":"2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml","artifactChecksum":"OWU3ZjcxYTEwZDc4NmM4ZTE4ZDlmY2NhNGZiMzg3ZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0290ba6-2e97-414d-beb8-4e839a9cd1ad","artifactVersion":"1"},{"artifactName":"basic_onboard_zhxwkq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json","artifactChecksum":"MTAyNmM5YTMzNDI3ZmMwMTUxOGRlNjY0ODU2NTA5NTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"181626cc-4f12-47fb-add5-39d825bf1532","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c17786cd-11ed-4bea-8f52-66def971cac5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec5a034c-fa1e-439d-b705-33bab73869c3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"534aa58b-492d-4b00-8c57-6a603e5fa1bf","artifactVersion":"2","generatedFromUUID":"c17786cd-11ed-4bea-8f52-66def971cac5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZhxwkq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml","artifactChecksum":"NWIxYTNhOWFkNmVjNDJlYmE5ODZlNTNlZWM1OWIxNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5825f37f-44ca-4983-ae39-71a2cd687446","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZhxwkq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar","artifactChecksum":"OWNiNDY0ZWY4NzNjZmY2NTBkZDJkNWYzZWU5N2U4MGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47aa80c3-48a7-404c-a703-a329fb321433","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T17:41:09.990Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:41:09.991Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:09.993Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:09.993Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228465441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:41:10.094Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:10.095Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:10.095Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:10.120Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:10.121Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:10.994Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:41:10.999Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:11.002Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:11.002Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228465441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "NOTIFIED"
}
2022-06-14T17:41:11.102Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:11.104Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:11.104Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:11.129Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:11.130Z||pool-20-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:41:12.004Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:41:12.007Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:12.019Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:12.019Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228465441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-14T17:41:12.110Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-14T17:41:12.112Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:12.112Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:12.134Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:12.135Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:13.020Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:41:13.022Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:13.025Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:13.025Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228465441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:41:13.128Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-14T17:41:13.129Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:13.129Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:13.156Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:13.157Z||pool-22-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:14.026Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:41:14.027Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:14.032Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:14.032Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228465441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-14T17:41:14.132Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:41:14.134Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:14.134Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:14.153Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:14.154Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:15.033Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:41:15.035Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:15.040Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:15.041Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228465441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:41:15.140Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:41:15.141Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:15.142Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:15.164Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:15.165Z||pool-24-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:16.042Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:41:16.043Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:16.045Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:16.046Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228465441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:41:16.146Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:16.147Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:16.147Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:16.166Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:16.167Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:17.049Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"serviceName": "basic_onboard_zhxWKQ",
"serviceVersion": "1.0",
"serviceUUID": "ddd126b8-4f4f-4963-8757-74478a99a8b3",
"serviceDescription": "service",
"serviceInvariantUUID": "2a8d1523-00d9-47cf-886b-6d6c17780428",
"resources": [
{
"resourceInstanceName": "basic_onboard_zhxWKQ 0",
"resourceCustomizationUUID": "2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b",
"resourceName": "basic_onboard_zhxWKQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "25091793-4e8f-4021-aa54-cf4e75a5a25a",
"resourceInvariantUUID": "4ab3104b-d39f-44a5-ba5b-9e1503dbca04",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zhxwkq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"artifactChecksum": "MTAyNmM5YTMzNDI3ZmMwMTUxOGRlNjY0ODU2NTA5NTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "181626cc-4f12-47fb-add5-39d825bf1532",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c17786cd-11ed-4bea-8f52-66def971cac5",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "534aa58b-492d-4b00-8c57-6a603e5fa1bf",
"generatedFromUUID": "c17786cd-11ed-4bea-8f52-66def971cac5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "534aa58b-492d-4b00-8c57-6a603e5fa1bf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZhxwkq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"artifactChecksum": "OWNiNDY0ZWY4NzNjZmY2NTBkZDJkNWYzZWU5N2U4MGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "47aa80c3-48a7-404c-a703-a329fb321433"
}
],
"workloadContext": "Production"
}
2022-06-14T17:41:17.050Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T17:41:17.050Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ddd126b8-4f4f-4963-8757-74478a99a8b3 ASDC
2022-06-14T17:41:17.051Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3959ed9f-b8f3-4864-82da-41f18cdff25e
ServiceName:basic_onboard_zhxWKQ
ServiceVersion:1.0
ServiceUUID:ddd126b8-4f4f-4963-8757-74478a99a8b3
ServiceInvariantUUID:2a8d1523-00d9-47cf-886b-6d6c17780428
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZhxwkq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar
ArtifactUUID:47aa80c3-48a7-404c-a703-a329fb321433
ArtifactChecksum:OWNiNDY0ZWY4NzNjZmY2NTBkZDJkNWYzZWU5N2U4MGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zhxWKQ 0
ResourceCustomizationUUID:2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b
ResourceInvariantUUID:4ab3104b-d39f-44a5-ba5b-9e1503dbca04
ResourceName:basic_onboard_zhxWKQ
ResourceType:VF
ResourceUUID:25091793-4e8f-4021-aa54-cf4e75a5a25a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zhxwkq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json
ArtifactUUID:181626cc-4f12-47fb-add5-39d825bf1532
ArtifactChecksum:MTAyNmM5YTMzNDI3ZmMwMTUxOGRlNjY0ODU2NTA5NTg=
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/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c17786cd-11ed-4bea-8f52-66def971cac5
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/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env
ArtifactUUID:534aa58b-492d-4b00-8c57-6a603e5fa1bf
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/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env
ArtifactUUID:534aa58b-492d-4b00-8c57-6a603e5fa1bf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-14T17:41:17.052Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ddd126b8-4f4f-4963-8757-74478a99a8b3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-14T17:41:17.101Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:41:17.102Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:41:17.102Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:41:17.103Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 47aa80c3-48a7-404c-a703-a329fb321433 from URL: /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:17.103Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:41:17.103Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:17.267Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:41:17.274Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar 47aa80c3-48a7-404c-a703-a329fb321433 71595
2022-06-14T17:41:17.274Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar ASDC sendASDCNotification
2022-06-14T17:41:17.275Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:17.275Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:41:17.276Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:17.279Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:17.280Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228477274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:41:17.380Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:17.381Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:17.381Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:17.410Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:17.419Z||pool-26-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:18.281Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:41:18.282Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:41:18.283Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 47aa80c3-48a7-404c-a703-a329fb321433, URL: /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar to file: /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:18.283Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:18.284Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:18.284Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:18.494Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11747223454686964241/Definitions/service-BasicOnboardZhxwkq-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-14T17:41:20.532Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T17:41:20.534Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:41:20.534Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.534Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-14T17:41:20.534Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.534Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zhxWKQ 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:41:20.536Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:20.536Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:20.536Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:20.536Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:41:20.537Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:41:20.537Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:20.537Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:20.537Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:20.538Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:41:20.538Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:41:20.538Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:20.539Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:20.539Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:20.539Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is not matching search criteria
2022-06-14T17:41:20.539Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-14T17:41:20.539Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-14T17:41:20.540Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-14T17:41:20.540Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-14T17:41:20.540Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-14T17:41:20.540Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:20.540Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T17:41:20.541Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:20.541Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:20.541Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:41:20.541Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:20.542Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:20.542Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:41:20.543Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:20.543Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:20.543Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:41:20.543Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:20.544Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is not matching search criteria
2022-06-14T17:41:20.544Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-14T17:41:20.544Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-14T17:41:20.544Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e8a26bb3-f76d-4aac-b0e0-1930d68314a6
2022-06-14T17:41:20.544Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:20.545Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:20.545Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:20.545Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:20.545Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:20.545Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:20.546Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:20.546Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:20.546Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_zhxWKQ
Description:service
Model UUID:ddd126b8-4f4f-4963-8757-74478a99a8b3
Model Version:NULL
Model InvariantUuid:2a8d1523-00d9-47cf-886b-6d6c17780428
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_zhxWKQ
Model UUID:99065561-b42c-4db1-be44-2a858e86e6c7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4ab3104b-d39f-44a5-ba5b-9e1503dbca04
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:57d7a750-e7cc-4717-b06b-35abc4742202
ModelName:BasicOnboardZhxwkq..base_ubuntu18..module-0
ModelUuid:36eb62ee-407b-4f45-b8a1-0998dbca07f3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e8a26bb3-f76d-4aac-b0e0-1930d68314a6
ModelInvariantUuid:59d94c5a-0a2a-4844-8ec8-c483124d5f11
ModelName:basic_onboard_zhxWKQ-nodes.ubuntu18Cvfc
ModelUuid:79e6e98a-8da8-4a5b-8e94-9ff4a7501399
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:da818040-4a8e-4931-8ade-6d9074034490
ModelInvariantUuid:3d56a940-0d3b-4c66-a5a3-79904b97bbca
ModelName:BasicOnboardZhxwkq.compute.nodes.heat.ubuntu18
ModelUuid:a1aa63df-edec-407b-95e4-ad67f179ef52
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-14T17:41:20.554Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 25091793-4e8f-4021-aa54-cf4e75a5a25a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-14T17:41:20.558Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||basic_onboard_zhxWKQ 0
2022-06-14T17:41:20.559Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 25091793-4e8f-4021-aa54-cf4e75a5a25a
2022-06-14T17:41:20.559Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 181626cc-4f12-47fb-add5-39d825bf1532 from URL: /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json
2022-06-14T17:41:20.559Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:41:20.559Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json
2022-06-14T17:41:20.718Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:41:20.719Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json 181626cc-4f12-47fb-add5-39d825bf1532 798
2022-06-14T17:41:20.720Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json ASDC sendASDCNotification
2022-06-14T17:41:20.720Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json
2022-06-14T17:41:20.720Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:41:20.721Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:20.724Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:20.725Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228480720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:41:20.827Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:41:20.829Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:20.829Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:20.847Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:20.848Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:21.725Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZhxwkq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "57d7a750-e7cc-4717-b06b-35abc4742202",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "36eb62ee-407b-4f45-b8a1-0998dbca07f3",
"vfModuleModelCustomizationUUID": "c6eca51e-2f79-4341-9fab-4bc2cc205c4c",
"isBase": true,
"artifacts": [
"c17786cd-11ed-4bea-8f52-66def971cac5",
"534aa58b-492d-4b00-8c57-6a603e5fa1bf"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-14T17:41:21.734Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZhxwkq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36eb62ee-407b-4f45-b8a1-0998dbca07f3
VfModuleModelInvariantUUID:57d7a750-e7cc-4717-b06b-35abc4742202
VfModuleModelDescription:NULL
Artifacts UUID List:{
c17786cd-11ed-4bea-8f52-66def971cac5
,
534aa58b-492d-4b00-8c57-6a603e5fa1bf
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-14T17:41:21.739Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZhxwkq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "57d7a750-e7cc-4717-b06b-35abc4742202",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "36eb62ee-407b-4f45-b8a1-0998dbca07f3",
"vfModuleModelCustomizationUUID": "c6eca51e-2f79-4341-9fab-4bc2cc205c4c",
"isBase": true,
"artifacts": [
"c17786cd-11ed-4bea-8f52-66def971cac5",
"534aa58b-492d-4b00-8c57-6a603e5fa1bf"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-14T17:41:21.740Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZhxwkq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36eb62ee-407b-4f45-b8a1-0998dbca07f3
VfModuleModelInvariantUUID:57d7a750-e7cc-4717-b06b-35abc4742202
VfModuleModelDescription:NULL
Artifacts UUID List:{
c17786cd-11ed-4bea-8f52-66def971cac5
,
534aa58b-492d-4b00-8c57-6a603e5fa1bf
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-14T17:41:21.740Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c17786cd-11ed-4bea-8f52-66def971cac5 from URL: /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml
2022-06-14T17:41:21.740Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:41:21.741Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml
2022-06-14T17:41:21.797Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:41:21.798Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml c17786cd-11ed-4bea-8f52-66def971cac5 5033
2022-06-14T17:41:21.798Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-14T17:41:21.798Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml
2022-06-14T17:41:21.798Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:41:21.799Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:21.803Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:21.803Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228481798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:41:21.903Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:21.904Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:21.905Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:21.924Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:21.925Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:41:22.804Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 534aa58b-492d-4b00-8c57-6a603e5fa1bf from URL: /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env
2022-06-14T17:41:22.805Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:41:22.805Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env
2022-06-14T17:41:22.899Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:41:22.900Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env 534aa58b-492d-4b00-8c57-6a603e5fa1bf 909
2022-06-14T17:41:22.900Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-14T17:41:22.900Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env
2022-06-14T17:41:22.900Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:41:22.900Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:22.904Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:22.904Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228482900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:41:23.004Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:41:23.005Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:23.006Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:23.029Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:23.030Z||pool-29-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:41:23.904Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ddd126b8-4f4f-4963-8757-74478a99a8b3
2022-06-14T17:41:23.905Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zhxWKQ 0 25091793-4e8f-4021-aa54-cf4e75a5a25a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-14T17:41:23.923Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3beebbb1, org.onap.sdc.toscaparser.api.parameters.Input@5c45f91c, org.onap.sdc.toscaparser.api.parameters.Input@3e7a3de3, org.onap.sdc.toscaparser.api.parameters.Input@6a8b0edf, org.onap.sdc.toscaparser.api.parameters.Input@24f6130c]
2022-06-14T17:41:23.926Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:23.926Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.927Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-06-14T17:41:23.927Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b
2022-06-14T17:41:23.927Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b matches Tosca VF Customization UUID: 2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b
2022-06-14T17:41:23.927Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-14T17:41:23.931Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:23.931Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.933Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-14T17:41:23.933Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a3d3597
2022-06-14T17:41:23.933Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:23.933Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T17:41:23.934Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c6eca51e-2f79-4341-9fab-4bc2cc205c4c
2022-06-14T17:41:23.934Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c6eca51e-2f79-4341-9fab-4bc2cc205c4c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-14T17:41:23.938Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:23.938Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:23.938Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:41:23.939Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:23.939Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:23.939Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:41:23.939Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:23.940Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is not matching search criteria
2022-06-14T17:41:23.940Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-14T17:41:23.940Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-14T17:41:23.940Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e8a26bb3-f76d-4aac-b0e0-1930d68314a6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-14T17:41:23.948Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:23.948Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:23.949Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:41:23.949Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:23.950Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:23.950Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0] matching following query criteria: sdcType=VF, customizationUUID=2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-14T17:41:23.954Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:23.954Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.955Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ddd126b8-4f4f-4963-8757-74478a99a8b3: basic_onboard_zhxWKQ
2022-06-14T17:41:23.955Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:23.956Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.956Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:23.957Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.957Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:23.957Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.958Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:23.958Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.958Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:41:23.959Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.959Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_zhxWKQ
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:41:24.111Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zhxWKQ 25091793-4e8f-4021-aa54-cf4e75a5a25a 1 ASDC deployResourceStructure
2022-06-14T17:41:24.112Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json ASDC sendASDCNotification
2022-06-14T17:41:24.112Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json
2022-06-14T17:41:24.113Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:41:24.113Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:24.116Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:24.116Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228484112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-14T17:41:24.216Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:24.218Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:24.218Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:24.240Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:24.241Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:41:25.117Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-14T17:41:25.118Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml
2022-06-14T17:41:25.118Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:41:25.119Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:25.123Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:25.123Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228485117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-14T17:41:25.228Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-14T17:41:25.229Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:25.230Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:25.257Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:25.258Z||pool-31-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:26.125Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-14T17:41:26.125Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env
2022-06-14T17:41:26.126Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:41:26.127Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:26.129Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:26.129Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228486124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-14T17:41:26.230Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:41:26.231Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:26.231Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:26.251Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:26.252Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:27.131Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar ASDC sendASDCNotification
2022-06-14T17:41:27.132Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:27.132Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:41:27.133Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:27.136Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:27.137Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228487131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:41:27.237Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:27.238Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:27.238Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:27.267Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:27.268Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:28.142Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3959ed9f-b8f3-4864-82da-41f18cdff25e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:41:28.160Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3959ed9f-b8f3-4864-82da-41f18cdff25e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:41:28.167Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:41:28.167Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T17:41:28.168Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-14T17:41:28.168Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-14T17:41:28.168Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:41:28.168Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:41:28.169Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:41:28.169Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:41:28.170Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:41:28.170Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:41:28.170Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:41:28.186Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-14T17:41:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:41:39.926Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:41:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:40.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:40.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228464403,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:41:40.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228465441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:41:40.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T17:41:40.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228465441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "NOTIFIED"
}
2022-06-14T17:41:40.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T17:41:40.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228465441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-14T17:41:40.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T17:41:40.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228465441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:41:40.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T17:41:40.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228465441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-14T17:41:40.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T17:41:40.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228465441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:41:40.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T17:41:40.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228465441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:41:40.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T17:41:40.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228477274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:41:40.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228480720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:41:40.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228481798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:41:40.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228482900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:41:40.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228484112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-14T17:41:40.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228485117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-14T17:41:40.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228486124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-14T17:41:40.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228487131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:41:40.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:58.188Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3959ed9f-b8f3-4864-82da-41f18cdff25e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-14T17:41:58.198Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3959ed9f-b8f3-4864-82da-41f18cdff25e and serviceModelVersionId: ddd126b8-4f4f-4963-8757-74478a99a8b3
2022-06-14T17:41:58.198Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a8d1523-00d9-47cf-886b-6d6c17780428
2022-06-14T17:41:58.200Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0
2022-06-14T17:41:58.206Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-14T17:41:58.285Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0|INFO|500||Invoke
2022-06-14T17:41:58.286Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3959ed9f-b8f3-4864-82da-41f18cdff25e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a29e6755-5f1c-4045-bb1b-5c0a7721ccdb], X-ECOMP-RequestID=[3959ed9f-b8f3-4864-82da-41f18cdff25e], X-TransactionId=[], X-ONAP-RequestID=[3959ed9f-b8f3-4864-82da-41f18cdff25e], Content-Type=[application/merge-patch+json]}
2022-06-14T17:41:58.337Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-14T17:41:58.624Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?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/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220614-17:41:59:343-81005], vertex-id=[192528], Content-Length=[0], Date=[Tue, 14 Jun 2022 17:41:59 GMT], Content-Type=[application/json]}
2022-06-14T17:41:58.625Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-14T17:41:58.626Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0|INFO|500||InvokeReturn
2022-06-14T17:41:58.626Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-14T17:41:58.626Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-14T17:41:58.633Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-14T17:41:58.634Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3959ed9f-b8f3-4864-82da-41f18cdff25e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-14T17:41:58.634Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-14T17:41:58.635Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:58.639Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:58.640Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228518634,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:41:58.740Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:58.742Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:41:58.742Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:58.766Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:41:58.767Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-14T17:41:59.661Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:41:59.662Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:41:59.662Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:42:09.237Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:42:09.239Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:42:09.240Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:42:09.240Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:42:18.794Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:42:18.795Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:42:18.795Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:42:18.795Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:42:28.372Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:42:28.373Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:42:28.374Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:42:28.374Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:42:37.926Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:42:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:42:39.918Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:42:39.918Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:42:39.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:42:39.925Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:42:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:42:40.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:42:40.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T17:42:40.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655228518634,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:42:40.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:42:49.487Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:43:39.918Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:43:39.920Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:43:39.920Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:43:39.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:43:39.925Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:43:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:43:49.522Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:43:49.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:44:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:44:39.919Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:44:39.919Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:44:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:44:39.925Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:44:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:44:49.495Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:44:49.497Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:45:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:45:39.919Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:45:39.920Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:45:39.925Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:45:39.926Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:45:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:45:49.487Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:45:49.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:46:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:46:39.918Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:46:39.918Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:46:39.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:46:39.925Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:46:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:46:49.503Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:46:49.503Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:47:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:47:39.919Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:47:39.919Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:47:39.925Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:47:39.926Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:47:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:47:49.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:47:49.484Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:48:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:48:39.918Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:48:39.918Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:48:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:48:39.925Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:48:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:48:49.477Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:48:49.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:49:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:49:39.919Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:49:39.919Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:49:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:49:39.926Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:49:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:49:49.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:49:49.483Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:50:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:50:39.920Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:50:39.920Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:50:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:50:39.927Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:50:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:50:49.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:50:49.514Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:51:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:51:39.920Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:51:39.920Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:51:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:51:39.925Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:51:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:51:40.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:51:40.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "cds",
"timestamp": 1655229072862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:51:40.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229067746,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:51:40.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "cds",
"timestamp": 1655229072862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:51:40.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:51:40.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229067746,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:51:40.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:51:40.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "cds",
"timestamp": 1655229076008,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:51:40.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229076720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:51:40.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "cds",
"timestamp": 1655229077023,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:51:40.109Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 045c6967-e43d-4b51-9af8-f307236b80c0
2022-06-14T17:51:40.110Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 045c6967-e43d-4b51-9af8-f307236b80c0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:51:40.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229078585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:51:40.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "policy-id",
"timestamp": 1655229077721,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:51:40.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229078481,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:51:40.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229079589,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:51:40.136Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 045c6967-e43d-4b51-9af8-f307236b80c0
2022-06-14T17:51:40.137Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 045c6967-e43d-4b51-9af8-f307236b80c0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:51:40.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "policy-id",
"timestamp": 1655229077721,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:51:40.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:51:40.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229079376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:51:40.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229078481,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:51:40.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:51:40.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "policy-id",
"timestamp": 1655229080499,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:51:40.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229079376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:51:40.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "policy-id",
"timestamp": 1655229081507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:51:40.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "clamp",
"timestamp": 1655229081441,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:51:40.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "policy-id",
"timestamp": 1655229082514,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:51:40.171Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 045c6967-e43d-4b51-9af8-f307236b80c0
2022-06-14T17:51:40.171Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 045c6967-e43d-4b51-9af8-f307236b80c0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:51:40.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "clamp",
"timestamp": 1655229081441,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:51:40.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:51:40.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "clamp",
"timestamp": 1655229091745,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:51:40.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "aai-ml",
"timestamp": 1655229092450,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:51:40.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "aai-ml",
"timestamp": 1655229092450,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:51:40.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:51:40.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "aai-ml",
"timestamp": 1655229095224,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:51:40.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "clamp",
"timestamp": 1655229094757,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:51:40.189Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "clamp",
"timestamp": 1655229095764,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:51:40.205Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 045c6967-e43d-4b51-9af8-f307236b80c0
2022-06-14T17:51:40.206Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 045c6967-e43d-4b51-9af8-f307236b80c0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:51:40.566Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:51:40.567Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.567Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"045c6967-e43d-4b51-9af8-f307236b80c0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"53e643d5-1ec4-4176-bd76-e27c859963bf","serviceDescription":"service","serviceInvariantUUID":"235845d6-4284-4f8b-9383-69a2f350b433","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7cee1aed-7ee9-43b7-a80b-0b94140396d4","resourceInvariantUUID":"be500a4a-ff59-483e-a5e7-09f5fba3dd47","resourceCustomizationUUID":"99ad3989-d51d-4b3c-9003-c5ebb6bbb98d","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":"ZjkyNGUxODM3NjRiMDVmOGViNTc1YjhiYzc1OGExNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e523fea-d901-4a8b-895a-34fed7a958e2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWJmMDM0ZTlhMWU5YzM0Mzc4YTY4NTBkZWE5ZTJlZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"472a7129-b23e-4fe8-be0c-b33086553848","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T17:51:40.571Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:51:40.572Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:51:40.577Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:51:40.577Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229099917,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.677Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:51:40.679Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:51:40.680Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:51:40.697Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:51:40.698Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:51:41.578Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:51:41.580Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:51:41.584Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:51:41.584Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229099917,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:51:41.684Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:51:41.685Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:51:41.685Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:51:41.730Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:51:41.731Z||pool-36-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:51:42.586Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "53e643d5-1ec4-4176-bd76-e27c859963bf",
"serviceDescription": "service",
"serviceInvariantUUID": "235845d6-4284-4f8b-9383-69a2f350b433",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "99ad3989-d51d-4b3c-9003-c5ebb6bbb98d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "7cee1aed-7ee9-43b7-a80b-0b94140396d4",
"resourceInvariantUUID": "be500a4a-ff59-483e-a5e7-09f5fba3dd47",
"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": "ZWJmMDM0ZTlhMWU5YzM0Mzc4YTY4NTBkZWE5ZTJlZDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "472a7129-b23e-4fe8-be0c-b33086553848"
}
],
"workloadContext": "Production"
}
2022-06-14T17:51:42.587Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T17:51:42.588Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 53e643d5-1ec4-4176-bd76-e27c859963bf ASDC
2022-06-14T17:51:42.589Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:045c6967-e43d-4b51-9af8-f307236b80c0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:53e643d5-1ec4-4176-bd76-e27c859963bf
ServiceInvariantUUID:235845d6-4284-4f8b-9383-69a2f350b433
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:472a7129-b23e-4fe8-be0c-b33086553848
ArtifactChecksum:ZWJmMDM0ZTlhMWU5YzM0Mzc4YTY4NTBkZWE5ZTJlZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:99ad3989-d51d-4b3c-9003-c5ebb6bbb98d
ResourceInvariantUUID:be500a4a-ff59-483e-a5e7-09f5fba3dd47
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7cee1aed-7ee9-43b7-a80b-0b94140396d4
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-14T17:51:42.590Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53e643d5-1ec4-4176-bd76-e27c859963bf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-14T17:51:42.640Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:51:42.642Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:51:42.642Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:51:42.643Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 472a7129-b23e-4fe8-be0c-b33086553848 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-14T17:51:42.643Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:51:42.643Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-14T17:51:42.734Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:51:42.737Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 472a7129-b23e-4fe8-be0c-b33086553848 52509
2022-06-14T17:51:42.738Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-14T17:51:42.738Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-14T17:51:42.739Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:51:42.739Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:51:42.742Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:51:42.742Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229102738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:51:42.842Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:51:42.844Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:51:42.844Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:51:42.869Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:51:42.870Z||pool-37-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:51:43.743Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:51:43.745Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:51:43.745Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 472a7129-b23e-4fe8-be0c-b33086553848, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:43.746Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-14T17:51:43.747Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:43.747Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:43.990Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12510761213382135860/Definitions/service-BasicNetwork-template.yml
2022-06-14T17:51:44.893Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T17:51:44.893Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:51:44.894Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:44.894Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-14T17:51:44.894Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:44.894Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:44.894Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:44.894Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:44.895Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:44.895Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:44.895Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:44.895Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:44.895Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:51:44.895Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:51:44.896Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.896Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-14T17:51:44.896Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:51:44.896Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:51:44.897Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:51:44.897Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.897Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-14T17:51:44.897Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:51:44.897Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:51:44.898Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:51:44.898Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.898Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:51:44.898Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.899Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:51:44.899Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.899Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:51:44.899Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.899Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:51:44.900Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.900Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:53e643d5-1ec4-4176-bd76-e27c859963bf
Model Version:NULL
Model InvariantUuid:235845d6-4284-4f8b-9383-69a2f350b433
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:be500a4a-ff59-483e-a5e7-09f5fba3dd47
Model UUID:bfcefdd6-1f25-45fe-bbcc-1f946439d74f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:99ad3989-d51d-4b3c-9003-c5ebb6bbb98d
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-14T17:51:44.913Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 7cee1aed-7ee9-43b7-a80b-0b94140396d4
2022-06-14T17:51:44.913Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||No resources found for Service: 53e643d5-1ec4-4176-bd76-e27c859963bf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-14T17:51:44.921Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||
2022-06-14T17:51:44.921Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-14T17:51:44.922Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 53e643d5-1ec4-4176-bd76-e27c859963bf
2022-06-14T17:51:44.923Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 53e643d5-1ec4-4176-bd76-e27c859963bf
2022-06-14T17:51:44.923Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-14T17:51:44.923Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-14T17:51:44.933Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7aeb7892, org.onap.sdc.toscaparser.api.parameters.Input@71182b17, org.onap.sdc.toscaparser.api.parameters.Input@2ce574cc, org.onap.sdc.toscaparser.api.parameters.Input@4d7a440e, org.onap.sdc.toscaparser.api.parameters.Input@6c748adb]
2022-06-14T17:51:44.935Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:51:44.935Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.935Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:51:44.936Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.936Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 53e643d5-1ec4-4176-bd76-e27c859963bf: Generic NeutronNet
2022-06-14T17:51:44.936Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:51:44.936Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.936Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:51:44.936Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-14T17:51:44.990Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:51:44.991Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.991Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:51:44.991Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.991Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:51:44.991Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.992Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-14T17:51:45.111Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-14T17:51:45.112Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-14T17:51:45.112Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-14T17:51:45.112Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:51:45.112Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:51:45.114Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:51:45.114Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229105111,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:51:45.215Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:51:45.216Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:51:45.216Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:51:45.239Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:51:45.240Z||pool-38-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:51:46.115Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:51:46.132Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:51:46.138Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:51:46.139Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:51:46.139Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:52:16.139Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:52:16.162Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:52:16.168Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:52:16.169Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:52:16.169Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:52:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:52:39.926Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:52:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:52:39.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:52:39.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:52:39.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "aai-ml",
"timestamp": 1655229100834,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:52:39.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:52:46.169Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:52:46.187Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:52:46.197Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:52:46.197Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:52:46.197Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:53:16.207Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:53:16.224Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:53:16.228Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:53:16.228Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:53:16.228Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:53:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:53:39.926Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:53:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:53:39.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:53:39.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:39.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229099917,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:39.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:39.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:39.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "aai-ml",
"timestamp": 1655229101839,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:53:39.999Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 045c6967-e43d-4b51-9af8-f307236b80c0
2022-06-14T17:53:39.999Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 045c6967-e43d-4b51-9af8-f307236b80c0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:53:40.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229099917,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229102738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229105111,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:53:40.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "clamp",
"timestamp": 1655229111441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "policy-id",
"timestamp": 1655229117721,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "cds",
"timestamp": 1655229117862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229118481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "clamp",
"timestamp": 1655229111441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "policy-id",
"timestamp": 1655229117721,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "cds",
"timestamp": 1655229117862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229118481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229119377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "clamp",
"timestamp": 1655229111441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "policy-id",
"timestamp": 1655229117721,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "cds",
"timestamp": 1655229117862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229118481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229119377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "clamp",
"timestamp": 1655229111441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "policy-id",
"timestamp": 1655229117721,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "cds",
"timestamp": 1655229117862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229118481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229119377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "aai-ml",
"timestamp": 1655229122450,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "clamp",
"timestamp": 1655229111441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "policy-id",
"timestamp": 1655229117721,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "cds",
"timestamp": 1655229117862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229118481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229119377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "aai-ml",
"timestamp": 1655229122450,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "clamp",
"timestamp": 1655229111441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "policy-id",
"timestamp": 1655229117721,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "cds",
"timestamp": 1655229117862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229118481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229119377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "aai-ml",
"timestamp": 1655229122450,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "clamp",
"timestamp": 1655229111441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "policy-id",
"timestamp": 1655229117721,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "cds",
"timestamp": 1655229117862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229118481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229119377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "aai-ml",
"timestamp": 1655229122450,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "clamp",
"timestamp": 1655229111441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "policy-id",
"timestamp": 1655229117721,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "cds",
"timestamp": 1655229117862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229118481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229119377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "aai-ml",
"timestamp": 1655229122450,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "policy-id",
"timestamp": 1655229126518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "cds",
"timestamp": 1655229126733,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229119377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "aai-ml",
"timestamp": 1655229122450,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "policy-id",
"timestamp": 1655229127523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:53:40.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229127746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "cds",
"timestamp": 1655229127740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:53:40.064Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c4784e0a-6271-4804-94d0-61610220dd56
2022-06-14T17:53:40.065Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4784e0a-6271-4804-94d0-61610220dd56 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:53:40.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "aai-ml",
"timestamp": 1655229122450,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229128350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "policy-id",
"timestamp": 1655229128527,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:53:40.090Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4784e0a-6271-4804-94d0-61610220dd56
2022-06-14T17:53:40.091Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4784e0a-6271-4804-94d0-61610220dd56 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:53:40.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229127746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "aai-ml",
"timestamp": 1655229122450,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229129662,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-06-14T17:53:40.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229127746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "aai-ml",
"timestamp": 1655229131360,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229130667,
"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-06-14T17:53:40.117Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c4784e0a-6271-4804-94d0-61610220dd56
2022-06-14T17:53:40.118Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4784e0a-6271-4804-94d0-61610220dd56 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-06-14T17:53:40.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229127746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229127746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229127746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229127746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229127746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229136699,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.139Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "aai-ml",
"timestamp": 1655229137528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:53:40.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "clamp",
"timestamp": 1655229136760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "aai-ml",
"timestamp": 1655229138534,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:53:40.149Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c4784e0a-6271-4804-94d0-61610220dd56
2022-06-14T17:53:40.149Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4784e0a-6271-4804-94d0-61610220dd56 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:53:40.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229139034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:53:40.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "clamp",
"timestamp": 1655229138767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T17:53:40.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229140039,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:53:40.174Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c4784e0a-6271-4804-94d0-61610220dd56
2022-06-14T17:53:40.175Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4784e0a-6271-4804-94d0-61610220dd56 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:53:40.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "clamp",
"timestamp": 1655229139773,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:53:40.201Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c4784e0a-6271-4804-94d0-61610220dd56
2022-06-14T17:53:40.202Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4784e0a-6271-4804-94d0-61610220dd56 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:53:40.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229139376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229138481,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "clamp",
"timestamp": 1655229141441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "cds",
"timestamp": 1655229147863,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229138481,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229139376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "clamp",
"timestamp": 1655229141441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "cds",
"timestamp": 1655229147863,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229138481,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229139376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "clamp",
"timestamp": 1655229141441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "cds",
"timestamp": 1655229147863,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229138481,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229139376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "clamp",
"timestamp": 1655229141441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "cds",
"timestamp": 1655229147863,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229138481,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229139376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "clamp",
"timestamp": 1655229141441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "aai-ml",
"timestamp": 1655229152450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "cds",
"timestamp": 1655229147863,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229138481,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229139376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "clamp",
"timestamp": 1655229141441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "aai-ml",
"timestamp": 1655229152450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "cds",
"timestamp": 1655229147863,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229138481,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655229139376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "clamp",
"timestamp": 1655229141441,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "aai-ml",
"timestamp": 1655229152450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "cds",
"timestamp": 1655229147863,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "aai-ml",
"timestamp": 1655229152450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229155619,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "cds",
"timestamp": 1655229155687,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "aai-ml",
"timestamp": 1655229152450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229156686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "cds",
"timestamp": 1655229156695,
"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-06-14T17:53:40.260Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46cfa119-5019-426b-9b06-9892824995e5
2022-06-14T17:53:40.260Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46cfa119-5019-426b-9b06-9892824995e5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:53:40.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "aai-ml",
"timestamp": 1655229152450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229157755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229157746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "aai-ml",
"timestamp": 1655229152450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "policy-id",
"timestamp": 1655229157720,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229158774,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:53:40.293Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46cfa119-5019-426b-9b06-9892824995e5
2022-06-14T17:53:40.293Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46cfa119-5019-426b-9b06-9892824995e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T17:53:40.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229157746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "aai-ml",
"timestamp": 1655229160270,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "policy-id",
"timestamp": 1655229157720,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655229159777,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655229157746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-14T17:53:46.229Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:53:46.451Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:53:46.455Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:53:46.456Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T17:53:46.456Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-14T17:53:46.456Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-14T17:53:46.457Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:53:46.457Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:53:46.457Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:53:46.459Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:53:46.459Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:53:46.461Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-14T17:53:46.461Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T17:53:46.475Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-14T17:54:16.475Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-14T17:54:16.486Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 045c6967-e43d-4b51-9af8-f307236b80c0 and serviceModelVersionId: 53e643d5-1ec4-4176-bd76-e27c859963bf
2022-06-14T17:54:16.487Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 235845d6-4284-4f8b-9383-69a2f350b433
2022-06-14T17:54:16.488Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/235845d6-4284-4f8b-9383-69a2f350b433/model-vers/model-ver/53e643d5-1ec4-4176-bd76-e27c859963bf?depth=0
2022-06-14T17:54:16.495Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-14T17:54:16.580Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/235845d6-4284-4f8b-9383-69a2f350b433/model-vers/model-ver/53e643d5-1ec4-4176-bd76-e27c859963bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-14T17:54:16.582Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/235845d6-4284-4f8b-9383-69a2f350b433/model-vers/model-ver/53e643d5-1ec4-4176-bd76-e27c859963bf?depth=0|INFO|500||Invoke
2022-06-14T17:54:16.621Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/235845d6-4284-4f8b-9383-69a2f350b433/model-vers/model-ver/53e643d5-1ec4-4176-bd76-e27c859963bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-14T17:54:16.742Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/235845d6-4284-4f8b-9383-69a2f350b433/model-vers/model-ver/53e643d5-1ec4-4176-bd76-e27c859963bf?depth=0|INFO|500||InvokeReturn
2022-06-14T17:54:16.745Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/235845d6-4284-4f8b-9383-69a2f350b433/model-vers/model-ver/53e643d5-1ec4-4176-bd76-e27c859963bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220614-17:54:17:608-58284], vertex-id=[237808], Content-Length=[0], Date=[Tue, 14 Jun 2022 17:54:17 GMT], Content-Type=[application/json]}
2022-06-14T17:54:16.746Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-14T17:54:16.747Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-14T17:54:16.747Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-14T17:54:16.754Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-14T17:54:16.755Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 045c6967-e43d-4b51-9af8-f307236b80c0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-14T17:54:16.755Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-14T17:54:16.756Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:16.759Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:16.760Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229256755,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:54:16.859Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-14T17:54:16.861Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:54:16.861Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:16.891Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:54:16.892Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-14T17:54:17.781Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:54:17.782Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T17:54:17.783Z|045c6967-e43d-4b51-9af8-f307236b80c0|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:22.223Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:54:22.225Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T17:54:22.226Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c4784e0a-6271-4804-94d0-61610220dd56","serviceName":"Demo_pNF_CgxxFwEcoDFmmJ32LNLs","serviceVersion":"1.0","serviceUUID":"508517ea-d23e-4177-8b17-c430066da887","serviceDescription":"catalog service description","serviceInvariantUUID":"cecd0e79-2793-4f5a-b3d0-f689c59564bc","resources":[{"resourceInstanceName":"pNF 208d4c0b-5a13 0","resourceName":"pNF 208d4c0b-5a13","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"13af764c-cf9d-491a-9c35-d092b8ab2a0f","resourceInvariantUUID":"3d81b2b5-eb4f-4c7c-abd5-c0cf3412bf19","resourceCustomizationUUID":"32092307-0fba-47c9-9fc3-369de4bc7dfd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml","artifactChecksum":"ZTIxZDJjNjg5ZTRhZDU1MjU2MDZlMmEwNTllY2ZmNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e230bf6f-a6a0-48de-8372-86e6ee5a0e94","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar","artifactChecksum":"MWEyNjI5NmY1MTU4ZTEyYmMyZjczYTdjZTFkNjg4ODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adaf4d3f-d693-47fe-9096-37f8025ac3e2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7729df89-32c3-4cb6-be71-49835f2e8a28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml","artifactChecksum":"NGU2MmQ2YjkyNjZiNjMyNGFhZmYwY2M3YWE5MzZhYzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53a31069-d016-4432-bb02-d627194ca97b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"23df5cc1-ff08-416b-8778-f89a503727b9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4beb50ec-b9d7-401a-9a16-e9838d64be39","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCgxxfwecodfmmj32lnls-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml","artifactChecksum":"YTdmZjMzMjQxYzkyMDFiNWM4ZmRkNjAyMzU1YWI0NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12a08433-5e88-4464-bed6-f320fb6294f4","artifactVersion":"1"},{"artifactName":"service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar","artifactChecksum":"ZjVkMDY4NzkwYzA2ZGEwNTM3ZmY4ODNmMzQxYzhiZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f784096-a178-41fd-96b7-a87046543396","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T17:54:22.231Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:22.232Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:22.237Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:22.238Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229257781,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:54:22.336Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-14T17:54:22.338Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:54:22.338Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:22.356Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:54:22.357Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:23.239Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:23.240Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:23.242Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:23.243Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229257781,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:54:23.342Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:54:23.344Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:54:23.344Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:23.363Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:54:23.364Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:54:24.244Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:24.249Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:24.253Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:24.253Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229257781,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:54:24.354Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:54:24.355Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:54:24.355Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:24.372Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:54:24.373Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:25.254Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:25.255Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:25.258Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:25.259Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229257781,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:54:25.357Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-14T17:54:25.358Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:54:25.358Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:25.376Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:54:25.376Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:26.259Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:26.260Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:26.264Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:26.264Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229257781,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:54:26.367Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:54:26.367Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:54:26.368Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:26.390Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:54:26.391Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:27.265Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:27.267Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:27.272Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:27.280Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229257781,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:54:27.372Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-14T17:54:27.374Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:54:27.374Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:27.397Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:54:27.398Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:28.281Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:28.282Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:28.286Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:28.286Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229257781,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T17:54:28.386Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:54:28.388Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:54:28.388Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:28.407Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:54:28.408Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:29.289Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:29.295Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:29.304Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:29.305Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229257781,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T17:54:29.401Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-14T17:54:29.403Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:54:29.403Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:29.422Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:54:29.423Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:30.315Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"serviceName": "Demo_pNF_CgxxFwEcoDFmmJ32LNLs",
"serviceVersion": "1.0",
"serviceUUID": "508517ea-d23e-4177-8b17-c430066da887",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "cecd0e79-2793-4f5a-b3d0-f689c59564bc",
"resources": [
{
"resourceInstanceName": "pNF 208d4c0b-5a13 0",
"resourceCustomizationUUID": "32092307-0fba-47c9-9fc3-369de4bc7dfd",
"resourceName": "pNF 208d4c0b-5a13",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "13af764c-cf9d-491a-9c35-d092b8ab2a0f",
"resourceInvariantUUID": "3d81b2b5-eb4f-4c7c-abd5-c0cf3412bf19",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"artifactChecksum": "ZjVkMDY4NzkwYzA2ZGEwNTM3ZmY4ODNmMzQxYzhiZTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7f784096-a178-41fd-96b7-a87046543396"
}
],
"workloadContext": "Production"
}
2022-06-14T17:54:30.315Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T17:54:30.315Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 508517ea-d23e-4177-8b17-c430066da887 ASDC
2022-06-14T17:54:30.317Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c4784e0a-6271-4804-94d0-61610220dd56
ServiceName:Demo_pNF_CgxxFwEcoDFmmJ32LNLs
ServiceVersion:1.0
ServiceUUID:508517ea-d23e-4177-8b17-c430066da887
ServiceInvariantUUID:cecd0e79-2793-4f5a-b3d0-f689c59564bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
ArtifactUUID:7f784096-a178-41fd-96b7-a87046543396
ArtifactChecksum:ZjVkMDY4NzkwYzA2ZGEwNTM3ZmY4ODNmMzQxYzhiZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 208d4c0b-5a13 0
ResourceCustomizationUUID:32092307-0fba-47c9-9fc3-369de4bc7dfd
ResourceInvariantUUID:3d81b2b5-eb4f-4c7c-abd5-c0cf3412bf19
ResourceName:pNF 208d4c0b-5a13
ResourceType:PNF
ResourceUUID:13af764c-cf9d-491a-9c35-d092b8ab2a0f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-14T17:54:30.320Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 508517ea-d23e-4177-8b17-c430066da887 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-14T17:54:30.364Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:54:30.365Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:54:30.365Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:54:30.365Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f784096-a178-41fd-96b7-a87046543396 from URL: /sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:30.365Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:54:30.366Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:30.504Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:54:30.519Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar 7f784096-a178-41fd-96b7-a87046543396 82646
2022-06-14T17:54:30.520Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar ASDC sendASDCNotification
2022-06-14T17:54:30.520Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:30.520Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:54:30.524Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:30.527Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:30.527Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655229270520,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T17:54:30.628Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:54:30.629Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:54:30.629Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:30.646Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T17:54:30.647Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:31.528Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:54:31.530Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:54:31.530Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7f784096-a178-41fd-96b7-a87046543396, URL: /sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar to file: /app/ASDC/1/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:31.531Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:31.531Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:31.532Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:31.739Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15564310930222218592/Definitions/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml
2022-06-14T17:54:33.120Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T17:54:33.121Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:54:33.121Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.121Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-14T17:54:33.122Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 208d4c0b-5a13 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-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.122Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||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-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.122Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.122Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||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-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.122Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.122Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.123Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.123Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:54:33.123Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:54:33.124Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CgxxFwEcoDFmmJ32LNLs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:54:33.124Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Node template pNF 208d4c0b-5a13 0 is matching search criteria
2022-06-14T17:54:33.124Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:54:33.126Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 208d4c0b-5a13 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:54:33.126Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:54:33.126Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CgxxFwEcoDFmmJ32LNLs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:54:33.127Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Node template pNF 208d4c0b-5a13 0 is matching search criteria
2022-06-14T17:54:33.127Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:54:33.127Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 208d4c0b-5a13 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:54:33.128Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:54:33.128Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CgxxFwEcoDFmmJ32LNLs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:54:33.128Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:54:33.129Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CgxxFwEcoDFmmJ32LNLs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:54:33.129Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T17:54:33.129Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CgxxFwEcoDFmmJ32LNLs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:54:33.130Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery