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-04-06T05:32:47.449Z||main|||||INFO|500||The following profiles are active: basic
2022-04-06T05:33:13.220Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-06T05:33:13.222Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-06T05:33:13.855Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-06T05:33:23.608Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-06T05:33:24.451Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-06T05:33:25.306Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-06T05:33:25.316Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-06T05:33:25.508Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-06T05:33:25.928Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-06T05:33:27.412Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-06T05:33:31.687Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-06T05:33:35.808Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-06T05:33:35.909Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-06T05:33:36.964Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-06T05:33:37.216Z||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-04-06T05:33:39.750Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-06T05:33:41.748Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-06T05:33:41.792Z||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$$30e71889.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-04-06T05:33:41.793Z||main|||||WARN|500||The sdc end point is not alive
2022-04-06T05:33:48.645Z||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-04-06T05:33:54.651Z||main|||||WARN|500||---
2022-04-06T05:33:54.652Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-06T05:33:54.653Z||main|||||WARN|500||---
2022-04-06T05:33:55.392Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-06T05:34:04.094Z||main|||||INFO|500||Started Application in 83.086 seconds (JVM running for 88.87)
2022-04-06T05:34:04.122Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-06T05:34:04.125Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-06T05:34:04.140Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-06T05:34:04.174Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-06T05:34:04.229Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5281323e-6069-438a-8d49-de4e11cca27b url= /sdc/v1/artifactTypes
2022-04-06T05:34:04.230Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-06T05:34:05.357Z||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.60.238] 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$$9ee9b50c.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-04-06T05:34:05.363Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b44ee31
2022-04-06T05:34:05.364Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-06T05:34:05.392Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-06T05:34:05.395Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-06T05:34:05.401Z||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$$9ee9b50c.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-04-06T05:34:54.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-06T05:34:54.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-06T05:34:54.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-06T05:34:54.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-06T05:34:54.117Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4aa60197-c3f9-413c-8675-7003a4e40a24 url= /sdc/v1/artifactTypes
2022-04-06T05:34:54.118Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-06T05:34:55.150Z||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.60.238] 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$$9ee9b50c.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-04-06T05:34:55.152Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f3f3269
2022-04-06T05:34:55.153Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-06T05:34:55.154Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-06T05:34:55.154Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-06T05:34:55.156Z||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$$9ee9b50c.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-04-06T05:35:44.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-06T05:35:44.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-06T05:35:44.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-06T05:35:44.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-06T05:35:44.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 389ae348-848d-4aab-a34a-8a5851d91080 url= /sdc/v1/artifactTypes
2022-04-06T05:35:44.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-06T05:35:45.127Z||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.60.238] 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$$9ee9b50c.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-04-06T05:35:45.131Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@256fae1
2022-04-06T05:35:45.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-06T05:35:45.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-06T05:35:45.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-06T05:35:45.136Z||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$$9ee9b50c.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-04-06T05:36:34.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-06T05:36:34.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-06T05:36:34.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-06T05:36:34.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-06T05:36:34.114Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 82d0962c-bdcd-4886-8191-9b7c7f1e3ee9 url= /sdc/v1/artifactTypes
2022-04-06T05:36:34.115Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-06T05:36:35.144Z||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.60.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$9ee9b50c.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-04-06T05:36:35.145Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@696383a1
2022-04-06T05:36:35.145Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-06T05:36:35.145Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-06T05:36:35.146Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-06T05:36:35.147Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$9ee9b50c.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-04-06T05:37:24.089Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-06T05:37:24.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-06T05:37:24.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-06T05:37:24.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-06T05:37:24.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c0baee1d-d936-4a7c-a043-50caf22b3115 url= /sdc/v1/artifactTypes
2022-04-06T05:37:24.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-06T05:37:24.435Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-06T05:37:24.458Z||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-04-06T05:37:24.567Z||scheduling-1|||||DEBUG|500||create keys
2022-04-06T05:37:24.580Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-06T05:37:24.610Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:37:24.642Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6bf6bdb2-4055-4b40-bedc-d688d86c64ef url= /sdc/v1/registerForDistribution
2022-04-06T05:37:24.796Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6bf6bdb2-4055-4b40-bedc-d688d86c64ef url= /sdc/v1/registerForDistribution
2022-04-06T05:37:24.797Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-06T05:37:24.822Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:37:24.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:37:24.842Z||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-04-06T05:37:24.842Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:37:24.842Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-06T05:37:24.843Z||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-04-06T05:37:24.844Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:37:35.127Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:37:35.141Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:38:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:38:24.816Z||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-04-06T05:38:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:38:24.823Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:38:24.825Z||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-04-06T05:38:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:38:34.372Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:38:34.392Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:39:24.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:39:24.816Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-06T05:39:24.817Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AxToUswXPORdylw2) ...
2022-04-06T05:39:24.825Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:39:24.827Z||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-04-06T05:39:24.828Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:39:34.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:39:34.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:40:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:40:24.817Z||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-04-06T05:40:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:40:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:40:24.825Z||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-04-06T05:40:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:40:34.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:40:34.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:41:24.815Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:41:24.816Z||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-04-06T05:41:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:41:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:41:24.824Z||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-04-06T05:41:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:41:34.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:41:34.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:42:24.815Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:42:24.816Z||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-04-06T05:42:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:42:24.823Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:42:24.825Z||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-04-06T05:42:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:42:34.364Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:42:34.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:43:19.808Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-06T05:43:24.815Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:43:24.816Z||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-04-06T05:43:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:43:24.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:43:24.826Z||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-04-06T05:43:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:43:34.377Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:43:34.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:44:24.815Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:44:24.816Z||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-04-06T05:44:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:44:24.823Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:44:24.825Z||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-04-06T05:44:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:44:34.359Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:44:34.359Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:45:24.815Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:45:24.817Z||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-04-06T05:45:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:45:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:45:24.825Z||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-04-06T05:45:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:45:34.364Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:45:34.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:46:24.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:46:24.823Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:46:24.824Z||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-04-06T05:46:24.825Z||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-04-06T05:46:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:46:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:46:34.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:46:34.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:47:24.815Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:47:24.816Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-06T05:47:24.817Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AxToUswXPORdylw2) ...
2022-04-06T05:47:24.823Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:47:24.824Z||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-04-06T05:47:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:47:34.382Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:47:34.383Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:48:24.815Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:48:24.817Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-06T05:48:24.817Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AxToUswXPORdylw2) ...
2022-04-06T05:48:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:48:24.824Z||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-04-06T05:48:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:48:34.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:48:34.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:49:24.815Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:49:24.816Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-06T05:49:24.817Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AxToUswXPORdylw2) ...
2022-04-06T05:49:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:49:24.824Z||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-04-06T05:49:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:49:34.362Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:49:34.363Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:50:24.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:50:24.817Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-06T05:50:24.818Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AxToUswXPORdylw2) ...
2022-04-06T05:50:24.823Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:50:24.824Z||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-04-06T05:50:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:50:34.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:50:34.380Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:51:24.815Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:51:24.816Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-06T05:51:24.816Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AxToUswXPORdylw2) ...
2022-04-06T05:51:24.823Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:51:24.825Z||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-04-06T05:51:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:51:34.359Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:51:34.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:52:24.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:52:24.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-06T05:52:24.818Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AxToUswXPORdylw2) ...
2022-04-06T05:52:24.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:52:24.825Z||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-04-06T05:52:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:52:34.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:52:34.376Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:53:24.815Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:53:24.816Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-06T05:53:24.816Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AxToUswXPORdylw2) ...
2022-04-06T05:53:24.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:53:24.831Z||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-04-06T05:53:24.831Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:53:34.376Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:53:34.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:54:24.815Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:54:24.816Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-06T05:54:24.817Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AxToUswXPORdylw2) ...
2022-04-06T05:54:24.823Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:54:24.825Z||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-04-06T05:54:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:54:34.359Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:54:34.368Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:55:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:55:24.817Z||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-04-06T05:55:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:55:24.823Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:55:24.825Z||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-04-06T05:55:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:55:34.372Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:55:34.372Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:56:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:56:24.816Z||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-04-06T05:56:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:56:24.823Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:56:24.825Z||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-04-06T05:56:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:56:34.360Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:56:34.360Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:57:24.814Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:57:24.815Z||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-04-06T05:57:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:57:24.825Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:57:24.827Z||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-04-06T05:57:24.827Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:57:34.361Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:57:34.368Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:58:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:58:24.816Z||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-04-06T05:58:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:58:24.825Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:58:24.832Z||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-04-06T05:58:24.833Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:58:34.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:58:34.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:59:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:59:24.817Z||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-04-06T05:59:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:59:24.823Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T05:59:24.825Z||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-04-06T05:59:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T05:59:34.361Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T05:59:34.361Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:00:24.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:00:24.818Z||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-04-06T06:00:24.818Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:00:24.823Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:00:24.824Z||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-04-06T06:00:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:00:34.370Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:00:34.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:01:24.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:01:24.819Z||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-04-06T06:01:24.820Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:01:24.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:01:24.826Z||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-04-06T06:01:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:01:34.363Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:01:34.363Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:02:24.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:02:24.816Z||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-04-06T06:02:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:02:24.823Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:02:24.824Z||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-04-06T06:02:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:02:34.367Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:02:34.389Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:03:24.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:03:24.816Z||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-04-06T06:03:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:03:24.823Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:03:24.825Z||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-04-06T06:03:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:03:34.357Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:03:34.357Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:04:24.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:04:24.816Z||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-04-06T06:04:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:04:24.825Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:04:24.827Z||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-04-06T06:04:24.827Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:04:34.369Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:04:34.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:05:24.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:05:24.817Z||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-04-06T06:05:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:05:24.823Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:05:24.825Z||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-04-06T06:05:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:05:34.366Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:05:34.383Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:06:24.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:06:24.816Z||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-04-06T06:06:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:06:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:06:24.824Z||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-04-06T06:06:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:06:34.356Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:06:34.356Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:07:24.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:07:24.817Z||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-04-06T06:07:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:07:24.825Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:07:24.826Z||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-04-06T06:07:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:07:34.374Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:07:34.376Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:08:24.814Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:08:24.816Z||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-04-06T06:08:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:08:24.823Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:08:24.825Z||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-04-06T06:08:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:08:34.367Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:08:34.367Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:09:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:09:24.816Z||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-04-06T06:09:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:09:24.823Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:09:24.825Z||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-04-06T06:09:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:09:34.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:09:34.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:10:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:10:24.816Z||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-04-06T06:10:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:10:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:10:24.824Z||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-04-06T06:10:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:10:34.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:10:34.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:11:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:11:24.817Z||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-04-06T06:11:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:11:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:11:24.824Z||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-04-06T06:11:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:11:34.362Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:11:34.363Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:12:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:12:24.816Z||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-04-06T06:12:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:12:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:12:24.824Z||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-04-06T06:12:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:12:34.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:12:34.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:13:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:13:24.817Z||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-04-06T06:13:24.818Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:13:24.823Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:13:24.824Z||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-04-06T06:13:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:13:34.380Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:13:34.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:14:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:14:24.816Z||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-04-06T06:14:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:14:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:14:24.825Z||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-04-06T06:14:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:14:34.370Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:14:34.378Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:15:24.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:15:24.817Z||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-04-06T06:15:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:15:24.823Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:15:24.826Z||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-04-06T06:15:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:15:34.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:15:34.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:16:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:16:24.816Z||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-04-06T06:16:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:16:24.825Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:16:24.826Z||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-04-06T06:16:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:16:34.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:16:34.386Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:17:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:17:24.816Z||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-04-06T06:17:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:17:24.823Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:17:24.825Z||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-04-06T06:17:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:17:34.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:17:34.380Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:18:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:18:24.816Z||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-04-06T06:18:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:18:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:18:24.824Z||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-04-06T06:18:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:18:34.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:18:34.435Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:19:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:19:24.816Z||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-04-06T06:19:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:19:24.823Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:19:24.824Z||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-04-06T06:19:24.827Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:19:34.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:19:34.372Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:20:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:20:24.816Z||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-04-06T06:20:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:20:24.823Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:20:24.825Z||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-04-06T06:20:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:20:34.377Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:20:34.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:21:24.814Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:21:24.816Z||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-04-06T06:21:24.816Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:21:24.823Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:21:24.824Z||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-04-06T06:21:24.824Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:21:34.363Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:21:34.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:24.815Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:22:24.816Z||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-04-06T06:22:24.817Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:22:24.826Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:22:24.827Z||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-04-06T06:22:24.827Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:22:24.978Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:24.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:24.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226122240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226128043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226128043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226122240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "NOTIFIED"
}
2022-04-06T06:22:25.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226128043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226122240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-06T06:22:25.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226128043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226122240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "cds",
"timestamp": 1649226133088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226128043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226122240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-06T06:22:25.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "cds",
"timestamp": 1649226133088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226128043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226122240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "cds",
"timestamp": 1649226133088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226128043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226122240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:22:25.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "cds",
"timestamp": 1649226133088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "cds",
"timestamp": 1649226133088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226138480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:22:25.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:22:25.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "cds",
"timestamp": 1649226133088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226138481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "cds",
"timestamp": 1649226133088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:22:25.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226138481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226139975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:22:25.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:22:25.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "policy-id",
"timestamp": 1649226140137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226138481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "cds",
"timestamp": 1649226141124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:22:25.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:22:25.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226141447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:22:25.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:22:25.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "policy-id",
"timestamp": 1649226140137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226138481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "cds",
"timestamp": 1649226142163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-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-04-06T06:22:25.364Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68da94e6-5d88-406c-9c8c-47577d1a1c23
2022-04-06T06:22:25.389Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68da94e6-5d88-406c-9c8c-47577d1a1c23 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-04-06T06:22:25.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226142546,
"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-04-06T06:22:25.441Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68da94e6-5d88-406c-9c8c-47577d1a1c23
2022-04-06T06:22:25.441Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68da94e6-5d88-406c-9c8c-47577d1a1c23 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=?
2022-04-06T06:22:25.444Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:25.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-06T06:22:25.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"68da94e6-5d88-406c-9c8c-47577d1a1c23","serviceName":"basic_onboard_nVpQeW","serviceVersion":"1.0","serviceUUID":"0ab4d332-14da-48ae-be00-637a7752cf2e","serviceDescription":"service","serviceInvariantUUID":"6e1ae172-9139-4b76-bfea-657905ecc70f","resources":[{"resourceInstanceName":"basic_onboard_nVpQeW 0","resourceName":"basic_onboard_nVpQeW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"10fa553a-c04c-4256-ba27-a80823192aeb","resourceInvariantUUID":"7e7ad530-d2d4-4179-a4d7-e7a15e6bcd65","resourceCustomizationUUID":"4b358ba9-04b7-4139-b630-937f221a42fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml","artifactChecksum":"ZjY0NjFiMGU1MTU0N2ZjMTk0YjU5ZGZhYTFlYzI3MzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ce3e7c0-a522-45f2-a67e-a5280e5167f7","artifactVersion":"1"},{"artifactName":"basic_onboard_nvpqew0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json","artifactChecksum":"NDg2YzAxMWViMjg3ZGZlNDQwMzc1NzI3OGRjMzUwNGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8b4cf011-dda3-407b-bb1f-7200afdc17a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8de94bf2-93d0-4e54-8edc-55f20556b60e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45d5279e-f44f-4aeb-89e5-66e051ef6e74","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fdca14e5-3b62-4e8a-b3f7-92608f67127a","artifactVersion":"2","generatedFromUUID":"8de94bf2-93d0-4e54-8edc-55f20556b60e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNvpqew-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml","artifactChecksum":"MzkyNWZiYWI3MDU2MDcxNzhmMmUyZDg4Y2UyMDE1YTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1618960-7f64-4679-9b86-e909583c0a68","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNvpqew-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar","artifactChecksum":"NDY3YjA3YzQ5NTMyOGYyZjQ0OGFiZjUzNWRiOGM1YTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc84a5e0-d58e-4d3f-9aba-0765b339acac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-06T06:22:25.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "policy-id",
"timestamp": 1649226140137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-06T06:22:25.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226138481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226143553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-06T06:22:25.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:22:25.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "policy-id",
"timestamp": 1649226140137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226138481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "policy-id",
"timestamp": 1649226140137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:22:25.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226138481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:22:25.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:22:25.464Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:22:25.475Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:25.495Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:25.496Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:25.595Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-06T06:22:25.607Z||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-04-06T06:22:25.608Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:25.627Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:25.630Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:26.507Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:22:26.508Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:26.511Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:26.511Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "NOTIFIED"
}
2022-04-06T06:22:26.611Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:26.613Z||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-04-06T06:22:26.613Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:26.630Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:26.631Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:27.521Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:22:27.524Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:27.527Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:27.528Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-06T06:22:27.628Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:27.629Z||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-04-06T06:22:27.629Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:27.643Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:27.645Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:22:28.529Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:22:28.530Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:28.533Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:28.534Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:28.634Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:22:28.635Z||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-04-06T06:22:28.635Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:28.649Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:28.650Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:29.535Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:22:29.537Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:29.542Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:29.543Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-06T06:22:29.641Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:22:29.643Z||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-04-06T06:22:29.643Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:29.657Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:29.658Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:30.544Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:22:30.545Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:30.549Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:30.549Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:22:30.649Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:22:30.650Z||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-04-06T06:22:30.650Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:30.689Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:30.690Z||pool-8-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:22:31.550Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:22:31.552Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:31.556Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:31.556Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:22:31.656Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:31.658Z||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-04-06T06:22:31.658Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:31.671Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:31.672Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:32.559Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"serviceName": "basic_onboard_nVpQeW",
"serviceVersion": "1.0",
"serviceUUID": "0ab4d332-14da-48ae-be00-637a7752cf2e",
"serviceDescription": "service",
"serviceInvariantUUID": "6e1ae172-9139-4b76-bfea-657905ecc70f",
"resources": [
{
"resourceInstanceName": "basic_onboard_nVpQeW 0",
"resourceCustomizationUUID": "4b358ba9-04b7-4139-b630-937f221a42fa",
"resourceName": "basic_onboard_nVpQeW",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "10fa553a-c04c-4256-ba27-a80823192aeb",
"resourceInvariantUUID": "7e7ad530-d2d4-4179-a4d7-e7a15e6bcd65",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nvpqew0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"artifactChecksum": "NDg2YzAxMWViMjg3ZGZlNDQwMzc1NzI3OGRjMzUwNGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8b4cf011-dda3-407b-bb1f-7200afdc17a2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8de94bf2-93d0-4e54-8edc-55f20556b60e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fdca14e5-3b62-4e8a-b3f7-92608f67127a",
"generatedFromUUID": "8de94bf2-93d0-4e54-8edc-55f20556b60e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fdca14e5-3b62-4e8a-b3f7-92608f67127a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNvpqew-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"artifactChecksum": "NDY3YjA3YzQ5NTMyOGYyZjQ0OGFiZjUzNWRiOGM1YTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bc84a5e0-d58e-4d3f-9aba-0765b339acac"
}
],
"workloadContext": "Production"
}
2022-04-06T06:22:32.561Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-06T06:22:32.562Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0ab4d332-14da-48ae-be00-637a7752cf2e ASDC
2022-04-06T06:22:32.733Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:68da94e6-5d88-406c-9c8c-47577d1a1c23
ServiceName:basic_onboard_nVpQeW
ServiceVersion:1.0
ServiceUUID:0ab4d332-14da-48ae-be00-637a7752cf2e
ServiceInvariantUUID:6e1ae172-9139-4b76-bfea-657905ecc70f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNvpqew-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar
ArtifactUUID:bc84a5e0-d58e-4d3f-9aba-0765b339acac
ArtifactChecksum:NDY3YjA3YzQ5NTMyOGYyZjQ0OGFiZjUzNWRiOGM1YTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nVpQeW 0
ResourceCustomizationUUID:4b358ba9-04b7-4139-b630-937f221a42fa
ResourceInvariantUUID:7e7ad530-d2d4-4179-a4d7-e7a15e6bcd65
ResourceName:basic_onboard_nVpQeW
ResourceType:VF
ResourceUUID:10fa553a-c04c-4256-ba27-a80823192aeb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nvpqew0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json
ArtifactUUID:8b4cf011-dda3-407b-bb1f-7200afdc17a2
ArtifactChecksum:NDg2YzAxMWViMjg3ZGZlNDQwMzc1NzI3OGRjMzUwNGY=
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/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8de94bf2-93d0-4e54-8edc-55f20556b60e
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/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env
ArtifactUUID:fdca14e5-3b62-4e8a-b3f7-92608f67127a
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/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env
ArtifactUUID:fdca14e5-3b62-4e8a-b3f7-92608f67127a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-06T06:22:32.734Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ab4d332-14da-48ae-be00-637a7752cf2e 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-04-06T06:22:32.818Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:22:32.824Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:22:32.825Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:22:32.826Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bc84a5e0-d58e-4d3f-9aba-0765b339acac from URL: /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:32.826Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:22:32.828Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:33.102Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:22:33.125Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar bc84a5e0-d58e-4d3f-9aba-0765b339acac 71584
2022-04-06T06:22:33.126Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar ASDC sendASDCNotification
2022-04-06T06:22:33.127Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:33.128Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:22:33.130Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:33.133Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:33.133Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226153125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:22:33.233Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:33.235Z||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-04-06T06:22:33.236Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:33.253Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:33.254Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:34.134Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:22:34.135Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:22:34.136Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bc84a5e0-d58e-4d3f-9aba-0765b339acac, URL: /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar to file: /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:34.137Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:34.281Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:34.282Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:35.281Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7627809843164446766/Definitions/service-BasicOnboardNvpqew-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-04-06T06:22:37.832Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-06T06:22:37.840Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:22:37.841Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.841Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-06T06:22:37.841Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||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-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.841Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||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-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.841Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||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-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||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-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||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-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nVpQeW 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-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||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-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:37.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:22:37.851Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:37.852Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:37.857Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:37.858Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:22:37.859Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:22:37.862Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:37.862Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:37.862Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:37.863Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:22:37.863Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:22:37.863Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:37.864Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:37.869Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:37.869Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is not matching search criteria
2022-04-06T06:22:37.870Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-06T06:22:37.870Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-06T06:22:37.870Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-06T06:22:37.870Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-06T06:22:37.871Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-06T06:22:37.871Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:37.871Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:22:37.874Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:37.874Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:37.874Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:22:37.875Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:37.876Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:37.877Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:22:37.877Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:37.877Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:37.878Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:22:37.884Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:37.885Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is not matching search criteria
2022-04-06T06:22:37.885Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-06T06:22:37.886Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-06T06:22:37.886Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4f712a0c-e1a9-4155-8bef-702c3b03f234
2022-04-06T06:22:37.887Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:37.887Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:37.887Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:37.888Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:37.888Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:37.889Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:37.889Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:37.889Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:37.890Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nVpQeW
Description:service
Model UUID:0ab4d332-14da-48ae-be00-637a7752cf2e
Model Version:NULL
Model InvariantUuid:6e1ae172-9139-4b76-bfea-657905ecc70f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nVpQeW
Model UUID:737ce6de-3c32-476b-b8c5-940d9db42ced
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7e7ad530-d2d4-4179-a4d7-e7a15e6bcd65
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4b358ba9-04b7-4139-b630-937f221a42fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f1b75cb9-4551-437f-999a-5c5dc909b8c2
ModelName:BasicOnboardNvpqew..base_ubuntu18..module-0
ModelUuid:d0d20682-0cfe-4678-afe9-acf5faaf0075
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4f712a0c-e1a9-4155-8bef-702c3b03f234
ModelInvariantUuid:22c3cd40-56a5-46bc-b3c6-772f9d155339
ModelName:basic_onboard_nVpQeW-nodes.ubuntu18Cvfc
ModelUuid:d619c876-47c9-499d-bc8c-9515c2c5ea74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:414ee7c1-bc9f-4518-8ae0-2aac323c7880
ModelInvariantUuid:406464d1-ba8d-49de-817c-c1b454b512a0
ModelName:BasicOnboardNvpqew.compute.nodes.heat.ubuntu18
ModelUuid:2ad45e67-6501-48fb-a50f-d9b2e1f232cd
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-04-06T06:22:37.920Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 10fa553a-c04c-4256-ba27-a80823192aeb
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-04-06T06:22:38.062Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||basic_onboard_nVpQeW 0
2022-04-06T06:22:38.075Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 10fa553a-c04c-4256-ba27-a80823192aeb
2022-04-06T06:22:38.076Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8b4cf011-dda3-407b-bb1f-7200afdc17a2 from URL: /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json
2022-04-06T06:22:38.076Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:22:38.076Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json
2022-04-06T06:22:38.385Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:22:38.387Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json 8b4cf011-dda3-407b-bb1f-7200afdc17a2 798
2022-04-06T06:22:38.387Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json ASDC sendASDCNotification
2022-04-06T06:22:38.387Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json
2022-04-06T06:22:38.388Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:22:38.389Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:38.393Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:38.393Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226158387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:22:38.492Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:22:38.493Z||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-04-06T06:22:38.494Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:38.508Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:38.509Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:39.395Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNvpqew..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f1b75cb9-4551-437f-999a-5c5dc909b8c2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d0d20682-0cfe-4678-afe9-acf5faaf0075",
"vfModuleModelCustomizationUUID": "24ea735f-4eec-4414-9ebe-55d43d7769f7",
"isBase": true,
"artifacts": [
"8de94bf2-93d0-4e54-8edc-55f20556b60e",
"fdca14e5-3b62-4e8a-b3f7-92608f67127a"
],
"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-04-06T06:22:39.413Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNvpqew..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0d20682-0cfe-4678-afe9-acf5faaf0075
VfModuleModelInvariantUUID:f1b75cb9-4551-437f-999a-5c5dc909b8c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
8de94bf2-93d0-4e54-8edc-55f20556b60e
,
fdca14e5-3b62-4e8a-b3f7-92608f67127a
}
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-04-06T06:22:39.419Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNvpqew..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f1b75cb9-4551-437f-999a-5c5dc909b8c2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d0d20682-0cfe-4678-afe9-acf5faaf0075",
"vfModuleModelCustomizationUUID": "24ea735f-4eec-4414-9ebe-55d43d7769f7",
"isBase": true,
"artifacts": [
"8de94bf2-93d0-4e54-8edc-55f20556b60e",
"fdca14e5-3b62-4e8a-b3f7-92608f67127a"
],
"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-04-06T06:22:39.424Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNvpqew..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0d20682-0cfe-4678-afe9-acf5faaf0075
VfModuleModelInvariantUUID:f1b75cb9-4551-437f-999a-5c5dc909b8c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
8de94bf2-93d0-4e54-8edc-55f20556b60e
,
fdca14e5-3b62-4e8a-b3f7-92608f67127a
}
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-04-06T06:22:39.427Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8de94bf2-93d0-4e54-8edc-55f20556b60e from URL: /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml
2022-04-06T06:22:39.427Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:22:39.427Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml
2022-04-06T06:22:39.770Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:22:39.771Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml 8de94bf2-93d0-4e54-8edc-55f20556b60e 5033
2022-04-06T06:22:39.771Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-06T06:22:39.772Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml
2022-04-06T06:22:39.774Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:22:39.775Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:39.779Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:39.779Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226159771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:22:39.879Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:22:39.880Z||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-04-06T06:22:39.880Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:39.910Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:39.911Z||pool-12-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:40.781Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fdca14e5-3b62-4e8a-b3f7-92608f67127a from URL: /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env
2022-04-06T06:22:40.782Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:22:40.783Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env
2022-04-06T06:22:41.252Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:22:41.253Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env fdca14e5-3b62-4e8a-b3f7-92608f67127a 909
2022-04-06T06:22:41.254Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-06T06:22:41.254Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env
2022-04-06T06:22:41.255Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:22:41.256Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:41.260Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:41.261Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226161254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:22:41.361Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:41.363Z||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-04-06T06:22:41.363Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:41.377Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:41.378Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:22:42.262Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0ab4d332-14da-48ae-be00-637a7752cf2e
2022-04-06T06:22:42.263Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nVpQeW 0 10fa553a-c04c-4256-ba27-a80823192aeb 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-04-06T06:22:42.321Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43864ac2, org.onap.sdc.toscaparser.api.parameters.Input@5c8eace2, org.onap.sdc.toscaparser.api.parameters.Input@64c62741, org.onap.sdc.toscaparser.api.parameters.Input@49b605c3, org.onap.sdc.toscaparser.api.parameters.Input@3817966d]
2022-04-06T06:22:42.327Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:42.328Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.332Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-04-06T06:22:42.333Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4b358ba9-04b7-4139-b630-937f221a42fa
2022-04-06T06:22:42.334Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b358ba9-04b7-4139-b630-937f221a42fa matches Tosca VF Customization UUID: 4b358ba9-04b7-4139-b630-937f221a42fa
2022-04-06T06:22:42.335Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4b358ba9-04b7-4139-b630-937f221a42fa 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-04-06T06:22:42.344Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:42.345Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.347Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4b358ba9-04b7-4139-b630-937f221a42fa: {\"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-04-06T06:22:42.350Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b063d4d
2022-04-06T06:22:42.355Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:42.356Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:22:42.357Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 24ea735f-4eec-4414-9ebe-55d43d7769f7
2022-04-06T06:22:42.358Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 24ea735f-4eec-4414-9ebe-55d43d7769f7
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-04-06T06:22:42.368Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:42.369Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:42.369Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:22:42.371Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:42.372Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:42.374Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:22:42.374Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:42.375Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is not matching search criteria
2022-04-06T06:22:42.375Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-06T06:22:42.375Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-06T06:22:42.376Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4f712a0c-e1a9-4155-8bef-702c3b03f234
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-04-06T06:22:42.385Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:42.386Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:42.386Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:22:42.387Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:42.387Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nVpQeW 0 is matching search criteria
2022-04-06T06:22:42.388Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nVpQeW 0] matching following query criteria: sdcType=VF, customizationUUID=4b358ba9-04b7-4139-b630-937f221a42fa
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-04-06T06:22:42.390Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:42.391Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.392Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0ab4d332-14da-48ae-be00-637a7752cf2e: basic_onboard_nVpQeW
2022-04-06T06:22:42.392Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:42.393Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.393Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:42.393Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.394Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:42.394Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.395Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:42.395Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.396Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:22:42.396Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nVpQeW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:22:42.396Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_nVpQeW
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-04-06T06:22:42.655Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nVpQeW 10fa553a-c04c-4256-ba27-a80823192aeb 1 ASDC deployResourceStructure
2022-04-06T06:22:42.656Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json ASDC sendASDCNotification
2022-04-06T06:22:42.656Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json
2022-04-06T06:22:42.656Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:22:42.656Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:42.658Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:42.659Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226162655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-06T06:22:42.759Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:42.760Z||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-04-06T06:22:42.761Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:42.783Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:42.783Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:43.660Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-06T06:22:43.661Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml
2022-04-06T06:22:43.661Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:22:43.661Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:43.664Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:43.664Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226163660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-06T06:22:43.765Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-06T06:22:43.766Z||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-04-06T06:22:43.766Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:43.789Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:43.789Z||pool-15-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:22:44.665Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-06T06:22:44.666Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env
2022-04-06T06:22:44.666Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:22:44.666Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:44.669Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:44.669Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226164665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-06T06:22:44.769Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:44.770Z||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-04-06T06:22:44.771Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:44.784Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:44.785Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:45.670Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar ASDC sendASDCNotification
2022-04-06T06:22:45.670Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar
2022-04-06T06:22:45.671Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:22:45.672Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:22:45.675Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:22:45.676Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226165670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:22:45.776Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:22:45.778Z||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-04-06T06:22:45.780Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:22:45.807Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:22:45.809Z||pool-17-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:22:46.677Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
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-04-06T06:22:46.703Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
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-04-06T06:22:46.709Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:22:46.710Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-06T06:22:46.711Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-06T06:23:16.711Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
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-04-06T06:23:16.738Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
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-04-06T06:23:16.747Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:23:16.748Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-06T06:23:16.748Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-06T06:23:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:23:24.825Z||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-04-06T06:23:24.825Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:23:24.852Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:23:24.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:23:24.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226144559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:23:24.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:23:46.749Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
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-04-06T06:23:46.770Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
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-04-06T06:23:46.775Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:23:46.776Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-06T06:23:46.776Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-06T06:24:16.776Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
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-04-06T06:24:16.795Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
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-04-06T06:24:16.801Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:24:16.801Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-06T06:24:16.801Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-06T06:24:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:24:24.825Z||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-04-06T06:24:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:24:24.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:24:25.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "policy-id",
"timestamp": 1649226140137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226144559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226146781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.362Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "policy-id",
"timestamp": 1649226140137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226144559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "clamp",
"timestamp": 1649226147775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226144559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226148044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "policy-id",
"timestamp": 1649226148421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.367Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "cds",
"timestamp": 1649226148088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "clamp",
"timestamp": 1649226147775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226144559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226148044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "policy-id",
"timestamp": 1649226149429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:24:25.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "cds",
"timestamp": 1649226148088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "clamp",
"timestamp": 1649226147775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226144559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226148044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "policy-id",
"timestamp": 1649226150434,
"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-04-06T06:24:25.386Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68da94e6-5d88-406c-9c8c-47577d1a1c23
2022-04-06T06:24:25.387Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68da94e6-5d88-406c-9c8c-47577d1a1c23 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-04-06T06:24:25.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "aai-ml",
"timestamp": 1649226149866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "cds",
"timestamp": 1649226148088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "clamp",
"timestamp": 1649226147775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226144559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226148044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "policy-id",
"timestamp": 1649226140137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "aai-ml",
"timestamp": 1649226149866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "cds",
"timestamp": 1649226148088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226152250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:24:25.411Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "clamp",
"timestamp": 1649226147775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226148044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "policy-id",
"timestamp": 1649226140137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "aai-ml",
"timestamp": 1649226149866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226152714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "cds",
"timestamp": 1649226148088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226153257,
"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-04-06T06:24:25.426Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68da94e6-5d88-406c-9c8c-47577d1a1c23
2022-04-06T06:24:25.426Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68da94e6-5d88-406c-9c8c-47577d1a1c23 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-04-06T06:24:25.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "clamp",
"timestamp": 1649226147775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226148044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226153125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "policy-id",
"timestamp": 1649226140137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "aai-ml",
"timestamp": 1649226149866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "cds",
"timestamp": 1649226148088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226138481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "clamp",
"timestamp": 1649226147775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226154299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226148044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "policy-id",
"timestamp": 1649226140137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "aai-ml",
"timestamp": 1649226149866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "cds",
"timestamp": 1649226148088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226138481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "policy-id",
"timestamp": 1649226140137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "aai-ml",
"timestamp": 1649226149866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226155680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.451Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226138481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "cds",
"timestamp": 1649226156142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "policy-id",
"timestamp": 1649226140137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "aai-ml",
"timestamp": 1649226149866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226156714,
"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=?
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-04-06T06:24:25.469Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8055505e-4340-41d1-b611-ce3c4aa2b54b
2022-04-06T06:24:25.470Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8055505e-4340-41d1-b611-ce3c4aa2b54b 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-04-06T06:24:25.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226138481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "cds",
"timestamp": 1649226157151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-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-04-06T06:24:25.488Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8055505e-4340-41d1-b611-ce3c4aa2b54b
2022-04-06T06:24:25.488Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8055505e-4340-41d1-b611-ce3c4aa2b54b 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-04-06T06:24:25.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "policy-id",
"timestamp": 1649226140137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226157719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-06T06:24:25.501Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226138481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "aai-ml",
"timestamp": 1649226157963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226158387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "policy-id",
"timestamp": 1649226158730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226138481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "policy-id",
"timestamp": 1649226159741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:24:25.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226138481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226159771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "policy-id",
"timestamp": 1649226160746,
"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-04-06T06:24:25.516Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8055505e-4340-41d1-b611-ce3c4aa2b54b
2022-04-06T06:24:25.517Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8055505e-4340-41d1-b611-ce3c4aa2b54b 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-04-06T06:24:25.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226161878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226161254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226162655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/basic_onboard_nvpqew0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-06T06:24:25.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "clamp",
"timestamp": 1649226164053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226163660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-06T06:24:25.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226164665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/resourceInstances/basic_onboard_nvpqew0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-06T06:24:25.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "clamp",
"timestamp": 1649226166093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:24:25.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226165670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:24:25.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226166796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:24:25.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "clamp",
"timestamp": 1649226167100,
"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-04-06T06:24:25.539Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68da94e6-5d88-406c-9c8c-47577d1a1c23
2022-04-06T06:24:25.540Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68da94e6-5d88-406c-9c8c-47577d1a1c23 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-04-06T06:24:25.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226167807,
"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-04-06T06:24:25.560Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8055505e-4340-41d1-b611-ce3c4aa2b54b
2022-04-06T06:24:25.561Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8055505e-4340-41d1-b611-ce3c4aa2b54b 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-04-06T06:24:25.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "clamp",
"timestamp": 1649226147775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "clamp",
"timestamp": 1649226147775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "clamp",
"timestamp": 1649226147775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "clamp",
"timestamp": 1649226147775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "clamp",
"timestamp": 1649226147775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "clamp",
"timestamp": 1649226147775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "clamp",
"timestamp": 1649226147775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "aai-ml",
"timestamp": 1649226175292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvpqew/1.0/artifacts/service-BasicOnboardNvpqew-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:24:25.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "aai-ml",
"timestamp": 1649226176299,
"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-04-06T06:24:25.601Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68da94e6-5d88-406c-9c8c-47577d1a1c23
2022-04-06T06:24:25.602Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68da94e6-5d88-406c-9c8c-47577d1a1c23 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-04-06T06:24:25.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "aai-ml",
"timestamp": 1649226149866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "aai-ml",
"timestamp": 1649226149866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "aai-ml",
"timestamp": 1649226149866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "aai-ml",
"timestamp": 1649226149866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "aai-ml",
"timestamp": 1649226149866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "clamp",
"timestamp": 1649226182054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "aai-ml",
"timestamp": 1649226149866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "aai-ml",
"timestamp": 1649226149866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:24:25.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "aai-ml",
"timestamp": 1649226184545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:24:25.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "clamp",
"timestamp": 1649226185052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:24:25.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "clamp",
"timestamp": 1649226186057,
"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-04-06T06:24:25.633Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8055505e-4340-41d1-b611-ce3c4aa2b54b
2022-04-06T06:24:25.634Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8055505e-4340-41d1-b611-ce3c4aa2b54b 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-04-06T06:24:25.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "aai-ml",
"timestamp": 1649226197977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:24:25.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:24:25.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:24:25.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "aai-ml",
"timestamp": 1649226198982,
"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-04-06T06:24:25.659Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8055505e-4340-41d1-b611-ce3c4aa2b54b
2022-04-06T06:24:25.660Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8055505e-4340-41d1-b611-ce3c4aa2b54b 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-04-06T06:24:46.802Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
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-04-06T06:24:46.827Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23
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-04-06T06:24:46.833Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:24:46.833Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-06T06:24:46.833Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-06T06:24:46.833Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-06T06:24:46.834Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-06T06:24:46.834Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-06T06:24:46.834Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-06T06:24:46.834Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-06T06:24:46.834Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-06T06:24:46.835Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-06T06:24:46.835Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||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-04-06T06:24:46.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-06T06:25:16.842Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23 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-04-06T06:25:16.857Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68da94e6-5d88-406c-9c8c-47577d1a1c23 and serviceModelVersionId: 0ab4d332-14da-48ae-be00-637a7752cf2e
2022-04-06T06:25:16.858Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e1ae172-9139-4b76-bfea-657905ecc70f
2022-04-06T06:25:24.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:25:24.825Z||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-04-06T06:25:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:25:34.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:25:40.430Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e1ae172-9139-4b76-bfea-657905ecc70f/model-vers/model-ver/0ab4d332-14da-48ae-be00-637a7752cf2e?depth=0
2022-04-06T06:25:40.657Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-06T06:25:41.474Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e1ae172-9139-4b76-bfea-657905ecc70f/model-vers/model-ver/0ab4d332-14da-48ae-be00-637a7752cf2e?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-04-06T06:25:41.483Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e1ae172-9139-4b76-bfea-657905ecc70f/model-vers/model-ver/0ab4d332-14da-48ae-be00-637a7752cf2e?depth=0|INFO|500||Invoke
2022-04-06T06:25:41.661Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e1ae172-9139-4b76-bfea-657905ecc70f/model-vers/model-ver/0ab4d332-14da-48ae-be00-637a7752cf2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-06T06:25:42.084Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e1ae172-9139-4b76-bfea-657905ecc70f/model-vers/model-ver/0ab4d332-14da-48ae-be00-637a7752cf2e?depth=0|INFO|500||InvokeReturn
2022-04-06T06:25:42.088Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e1ae172-9139-4b76-bfea-657905ecc70f/model-vers/model-ver/0ab4d332-14da-48ae-be00-637a7752cf2e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220406-06:25:41:982-32067], vertex-id=[164080], Content-Length=[0], Date=[Wed, 06 Apr 2022 06:25:41 GMT], Content-Type=[application/json]}
2022-04-06T06:25:42.088Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-06T06:25:42.096Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-06T06:25:42.096Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||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-04-06T06:25:42.104Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||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-04-06T06:25:42.105Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68da94e6-5d88-406c-9c8c-47577d1a1c23 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-06T06:25:42.108Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-06T06:25:42.108Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:42.113Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:42.113Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226342106,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:25:42.213Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:25:42.215Z||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-04-06T06:25:42.216Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:42.230Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:25:42.231Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-06T06:25:43.138Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-06T06:25:43.139Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"8055505e-4340-41d1-b611-ce3c4aa2b54b","serviceName":"vFW 2022-04-06 06-19-06","serviceVersion":"1.0","serviceUUID":"c4af5452-b2b6-4faf-aa92-acbca781439f","serviceDescription":"catalog service description","serviceInvariantUUID":"4042ea76-931b-4cef-9970-2f8aadfee5b2","resources":[{"resourceInstanceName":"vFW e059f1c8-910b 0","resourceName":"vFW e059f1c8-910b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17087f5d-fb69-4050-b754-e03e16451f15","resourceInvariantUUID":"e2caa0d0-ab3c-4a6d-a2af-68bbcf99f089","resourceCustomizationUUID":"91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml","artifactChecksum":"OTllYmJiNDYyNzczODhiYTUyNjYxZGVhMzRkMGI4OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f525d17d-e83b-4046-919b-6fdcd6dd78bb","artifactVersion":"1"},{"artifactName":"vfwe059f1c8910b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json","artifactChecksum":"Y2NiYTZlNjNhNzNlODZlN2JkMmQ3MDg2MGE1MGZiZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75aec34c-ea51-4d72-8193-e6f0df61b855","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e26ba19b-aa2e-4b4a-a660-93a823a47134","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjVlMDhiMmM0N2UwNmQ3N2M4N2ZiMjE1M2M3MjNlNzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1d0624ed-9973-43db-9423-2c6bd715b44d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6917c364-2dcc-4437-bf67-4eb40e33f014","artifactVersion":"2","generatedFromUUID":"e26ba19b-aa2e-4b4a-a660-93a823a47134"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220406061906-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml","artifactChecksum":"NWJkNGQwZGZhODE2ZGY5YjhlYzc3M2NlYjg1NmNlYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd1475d5-b966-45af-9a96-0bbdb30ee16a","artifactVersion":"1"},{"artifactName":"service-Vfw20220406061906-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar","artifactChecksum":"ODlmZDdlZGI3NmI5ZDcyNGMzM2YzYWQ3MTRlMDRlODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"62ea3d51-80a6-46c5-aeb6-3a9d7524563b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-06T06:25:43.140Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:25:43.140Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:43.142Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:43.143Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:25:43.243Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:25:43.244Z||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-04-06T06:25:43.245Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:43.260Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:25:43.261Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:25:44.144Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:25:44.145Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:44.148Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:44.149Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "NOTIFIED"
}
2022-04-06T06:25:44.251Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-06T06:25:44.253Z||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-04-06T06:25:44.253Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:44.277Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:25:44.278Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:25:45.149Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:25:45.151Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:45.156Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:45.156Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-06T06:25:45.256Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:25:45.257Z||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-04-06T06:25:45.258Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:45.271Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:25:45.271Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:25:46.157Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:25:46.159Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:46.164Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:46.164Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:25:46.264Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:25:46.265Z||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-04-06T06:25:46.265Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:46.281Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:25:46.282Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:25:47.167Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:25:47.169Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:47.173Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:47.173Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-06T06:25:47.272Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:25:47.274Z||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-04-06T06:25:47.274Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:47.290Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:25:47.291Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:25:48.174Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:25:48.176Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:48.179Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:48.179Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:25:48.279Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:25:48.280Z||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-04-06T06:25:48.281Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:48.295Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:25:48.296Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:25:49.187Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:25:49.192Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:49.196Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:49.196Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:25:49.296Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:25:49.297Z||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-04-06T06:25:49.298Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:49.310Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:25:49.311Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:25:50.198Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"serviceName": "vFW 2022-04-06 06-19-06",
"serviceVersion": "1.0",
"serviceUUID": "c4af5452-b2b6-4faf-aa92-acbca781439f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4042ea76-931b-4cef-9970-2f8aadfee5b2",
"resources": [
{
"resourceInstanceName": "vFW e059f1c8-910b 0",
"resourceCustomizationUUID": "91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b",
"resourceName": "vFW e059f1c8-910b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "17087f5d-fb69-4050-b754-e03e16451f15",
"resourceInvariantUUID": "e2caa0d0-ab3c-4a6d-a2af-68bbcf99f089",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe059f1c8910b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"artifactChecksum": "Y2NiYTZlNjNhNzNlODZlN2JkMmQ3MDg2MGE1MGZiZDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "75aec34c-ea51-4d72-8193-e6f0df61b855",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e26ba19b-aa2e-4b4a-a660-93a823a47134",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6917c364-2dcc-4437-bf67-4eb40e33f014",
"generatedFromUUID": "e26ba19b-aa2e-4b4a-a660-93a823a47134"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6917c364-2dcc-4437-bf67-4eb40e33f014",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220406061906-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"artifactChecksum": "ODlmZDdlZGI3NmI5ZDcyNGMzM2YzYWQ3MTRlMDRlODM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "62ea3d51-80a6-46c5-aeb6-3a9d7524563b"
}
],
"workloadContext": "Production"
}
2022-04-06T06:25:50.198Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-06T06:25:50.199Z|68da94e6-5d88-406c-9c8c-47577d1a1c23|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c4af5452-b2b6-4faf-aa92-acbca781439f ASDC
2022-04-06T06:25:50.199Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:8055505e-4340-41d1-b611-ce3c4aa2b54b
ServiceName:vFW 2022-04-06 06-19-06
ServiceVersion:1.0
ServiceUUID:c4af5452-b2b6-4faf-aa92-acbca781439f
ServiceInvariantUUID:4042ea76-931b-4cef-9970-2f8aadfee5b2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220406061906-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar
ArtifactUUID:62ea3d51-80a6-46c5-aeb6-3a9d7524563b
ArtifactChecksum:ODlmZDdlZGI3NmI5ZDcyNGMzM2YzYWQ3MTRlMDRlODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e059f1c8-910b 0
ResourceCustomizationUUID:91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b
ResourceInvariantUUID:e2caa0d0-ab3c-4a6d-a2af-68bbcf99f089
ResourceName:vFW e059f1c8-910b
ResourceType:VF
ResourceUUID:17087f5d-fb69-4050-b754-e03e16451f15
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe059f1c8910b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json
ArtifactUUID:75aec34c-ea51-4d72-8193-e6f0df61b855
ArtifactChecksum:Y2NiYTZlNjNhNzNlODZlN2JkMmQ3MDg2MGE1MGZiZDg=
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/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml
ArtifactUUID:e26ba19b-aa2e-4b4a-a660-93a823a47134
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/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env
ArtifactUUID:6917c364-2dcc-4437-bf67-4eb40e33f014
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/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env
ArtifactUUID:6917c364-2dcc-4437-bf67-4eb40e33f014
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-06T06:25:50.200Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4af5452-b2b6-4faf-aa92-acbca781439f 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-04-06T06:25:50.253Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:25:50.254Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:25:50.254Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:25:50.254Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 62ea3d51-80a6-46c5-aeb6-3a9d7524563b from URL: /sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:50.255Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:25:50.255Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:50.902Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:25:50.912Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar 62ea3d51-80a6-46c5-aeb6-3a9d7524563b 98970
2022-04-06T06:25:50.912Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar ASDC sendASDCNotification
2022-04-06T06:25:50.912Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:50.913Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:25:50.913Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:50.917Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:50.918Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226350912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:25:51.017Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:25:51.018Z||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-04-06T06:25:51.019Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:51.039Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:25:51.040Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:25:51.919Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:25:51.922Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:25:51.928Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 62ea3d51-80a6-46c5-aeb6-3a9d7524563b, URL: /sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar to file: /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:51.930Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220406061906-csar.csar
2022-04-06T06:25:51.931Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:51.931Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:52.182Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10166419261477273814/Definitions/service-Vfw20220406061906-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-04-06T06:25:55.589Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-06T06:25:55.591Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:25:55.591Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.591Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-06T06:25:55.592Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||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-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.592Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||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-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.592Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||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-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.593Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.593Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e059f1c8-910b 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-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.593Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.594Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||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-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.594Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||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-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.594Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||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-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.595Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.595Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||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-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.595Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.596Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||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-Vfw20220406061906-csar.csar
2022-04-06T06:25:55.596Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:25:55.596Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.597Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:55.597Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:25:55.598Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:25:55.598Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:25:55.599Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.599Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:55.599Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:25:55.600Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:25:55.600Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:25:55.600Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.601Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:55.601Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.602Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is not matching search criteria
2022-04-06T06:25:55.602Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-06T06:25:55.602Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-06T06:25:55.603Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-06T06:25:55.603Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.604Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.604Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.605Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-06T06:25:55.605Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-06T06:25:55.605Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-06T06:25:55.606Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.606Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.606Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-06T06:25:55.607Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.607Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-06T06:25:55.607Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.608Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-06T06:25:55.608Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.608Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:25:55.609Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.609Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:25:55.609Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:25:55.610Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.610Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:25:55.611Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:25:55.611Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.611Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:25:55.612Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:25:55.612Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.613Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is not matching search criteria
2022-04-06T06:25:55.613Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-06T06:25:55.613Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-06T06:25:55.614Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-06T06:25:55.614Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-06T06:25:55.614Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-06T06:25:55.615Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.615Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.615Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-06T06:25:55.615Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.616Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-06T06:25:55.616Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.617Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a9e40881-1c87-4d65-860d-d68ea8ad15ed
2022-04-06T06:25:55.617Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.617Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is not matching search criteria
2022-04-06T06:25:55.618Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-06T06:25:55.618Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-06T06:25:55.618Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-06T06:25:55.618Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.619Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.619Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.619Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-06T06:25:55.619Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-06T06:25:55.620Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-06T06:25:55.620Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.620Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-06T06:25:55.620Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.621Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1a0c004a-775e-4b81-944f-dba5ebfbc0e4
2022-04-06T06:25:55.621Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.621Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is not matching search criteria
2022-04-06T06:25:55.622Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-06T06:25:55.622Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-06T06:25:55.622Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-06T06:25:55.622Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.623Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.624Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.625Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-06T06:25:55.625Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-06T06:25:55.625Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-06T06:25:55.625Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:25:55.626Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-06T06:25:55.626Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-06T06:25:55.626Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=836b0ac7-c578-42e2-9722-e7caa056e04b
2022-04-06T06:25:55.626Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.627Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:55.627Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.627Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:55.627Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.628Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:55.628Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:55.628Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:55.629Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-06 06-19-06
Description:catalog service description
Model UUID:c4af5452-b2b6-4faf-aa92-acbca781439f
Model Version:NULL
Model InvariantUuid:4042ea76-931b-4cef-9970-2f8aadfee5b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e059f1c8-910b
Model UUID:05a32634-f228-4500-a75b-e5739c1e10db
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e2caa0d0-ab3c-4a6d-a2af-68bbcf99f089
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:768c4ee9-f671-4c98-8b6a-1e36ca4f3d33
ModelName:VfwE059f1c8910b..base_vfw..module-0
ModelUuid:e891d661-c265-4368-9ea1-d85b7f108d84
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a9e40881-1c87-4d65-860d-d68ea8ad15ed
ModelInvariantUuid:e6ae037c-d230-4360-a6a3-e854c65fc687
ModelName:vFW e059f1c8-910b-nodes.vfwCvfc
ModelUuid:a3dce22e-6639-45e1-918e-a8dc7d95691c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:10bcb046-2757-4227-a230-6bbff8270b82
ModelInvariantUuid:b0eec3c1-b503-47e8-8e00-aa2b3f909c52
ModelName:VfwE059f1c8910b.compute.nodes.heat.vfw
ModelUuid:2e441b3c-0533-4b05-8ac1-06f689330613
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1a0c004a-775e-4b81-944f-dba5ebfbc0e4
ModelInvariantUuid:02a55ec1-82a2-4acb-bf3f-68982fcfd84c
ModelName:vFW e059f1c8-910b-nodes.vsnCvfc
ModelUuid:763189d7-ae08-4608-bdcd-00cfad5d4567
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3dcf4c74-9856-4e68-bd5d-0e7abf8b1bc3
ModelInvariantUuid:13ec968e-3cbb-4293-a206-1f9388331c0d
ModelName:VfwE059f1c8910b.compute.nodes.heat.vsn
ModelUuid:9755d4c1-1cee-4581-b818-dde950a4cdfc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:836b0ac7-c578-42e2-9722-e7caa056e04b
ModelInvariantUuid:cf5ce774-3516-449b-b5a2-11163bbaa4ac
ModelName:vFW e059f1c8-910b-nodes.vpgCvfc
ModelUuid:038786f4-b043-43bb-9cbd-9c3bdbde73b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0e8b2da0-c544-4e36-acfd-3b49d7b914e6
ModelInvariantUuid:d591f792-f7f4-4c4d-b664-12fdfd3d7cb0
ModelName:VfwE059f1c8910b.compute.nodes.heat.vpg
ModelUuid:0e57c818-c758-4a23-a0cb-6b4cfc796ddc
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-04-06T06:25:55.644Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 17087f5d-fb69-4050-b754-e03e16451f15
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-04-06T06:25:55.650Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||vFW e059f1c8-910b 0
2022-04-06T06:25:55.651Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17087f5d-fb69-4050-b754-e03e16451f15
2022-04-06T06:25:55.651Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 75aec34c-ea51-4d72-8193-e6f0df61b855 from URL: /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json
2022-04-06T06:25:55.651Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:25:55.651Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json
2022-04-06T06:25:55.808Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:25:55.809Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json 75aec34c-ea51-4d72-8193-e6f0df61b855 785
2022-04-06T06:25:55.809Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json ASDC sendASDCNotification
2022-04-06T06:25:55.810Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json
2022-04-06T06:25:55.810Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:25:55.811Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:55.813Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:55.813Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226355809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:25:55.914Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:25:55.915Z||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-04-06T06:25:55.915Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:55.933Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:25:55.934Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:25:56.815Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE059f1c8910b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "768c4ee9-f671-4c98-8b6a-1e36ca4f3d33",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e891d661-c265-4368-9ea1-d85b7f108d84",
"vfModuleModelCustomizationUUID": "982ef9bf-b88c-44c3-8aab-cd4d1cc5fe4a",
"isBase": true,
"artifacts": [
"e26ba19b-aa2e-4b4a-a660-93a823a47134",
"6917c364-2dcc-4437-bf67-4eb40e33f014"
],
"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-04-06T06:25:56.820Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE059f1c8910b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e891d661-c265-4368-9ea1-d85b7f108d84
VfModuleModelInvariantUUID:768c4ee9-f671-4c98-8b6a-1e36ca4f3d33
VfModuleModelDescription:NULL
Artifacts UUID List:{
e26ba19b-aa2e-4b4a-a660-93a823a47134
,
6917c364-2dcc-4437-bf67-4eb40e33f014
}
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-04-06T06:25:56.822Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE059f1c8910b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "768c4ee9-f671-4c98-8b6a-1e36ca4f3d33",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e891d661-c265-4368-9ea1-d85b7f108d84",
"vfModuleModelCustomizationUUID": "982ef9bf-b88c-44c3-8aab-cd4d1cc5fe4a",
"isBase": true,
"artifacts": [
"e26ba19b-aa2e-4b4a-a660-93a823a47134",
"6917c364-2dcc-4437-bf67-4eb40e33f014"
],
"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-04-06T06:25:56.822Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE059f1c8910b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e891d661-c265-4368-9ea1-d85b7f108d84
VfModuleModelInvariantUUID:768c4ee9-f671-4c98-8b6a-1e36ca4f3d33
VfModuleModelDescription:NULL
Artifacts UUID List:{
e26ba19b-aa2e-4b4a-a660-93a823a47134
,
6917c364-2dcc-4437-bf67-4eb40e33f014
}
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-04-06T06:25:56.823Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e26ba19b-aa2e-4b4a-a660-93a823a47134 from URL: /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml
2022-04-06T06:25:56.823Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:25:56.823Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml
2022-04-06T06:25:57.421Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:25:57.422Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml e26ba19b-aa2e-4b4a-a660-93a823a47134 20368
2022-04-06T06:25:57.423Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-06T06:25:57.423Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml
2022-04-06T06:25:57.423Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:25:57.424Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:57.427Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:57.427Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226357423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:25:57.528Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:25:57.529Z||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-04-06T06:25:57.529Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:57.541Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:25:57.542Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:25:58.431Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6917c364-2dcc-4437-bf67-4eb40e33f014 from URL: /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env
2022-04-06T06:25:58.434Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:25:58.434Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env
2022-04-06T06:25:58.905Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:25:58.906Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env 6917c364-2dcc-4437-bf67-4eb40e33f014 2098
2022-04-06T06:25:58.906Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-06T06:25:58.907Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env
2022-04-06T06:25:58.907Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:25:58.907Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:25:58.910Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:25:58.911Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226358906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:25:59.011Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:25:59.012Z||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-04-06T06:25:59.013Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:25:59.033Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:25:59.034Z||pool-29-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:25:59.912Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c4af5452-b2b6-4faf-aa92-acbca781439f
2022-04-06T06:25:59.915Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e059f1c8-910b 0 17087f5d-fb69-4050-b754-e03e16451f15 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-04-06T06:25:59.961Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14ab4a9f, org.onap.sdc.toscaparser.api.parameters.Input@6413a313, org.onap.sdc.toscaparser.api.parameters.Input@76d1fa62, org.onap.sdc.toscaparser.api.parameters.Input@12217312, org.onap.sdc.toscaparser.api.parameters.Input@5c103c7b]
2022-04-06T06:25:59.963Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:59.963Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:59.964Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-04-06T06:25:59.964Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b
2022-04-06T06:25:59.964Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b matches Tosca VF Customization UUID: 91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b
2022-04-06T06:25:59.964Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b 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-04-06T06:25:59.971Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:59.978Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:25:59.982Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b: {\"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-04-06T06:25:59.983Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4539aa87
2022-04-06T06:25:59.985Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:59.985Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:25:59.987Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 982ef9bf-b88c-44c3-8aab-cd4d1cc5fe4a
2022-04-06T06:25:59.987Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 982ef9bf-b88c-44c3-8aab-cd4d1cc5fe4a
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-04-06T06:25:59.992Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:59.994Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:25:59.994Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:25:59.995Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:59.995Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:25:59.995Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:25:59.996Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:25:59.996Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is not matching search criteria
2022-04-06T06:25:59.997Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-06T06:25:59.997Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-06T06:25:59.998Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-06T06:25:59.998Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-06T06:25:59.998Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-06T06:25:59.998Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:25:59.999Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-06T06:26:00.000Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-06T06:26:00.001Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-06T06:26:00.001Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-06T06:26:00.002Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:26:00.002Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a9e40881-1c87-4d65-860d-d68ea8ad15ed
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-04-06T06:26:00.006Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:00.008Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:26:00.008Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:00.009Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:00.009Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is not matching search criteria
2022-04-06T06:26:00.010Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-06T06:26:00.010Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-06T06:26:00.010Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-06T06:26:00.011Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:26:00.011Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-06T06:26:00.011Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:26:00.012Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-06T06:26:00.012Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-06T06:26:00.013Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-06T06:26:00.013Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-06T06:26:00.013Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-06T06:26:00.014Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:26:00.015Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1a0c004a-775e-4b81-944f-dba5ebfbc0e4
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-04-06T06:26:00.019Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:00.019Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:26:00.019Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:00.022Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:00.023Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is not matching search criteria
2022-04-06T06:26:00.023Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-06T06:26:00.024Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-06T06:26:00.024Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-06T06:26:00.024Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:26:00.025Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-06T06:26:00.025Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-06T06:26:00.025Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-06T06:26:00.026Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-06T06:26:00.026Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-06T06:26:00.026Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-06T06:26:00.027Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-06T06:26:00.027Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-06T06:26:00.027Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=836b0ac7-c578-42e2-9722-e7caa056e04b
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-04-06T06:26:00.030Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:00.031Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:26:00.032Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:00.032Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:00.033Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Node template vFW e059f1c8-910b 0 is matching search criteria
2022-04-06T06:26:00.033Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e059f1c8-910b 0] matching following query criteria: sdcType=VF, customizationUUID=91b1ed8e-0e27-4630-aa9a-7394a7dc4d0b
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-04-06T06:26:00.035Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:00.036Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:00.036Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c4af5452-b2b6-4faf-aa92-acbca781439f: vFW e059f1c8-910b
2022-04-06T06:26:00.037Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:00.037Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:00.037Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:00.038Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:00.038Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:00.038Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:00.039Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:00.039Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:00.040Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:00.040Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-06 06-19-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:00.040Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-04-06 06-19-06
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-04-06T06:26:00.239Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e059f1c8-910b 17087f5d-fb69-4050-b754-e03e16451f15 1 ASDC deployResourceStructure
2022-04-06T06:26:00.239Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json ASDC sendASDCNotification
2022-04-06T06:26:00.239Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json
2022-04-06T06:26:00.240Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:26:00.240Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:00.243Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:00.243Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226360239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-06T06:26:00.343Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:00.345Z||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-04-06T06:26:00.345Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:00.373Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:00.377Z||pool-30-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:01.244Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-06T06:26:01.245Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml
2022-04-06T06:26:01.245Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:26:01.245Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:01.248Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:01.248Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226361244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-06T06:26:01.348Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:01.350Z||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-04-06T06:26:01.350Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:01.365Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:01.366Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:02.249Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-06T06:26:02.250Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env
2022-04-06T06:26:02.250Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:26:02.251Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:02.254Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:02.254Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226362249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-06T06:26:02.354Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:02.355Z||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-04-06T06:26:02.356Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:02.369Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:02.371Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:03.255Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar ASDC sendASDCNotification
2022-04-06T06:26:03.256Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar
2022-04-06T06:26:03.256Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-06T06:26:03.257Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:03.261Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:03.261Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226363255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:26:03.361Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:03.362Z||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-04-06T06:26:03.362Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:03.376Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:03.377Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:26:04.262Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8055505e-4340-41d1-b611-ce3c4aa2b54b
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-04-06T06:26:04.282Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8055505e-4340-41d1-b611-ce3c4aa2b54b
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-04-06T06:26:04.290Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-06T06:26:04.290Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-06T06:26:04.291Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-06T06:26:04.291Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-06T06:26:04.291Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-06T06:26:04.291Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-06T06:26:04.291Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-06T06:26:04.292Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-06T06:26:04.292Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-06T06:26:04.292Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-06T06:26:04.292Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||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-04-06T06:26:04.306Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-06T06:26:24.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:26:24.825Z||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-04-06T06:26:24.826Z||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 AxToUswXPORdylw2) ...
2022-04-06T06:26:25.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:25.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68da94e6-5d88-406c-9c8c-47577d1a1c23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226342106,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:26:25.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226144815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226350912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226355809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226348480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226348044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226357423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226348480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226348044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "clamp",
"timestamp": 1649226357775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "cds",
"timestamp": 1649226358088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226348480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226348044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "clamp",
"timestamp": 1649226357775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226358906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "cds",
"timestamp": 1649226358088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226348480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226348044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "clamp",
"timestamp": 1649226357775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "aai-ml",
"timestamp": 1649226359866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226360239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/vfwe059f1c8910b0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-06T06:26:25.500Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "cds",
"timestamp": 1649226358088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "policy-id",
"timestamp": 1649226360137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226348480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226348044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "clamp",
"timestamp": 1649226357775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "aai-ml",
"timestamp": 1649226359866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226361244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-06T06:26:25.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "cds",
"timestamp": 1649226358088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "policy-id",
"timestamp": 1649226360137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226348480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226348044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "clamp",
"timestamp": 1649226357775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "aai-ml",
"timestamp": 1649226359866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226362249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/resourceInstances/vfwe059f1c8910b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-06T06:26:25.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "cds",
"timestamp": 1649226358088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "policy-id",
"timestamp": 1649226360137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226362240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226348480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1649226348044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "clamp",
"timestamp": 1649226357775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "aai-ml",
"timestamp": 1649226359866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226363255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220406061906/1.0/artifacts/service-Vfw20220406061906-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:26:25.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "cds",
"timestamp": 1649226358088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "policy-id",
"timestamp": 1649226360137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226362240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "clamp",
"timestamp": 1649226357775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "aai-ml",
"timestamp": 1649226359866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "cds",
"timestamp": 1649226358088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "policy-id",
"timestamp": 1649226360137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226362240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226365342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "aai-ml",
"timestamp": 1649226359866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "policy-id",
"timestamp": 1649226360137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226362240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "cds",
"timestamp": 1649226366036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "aai-ml",
"timestamp": 1649226359866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "policy-id",
"timestamp": 1649226360137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226362240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "cds",
"timestamp": 1649226367045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-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-04-06T06:26:25.557Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3714bb39-97e2-46a2-b19a-62f2615246f3
2022-04-06T06:26:25.557Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3714bb39-97e2-46a2-b19a-62f2615246f3 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-04-06T06:26:25.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "aai-ml",
"timestamp": 1649226367741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226368271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:26:25.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226362240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:25.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "policy-id",
"timestamp": 1649226368051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649226369279,
"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-04-06T06:26:25.581Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3714bb39-97e2-46a2-b19a-62f2615246f3
2022-04-06T06:26:25.582Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3714bb39-97e2-46a2-b19a-62f2615246f3 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-04-06T06:26:25.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226362240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:26:25.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-06T06:26:25.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "policy-id",
"timestamp": 1649226369056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:26:25.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "policy-id",
"timestamp": 1649226370059,
"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-04-06T06:26:25.608Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3714bb39-97e2-46a2-b19a-62f2615246f3
2022-04-06T06:26:25.608Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3714bb39-97e2-46a2-b19a-62f2615246f3 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-04-06T06:26:25.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226370284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226371581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226372861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226373889,
"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-04-06T06:26:25.629Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3714bb39-97e2-46a2-b19a-62f2615246f3
2022-04-06T06:26:25.630Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3714bb39-97e2-46a2-b19a-62f2615246f3 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-04-06T06:26:25.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649226374895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-06T06:26:25.638Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "clamp",
"timestamp": 1649226377091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:25.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "aai-ml",
"timestamp": 1649226377770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:26:25.640Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "aai-ml",
"timestamp": 1649226378775,
"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-04-06T06:26:25.650Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3714bb39-97e2-46a2-b19a-62f2615246f3
2022-04-06T06:26:25.651Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3714bb39-97e2-46a2-b19a-62f2615246f3 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-04-06T06:26:25.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "clamp",
"timestamp": 1649226380094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-06T06:26:25.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-06T06:26:25.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-06T06:26:25.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "clamp",
"timestamp": 1649226381100,
"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-04-06T06:26:25.672Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3714bb39-97e2-46a2-b19a-62f2615246f3
2022-04-06T06:26:25.673Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3714bb39-97e2-46a2-b19a-62f2615246f3 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-04-06T06:26:34.307Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8055505e-4340-41d1-b611-ce3c4aa2b54b 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-04-06T06:26:34.314Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8055505e-4340-41d1-b611-ce3c4aa2b54b and serviceModelVersionId: c4af5452-b2b6-4faf-aa92-acbca781439f
2022-04-06T06:26:34.315Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4042ea76-931b-4cef-9970-2f8aadfee5b2
2022-04-06T06:26:34.316Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4042ea76-931b-4cef-9970-2f8aadfee5b2/model-vers/model-ver/c4af5452-b2b6-4faf-aa92-acbca781439f?depth=0
2022-04-06T06:26:34.325Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-06T06:26:34.421Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4042ea76-931b-4cef-9970-2f8aadfee5b2/model-vers/model-ver/c4af5452-b2b6-4faf-aa92-acbca781439f?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-04-06T06:26:34.423Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4042ea76-931b-4cef-9970-2f8aadfee5b2/model-vers/model-ver/c4af5452-b2b6-4faf-aa92-acbca781439f?depth=0|INFO|500||Invoke
2022-04-06T06:26:34.462Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4042ea76-931b-4cef-9970-2f8aadfee5b2/model-vers/model-ver/c4af5452-b2b6-4faf-aa92-acbca781439f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-06T06:26:34.877Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4042ea76-931b-4cef-9970-2f8aadfee5b2/model-vers/model-ver/c4af5452-b2b6-4faf-aa92-acbca781439f?depth=0|INFO|500||InvokeReturn
2022-04-06T06:26:34.878Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4042ea76-931b-4cef-9970-2f8aadfee5b2/model-vers/model-ver/c4af5452-b2b6-4faf-aa92-acbca781439f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220406-06:26:34:780-60124], vertex-id=[163872], Content-Length=[0], Date=[Wed, 06 Apr 2022 06:26:34 GMT], Content-Type=[application/json]}
2022-04-06T06:26:34.878Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-06T06:26:34.879Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-06T06:26:34.879Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||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-04-06T06:26:34.889Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||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-04-06T06:26:34.890Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8055505e-4340-41d1-b611-ce3c4aa2b54b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-06T06:26:34.891Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-06T06:26:34.891Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:34.895Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:34.895Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8055505e-4340-41d1-b611-ce3c4aa2b54b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226394891,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-06T06:26:34.995Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:34.997Z||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-04-06T06:26:34.997Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:35.012Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:35.013Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 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-04-06T06:26:35.924Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-06T06:26:35.926Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|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-04-06T06:26:35.926Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|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 AxToUswXPORdylw2) ...
2022-04-06T06:26:40.307Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:40.308Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-06T06:26:40.308Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3714bb39-97e2-46a2-b19a-62f2615246f3","serviceName":"basic_onboard_FSMoCZ","serviceVersion":"1.0","serviceUUID":"bf7107ee-a6f8-4e2c-84ea-2a27674a7962","serviceDescription":"service","serviceInvariantUUID":"0c797988-324a-4fe2-ae3a-a57d3b3877e6","resources":[{"resourceInstanceName":"basic_onboard_FSMoCZ 0","resourceName":"basic_onboard_FSMoCZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d0e916d7-d4f8-462f-b869-13f1b1fac7bf","resourceInvariantUUID":"9fe4851b-ac26-48ff-b515-2e5768acbee8","resourceCustomizationUUID":"909e11b5-29d7-402f-b5fd-7e37258cf78b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml","artifactChecksum":"MzdkNDk3ZDRlMWI2MmZhYzMyMzA5MjhkYWU3NmM1YWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5147be4-c608-49aa-b43a-25067f32f731","artifactVersion":"1"},{"artifactName":"basic_onboard_fsmocz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json","artifactChecksum":"ZTVhN2FlYmRiMzYxNmZlNjM2OTExNjY0NzVkNjUyZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ab28fbd1-2605-46c4-a24b-91ad74d4da98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7406a344-9d8f-476d-bf70-8d0a92556ae8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5c834573-99ef-4c13-ae33-f58e79a0abdd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da4cc4ce-8c2b-4630-be07-b41eabfda074","artifactVersion":"2","generatedFromUUID":"7406a344-9d8f-476d-bf70-8d0a92556ae8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFsmocz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml","artifactChecksum":"OTg0MzczMTM0YTZlMTA3YmFlMDkwYzNkYWNmYTA4Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"590846bd-01a4-4717-af2e-d3a4f81254af","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFsmocz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar","artifactChecksum":"ODkyMDYxNzZhMDdhNGEwNjAyYzk0ODI3MDczNTFjMTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f638d662-7553-4de6-ac27-7a3244d3f90a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-06T06:26:40.314Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:26:40.315Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:40.320Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:40.321Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226395924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:40.418Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-06T06:26:40.420Z||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-04-06T06:26:40.420Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:40.433Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:40.433Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:41.322Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:26:41.323Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:41.326Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:41.326Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226395924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
"status": "NOTIFIED"
}
2022-04-06T06:26:41.426Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:41.427Z||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-04-06T06:26:41.428Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:41.441Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:41.442Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:42.327Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:26:42.328Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:42.330Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:42.331Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226395924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-06T06:26:42.431Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:42.432Z||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-04-06T06:26:42.432Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:42.446Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:42.447Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:26:43.331Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:26:43.333Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:43.338Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:43.338Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226395924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:43.438Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:43.439Z||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-04-06T06:26:43.440Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:43.455Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:43.457Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:44.342Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:26:44.343Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:44.349Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:44.349Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226395924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-06T06:26:44.448Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-06T06:26:44.449Z||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-04-06T06:26:44.449Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:44.462Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:44.463Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:45.350Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:26:45.352Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:45.355Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:45.356Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226395924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-06T06:26:45.456Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-06T06:26:45.457Z||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-04-06T06:26:45.457Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:45.478Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:45.479Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:46.357Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-06T06:26:46.358Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:46.361Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:46.361Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226395924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "NOTIFIED"
}
2022-04-06T06:26:46.461Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:46.462Z||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-04-06T06:26:46.462Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:46.574Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:46.575Z||pool-41-thread-1|||||INFO|500||cambria reply ok (114 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:47.363Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"serviceName": "basic_onboard_FSMoCZ",
"serviceVersion": "1.0",
"serviceUUID": "bf7107ee-a6f8-4e2c-84ea-2a27674a7962",
"serviceDescription": "service",
"serviceInvariantUUID": "0c797988-324a-4fe2-ae3a-a57d3b3877e6",
"resources": [
{
"resourceInstanceName": "basic_onboard_FSMoCZ 0",
"resourceCustomizationUUID": "909e11b5-29d7-402f-b5fd-7e37258cf78b",
"resourceName": "basic_onboard_FSMoCZ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d0e916d7-d4f8-462f-b869-13f1b1fac7bf",
"resourceInvariantUUID": "9fe4851b-ac26-48ff-b515-2e5768acbee8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_fsmocz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
"artifactChecksum": "ZTVhN2FlYmRiMzYxNmZlNjM2OTExNjY0NzVkNjUyZTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ab28fbd1-2605-46c4-a24b-91ad74d4da98",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7406a344-9d8f-476d-bf70-8d0a92556ae8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "da4cc4ce-8c2b-4630-be07-b41eabfda074",
"generatedFromUUID": "7406a344-9d8f-476d-bf70-8d0a92556ae8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "da4cc4ce-8c2b-4630-be07-b41eabfda074",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardFsmocz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"artifactChecksum": "ODkyMDYxNzZhMDdhNGEwNjAyYzk0ODI3MDczNTFjMTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f638d662-7553-4de6-ac27-7a3244d3f90a"
}
],
"workloadContext": "Production"
}
2022-04-06T06:26:47.363Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-06T06:26:47.363Z|8055505e-4340-41d1-b611-ce3c4aa2b54b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bf7107ee-a6f8-4e2c-84ea-2a27674a7962 ASDC
2022-04-06T06:26:47.364Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3714bb39-97e2-46a2-b19a-62f2615246f3
ServiceName:basic_onboard_FSMoCZ
ServiceVersion:1.0
ServiceUUID:bf7107ee-a6f8-4e2c-84ea-2a27674a7962
ServiceInvariantUUID:0c797988-324a-4fe2-ae3a-a57d3b3877e6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFsmocz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar
ArtifactUUID:f638d662-7553-4de6-ac27-7a3244d3f90a
ArtifactChecksum:ODkyMDYxNzZhMDdhNGEwNjAyYzk0ODI3MDczNTFjMTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FSMoCZ 0
ResourceCustomizationUUID:909e11b5-29d7-402f-b5fd-7e37258cf78b
ResourceInvariantUUID:9fe4851b-ac26-48ff-b515-2e5768acbee8
ResourceName:basic_onboard_FSMoCZ
ResourceType:VF
ResourceUUID:d0e916d7-d4f8-462f-b869-13f1b1fac7bf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fsmocz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json
ArtifactUUID:ab28fbd1-2605-46c4-a24b-91ad74d4da98
ArtifactChecksum:ZTVhN2FlYmRiMzYxNmZlNjM2OTExNjY0NzVkNjUyZTY=
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/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7406a344-9d8f-476d-bf70-8d0a92556ae8
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/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env
ArtifactUUID:da4cc4ce-8c2b-4630-be07-b41eabfda074
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/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env
ArtifactUUID:da4cc4ce-8c2b-4630-be07-b41eabfda074
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-06T06:26:47.364Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf7107ee-a6f8-4e2c-84ea-2a27674a7962 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-04-06T06:26:47.412Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:26:47.414Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:26:47.414Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:26:47.414Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f638d662-7553-4de6-ac27-7a3244d3f90a from URL: /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:47.414Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:26:47.415Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:47.829Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:26:47.833Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar f638d662-7553-4de6-ac27-7a3244d3f90a 71572
2022-04-06T06:26:47.834Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar ASDC sendASDCNotification
2022-04-06T06:26:47.834Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:47.834Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:26:47.834Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:47.838Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:47.838Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226407834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:47.938Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:47.939Z||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-04-06T06:26:47.939Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:47.955Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:47.956Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-06T06:26:48.839Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-06T06:26:48.842Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-06T06:26:48.842Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f638d662-7553-4de6-ac27-7a3244d3f90a, URL: /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/artifacts/service-BasicOnboardFsmocz-csar.csar to file: /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:48.842Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:48.843Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:48.843Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:49.089Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2026355979735749628/Definitions/service-BasicOnboardFsmocz-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-04-06T06:26:51.224Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-06T06:26:51.225Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:26:51.225Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.225Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-06T06:26:51.225Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||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-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||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-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||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-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||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-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||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-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FSMoCZ 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-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.226Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||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-BasicOnboardFsmocz-csar.csar
2022-04-06T06:26:51.227Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-06T06:26:51.227Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:51.227Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:51.227Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is matching search criteria
2022-04-06T06:26:51.228Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:26:51.228Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FSMoCZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:26:51.228Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:51.228Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:51.229Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is matching search criteria
2022-04-06T06:26:51.229Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-06T06:26:51.229Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FSMoCZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-06T06:26:51.230Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:51.230Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:51.230Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:51.231Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is not matching search criteria
2022-04-06T06:26:51.231Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-06T06:26:51.231Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-06T06:26:51.231Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-06T06:26:51.231Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-06T06:26:51.232Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-06T06:26:51.232Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:51.232Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:26:51.232Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:51.232Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is matching search criteria
2022-04-06T06:26:51.233Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FSMoCZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:51.233Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:51.233Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is matching search criteria
2022-04-06T06:26:51.233Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FSMoCZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:51.233Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:51.234Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is matching search criteria
2022-04-06T06:26:51.234Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_FSMoCZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-06T06:26:51.234Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:51.234Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_FSMoCZ 0 is not matching search criteria
2022-04-06T06:26:51.234Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-06T06:26:51.234Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-06T06:26:51.235Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b3b460ca-e21a-47ea-8da1-605bbbe217d9
2022-04-06T06:26:51.235Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:51.235Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:51.236Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:51.236Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:51.236Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:51.237Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:51.237Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:51.237Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:51.237Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_FSMoCZ
Description:service
Model UUID:bf7107ee-a6f8-4e2c-84ea-2a27674a7962
Model Version:NULL
Model InvariantUuid:0c797988-324a-4fe2-ae3a-a57d3b3877e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_FSMoCZ
Model UUID:25dd90cd-74c5-4e61-8979-a27bedfaf2e4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9fe4851b-ac26-48ff-b515-2e5768acbee8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:909e11b5-29d7-402f-b5fd-7e37258cf78b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6a54a4ab-ad29-49a4-a45b-beab33c7a02e
ModelName:BasicOnboardFsmocz..base_ubuntu18..module-0
ModelUuid:1618bdc8-c5c9-452c-b151-cd1dbca7f0b9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b3b460ca-e21a-47ea-8da1-605bbbe217d9
ModelInvariantUuid:36d2a9b1-fae0-426e-8e98-096c80f40371
ModelName:basic_onboard_FSMoCZ-nodes.ubuntu18Cvfc
ModelUuid:1b78a4f8-f960-446b-9903-91690702fad5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:56ddac45-80c2-4d04-b522-4614425833a0
ModelInvariantUuid:5fdbd016-fe05-4b5e-b763-988010cf314e
ModelName:BasicOnboardFsmocz.compute.nodes.heat.ubuntu18
ModelUuid:2eec62bc-29b3-433e-abcc-b2575a7f6a33
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-04-06T06:26:51.248Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d0e916d7-d4f8-462f-b869-13f1b1fac7bf
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-04-06T06:26:51.252Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||basic_onboard_FSMoCZ 0
2022-04-06T06:26:51.253Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d0e916d7-d4f8-462f-b869-13f1b1fac7bf
2022-04-06T06:26:51.253Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ab28fbd1-2605-46c4-a24b-91ad74d4da98 from URL: /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json
2022-04-06T06:26:51.253Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:26:51.253Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json
2022-04-06T06:26:51.420Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:26:51.421Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json ab28fbd1-2605-46c4-a24b-91ad74d4da98 798
2022-04-06T06:26:51.421Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json ASDC sendASDCNotification
2022-04-06T06:26:51.421Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json
2022-04-06T06:26:51.422Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:26:51.422Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:51.425Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:51.426Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226411421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/basic_onboard_fsmocz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:51.529Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-06T06:26:51.531Z||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-04-06T06:26:51.531Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:51.544Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:51.545Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:52.426Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFsmocz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6a54a4ab-ad29-49a4-a45b-beab33c7a02e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1618bdc8-c5c9-452c-b151-cd1dbca7f0b9",
"vfModuleModelCustomizationUUID": "cc102f3c-59f2-4faf-b4ce-98c34adfbab2",
"isBase": true,
"artifacts": [
"7406a344-9d8f-476d-bf70-8d0a92556ae8",
"da4cc4ce-8c2b-4630-be07-b41eabfda074"
],
"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-04-06T06:26:52.432Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFsmocz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1618bdc8-c5c9-452c-b151-cd1dbca7f0b9
VfModuleModelInvariantUUID:6a54a4ab-ad29-49a4-a45b-beab33c7a02e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7406a344-9d8f-476d-bf70-8d0a92556ae8
,
da4cc4ce-8c2b-4630-be07-b41eabfda074
}
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-04-06T06:26:52.436Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFsmocz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6a54a4ab-ad29-49a4-a45b-beab33c7a02e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1618bdc8-c5c9-452c-b151-cd1dbca7f0b9",
"vfModuleModelCustomizationUUID": "cc102f3c-59f2-4faf-b4ce-98c34adfbab2",
"isBase": true,
"artifacts": [
"7406a344-9d8f-476d-bf70-8d0a92556ae8",
"da4cc4ce-8c2b-4630-be07-b41eabfda074"
],
"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-04-06T06:26:52.436Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFsmocz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1618bdc8-c5c9-452c-b151-cd1dbca7f0b9
VfModuleModelInvariantUUID:6a54a4ab-ad29-49a4-a45b-beab33c7a02e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7406a344-9d8f-476d-bf70-8d0a92556ae8
,
da4cc4ce-8c2b-4630-be07-b41eabfda074
}
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-04-06T06:26:52.436Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7406a344-9d8f-476d-bf70-8d0a92556ae8 from URL: /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml
2022-04-06T06:26:52.436Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:26:52.437Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml
2022-04-06T06:26:52.559Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:26:52.560Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml 7406a344-9d8f-476d-bf70-8d0a92556ae8 5033
2022-04-06T06:26:52.560Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-06T06:26:52.560Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml
2022-04-06T06:26:52.560Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:26:52.560Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:52.563Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:52.564Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226412560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:52.664Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:52.666Z||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-04-06T06:26:52.666Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:52.679Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:52.680Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:53.565Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: da4cc4ce-8c2b-4630-be07-b41eabfda074 from URL: /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env
2022-04-06T06:26:53.565Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-06T06:26:53.566Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env
2022-04-06T06:26:53.709Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-06T06:26:53.710Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env da4cc4ce-8c2b-4630-be07-b41eabfda074 909
2022-04-06T06:26:53.711Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-06T06:26:53.711Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env
2022-04-06T06:26:53.711Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-06T06:26:53.712Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-06T06:26:53.714Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-06T06:26:53.714Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3714bb39-97e2-46a2-b19a-62f2615246f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649226413711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFsmocz/1.0/resourceInstances/basic_onboard_fsmocz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-06T06:26:53.814Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-06T06:26:53.815Z||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-04-06T06:26:53.816Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AxToUswXPORdylw2) ...
2022-04-06T06:26:53.832Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-06T06:26:53.833Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-06T06:26:54.715Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: bf7107ee-a6f8-4e2c-84ea-2a27674a7962
2022-04-06T06:26:54.716Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FSMoCZ 0 d0e916d7-d4f8-462f-b869-13f1b1fac7bf 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-04-06T06:26:54.733Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b93cec5, org.onap.sdc.toscaparser.api.parameters.Input@4b632001, org.onap.sdc.toscaparser.api.parameters.Input@21f7cd81, org.onap.sdc.toscaparser.api.parameters.Input@11628900, org.onap.sdc.toscaparser.api.parameters.Input@34a2980f]
2022-04-06T06:26:54.735Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:54.735Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:54.736Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-04-06T06:26:54.736Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 909e11b5-29d7-402f-b5fd-7e37258cf78b
2022-04-06T06:26:54.737Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 909e11b5-29d7-402f-b5fd-7e37258cf78b matches Tosca VF Customization UUID: 909e11b5-29d7-402f-b5fd-7e37258cf78b
2022-04-06T06:26:54.737Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 909e11b5-29d7-402f-b5fd-7e37258cf78b 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-04-06T06:26:54.739Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:54.739Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-06T06:26:54.740Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 909e11b5-29d7-402f-b5fd-7e37258cf78b: {\"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-04-06T06:26:54.740Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c383b8f
2022-04-06T06:26:54.741Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-06T06:26:54.741Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_FSMoCZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-06T06:26:54.741Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc102f3c-59f2-4faf-b4ce-98c34adfbab2
2022-04-06T06:26:54.741Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc102f3c-59f2-4faf-b4ce-98c34adfbab2
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-04-06T06:26:54.744Z|3714bb39-97e2-46a2-b19a-62f2615246f3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive