By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-23T05:31:11.557Z||main|||||INFO|500||The following profiles are active: basic
2022-06-23T05:31:22.843Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-23T05:31:22.844Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-23T05:31:22.970Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-23T05:31:26.844Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-23T05:31:27.254Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-23T05:31:27.730Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-23T05:31:27.739Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-23T05:31:27.857Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-23T05:31:28.078Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-23T05:31:28.675Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-23T05:31:30.451Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-23T05:31:32.834Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-23T05:31:32.899Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-23T05:31:33.445Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-23T05:31:33.687Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-23T05:31:34.962Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-23T05:31:36.082Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-23T05:31:36.102Z||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$$a1a3d335.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-23T05:31:36.105Z||main|||||WARN|500||The sdc end point is not alive
2022-06-23T05:31:39.225Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-23T05:31:42.220Z||main|||||WARN|500||---
2022-06-23T05:31:42.221Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-23T05:31:42.221Z||main|||||WARN|500||---
2022-06-23T05:31:42.739Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-23T05:31:47.528Z||main|||||INFO|500||Started Application in 39.228 seconds (JVM running for 41.273)
2022-06-23T05:31:47.539Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-23T05:31:47.547Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-23T05:31:47.560Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-23T05:31:47.586Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-23T05:31:47.636Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 65f78791-8de7-430f-bd1f-9ff9b123fbe6 url= /sdc/v1/artifactTypes
2022-06-23T05:31:47.636Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-23T05:31:48.736Z||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.59.99] 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$$791d9b8b.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-23T05:31:48.742Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7750916c
2022-06-23T05:31:48.742Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-23T05:31:48.764Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-23T05:31:48.767Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-23T05:31:48.770Z||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$$791d9b8b.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-23T05:32:37.518Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-23T05:32:37.519Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-23T05:32:37.519Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-23T05:32:37.523Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-23T05:32:37.527Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80fa1722-f12c-48e7-8bb3-e4e7210b7ee2 url= /sdc/v1/artifactTypes
2022-06-23T05:32:37.528Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-23T05:32:38.557Z||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.59.99] 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$$791d9b8b.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-23T05:32:38.558Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47549d12
2022-06-23T05:32:38.559Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-23T05:32:38.559Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-23T05:32:38.559Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-23T05:32:38.560Z||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$$791d9b8b.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-23T05:33:27.518Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-23T05:33:27.518Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-23T05:33:27.519Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-23T05:33:27.523Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-23T05:33:27.529Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9df89819-78f9-414a-bf16-85336cf011e2 url= /sdc/v1/artifactTypes
2022-06-23T05:33:27.530Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-23T05:33:27.738Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-23T05:33:27.747Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-23T05:33:27.768Z||scheduling-1|||||DEBUG|500||create keys
2022-06-23T05:33:27.774Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-23T05:33:27.853Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:33:27.869Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 204d2d39-2e45-4302-b27c-d00ba0b7d2de url= /sdc/v1/registerForDistribution
2022-06-23T05:33:28.177Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 204d2d39-2e45-4302-b27c-d00ba0b7d2de url= /sdc/v1/registerForDistribution
2022-06-23T05:33:28.178Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-23T05:33:28.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:33:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:33:28.194Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-23T05:33:28.201Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:33:28.201Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:33:28.201Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:33:28.202Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:33:38.696Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:33:38.699Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:34:28.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:34:28.185Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:34:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:34:28.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:34:28.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:34:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:34:37.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:34:37.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:35:28.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:35:28.185Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:35:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:35:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:35:28.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:35:28.190Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:35:37.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:35:37.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:36:28.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:36:28.186Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:36:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:36:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:36:28.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:36:28.256Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:36:37.846Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:36:37.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:37:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:37:28.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:37:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:37:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:37:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:37:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:37:37.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:37:37.791Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:38:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:38:28.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:38:28.186Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:38:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:38:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:38:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:38:37.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:38:37.797Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:39:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:39:28.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:39:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:39:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:39:28.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:39:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:39:37.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:39:37.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:40:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:40:28.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:40:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:40:28.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:40:28.188Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:40:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:40:37.770Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:40:37.770Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:41:22.410Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-23T05:41:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:41:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:41:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:41:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:41:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:41:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:41:37.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:41:37.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:42:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:42:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:42:28.185Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T05:42:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:42:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:42:28.189Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:42:37.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:42:37.783Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:43:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:43:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:43:28.185Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T05:43:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:43:28.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:43:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:43:37.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:43:37.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:44:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:44:28.186Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:44:28.186Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T05:44:28.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:44:28.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:44:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:44:37.752Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:44:37.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:45:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:45:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:45:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:45:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:45:28.188Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:45:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:45:37.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:45:37.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:46:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:46:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:46:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:46:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:46:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:46:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:46:37.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:46:37.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:47:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:47:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:47:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:47:28.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:47:28.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:47:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:47:37.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:47:37.766Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:48:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:48:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:48:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:48:28.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:48:28.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:48:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:48:37.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:48:37.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:49:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:49:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:49:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:49:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:49:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:49:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:49:37.770Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:49:37.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:50:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:50:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:50:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:50:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:50:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:50:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:50:37.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:50:37.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:51:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:51:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:51:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:51:28.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:51:28.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:51:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:51:37.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:51:37.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:52:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:52:28.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:52:28.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:52:28.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:52:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:52:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:52:37.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:52:37.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:53:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:53:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:53:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:53:28.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:53:28.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:53:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:53:37.769Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:53:37.770Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:54:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:54:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:54:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:54:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:54:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:54:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:54:37.738Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:54:37.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:55:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:55:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:55:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:55:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:55:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:55:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:55:37.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:55:37.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:56:28.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:56:28.186Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:56:28.186Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:56:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:56:28.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:56:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:56:37.772Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:56:37.785Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:57:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:57:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:57:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:57:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:57:28.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:57:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:57:37.749Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:57:37.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:58:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:58:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:58:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:58:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:58:28.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:58:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:58:37.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:58:37.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:59:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:59:28.184Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:59:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:59:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T05:59:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T05:59:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T05:59:37.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T05:59:37.768Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:00:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:00:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:00:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:00:28.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:00:28.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:00:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:00:37.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:00:37.765Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:01:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:01:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:01:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:01:28.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:01:28.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:01:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:01:37.753Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:01:37.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:02:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:02:28.186Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:02:28.186Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:02:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:02:28.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:02:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:02:37.742Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:02:37.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:03:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:03:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:03:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:03:28.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:03:28.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:03:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:03:37.742Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:03:37.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:04:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:04:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:04:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:04:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:04:28.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:04:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:04:37.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:04:37.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:05:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:05:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:05:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:05:28.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:05:28.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:05:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:05:37.741Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:05:37.741Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:06:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:06:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:06:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:06:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:06:28.188Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:06:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:06:37.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:06:37.777Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:07:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:07:28.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:07:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:07:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:07:28.188Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:07:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:07:37.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:07:37.786Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:08:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:08:28.184Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:08:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:08:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:08:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:08:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:08:37.753Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:08:37.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:09:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:09:28.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:09:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:09:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:09:28.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:09:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:09:37.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:09:37.742Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:10:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:10:28.184Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:10:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:10:28.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:10:28.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:10:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:10:37.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:10:37.752Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:11:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:11:28.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:11:28.185Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:11:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:11:28.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:11:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:11:37.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:11:37.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:12:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:12:28.186Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:12:28.186Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:12:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:12:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:12:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:12:37.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:12:37.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:13:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:13:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:13:28.185Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:13:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:13:28.188Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:13:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:13:37.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:13:37.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:14:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:14:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:14:28.185Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:14:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:14:28.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:14:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:14:37.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:14:37.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:15:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:15:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:15:28.185Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:15:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:15:28.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:15:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:15:37.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:15:37.757Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:16:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:16:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:16:28.185Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:16:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:16:28.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:16:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:16:37.769Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:16:37.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:17:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:17:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:17:28.185Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:17:28.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:17:28.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:17:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:17:37.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:17:37.792Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:18:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:18:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:18:28.185Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:18:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:18:28.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:18:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:18:37.829Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:18:37.829Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:19:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:19:28.185Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:19:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:19:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:28.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:28.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "ves-openapi-manager",
"timestamp": 1655965130746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "policy-id",
"timestamp": 1655965130619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965139877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "ves-openapi-manager",
"timestamp": 1655965130746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "policy-id",
"timestamp": 1655965130619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965139877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "NOTIFIED"
}
2022-06-23T06:19:28.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "ves-openapi-manager",
"timestamp": 1655965130746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "policy-id",
"timestamp": 1655965130619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-23T06:19:28.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "cds",
"timestamp": 1655965141377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965139877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-23T06:19:28.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "ves-openapi-manager",
"timestamp": 1655965130746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "policy-id",
"timestamp": 1655965130619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "cds",
"timestamp": 1655965141377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965139877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "ves-openapi-manager",
"timestamp": 1655965130746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "policy-id",
"timestamp": 1655965130619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "cds",
"timestamp": 1655965141377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965139877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-23T06:19:28.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "ves-openapi-manager",
"timestamp": 1655965130746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "policy-id",
"timestamp": 1655965130619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "cds",
"timestamp": 1655965141377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965139877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "ves-openapi-manager",
"timestamp": 1655965130746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "policy-id",
"timestamp": 1655965130619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:19:28.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "aai-ml",
"timestamp": 1655965146056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "cds",
"timestamp": 1655965141377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965139877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:19:28.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "policy-id",
"timestamp": 1655965147570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:19:28.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:19:28.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "aai-ml",
"timestamp": 1655965146056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "cds",
"timestamp": 1655965141377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965147739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:19:28.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:19:28.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "policy-id",
"timestamp": 1655965148584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:19:28.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:19:28.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "aai-ml",
"timestamp": 1655965146056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "cds",
"timestamp": 1655965141377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:19:28.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965148838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:19:28.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:19:28.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "policy-id",
"timestamp": 1655965149590,
"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-06-23T06:19:28.650Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c42a7b13-5927-4eee-afa6-eb857e0d7046
2022-06-23T06:19:28.680Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42a7b13-5927-4eee-afa6-eb857e0d7046 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:19:28.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "aai-ml",
"timestamp": 1655965146056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "cds",
"timestamp": 1655965149243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:19:28.714Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:19:28.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965149963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:19:28.715Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:19:28.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "aai-ml",
"timestamp": 1655965146056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "cds",
"timestamp": 1655965150258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:19:28.732Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c42a7b13-5927-4eee-afa6-eb857e0d7046
2022-06-23T06:19:28.732Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42a7b13-5927-4eee-afa6-eb857e0d7046 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:19:28.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "clamp",
"timestamp": 1655965150371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965151066,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:19:28.758Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c42a7b13-5927-4eee-afa6-eb857e0d7046
2022-06-23T06:19:28.758Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42a7b13-5927-4eee-afa6-eb857e0d7046 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-23T06:19:28.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "aai-ml",
"timestamp": 1655965146056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "clamp",
"timestamp": 1655965150371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "NOTIFIED"
}
2022-06-23T06:19:28.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965152070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "DEPLOY_OK"
}
2022-06-23T06:19:28.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:19:28.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "aai-ml",
"timestamp": 1655965146056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:19:28.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "clamp",
"timestamp": 1655965150371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965152435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "aai-ml",
"timestamp": 1655965153977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:19:28.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:19:28.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "clamp",
"timestamp": 1655965150371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965152435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "clamp",
"timestamp": 1655965150371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965152435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "clamp",
"timestamp": 1655965150371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965152435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "clamp",
"timestamp": 1655965150371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:19:28.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965152435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965152435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965152435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:19:28.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:19:28.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965160574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:19:28.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:19:28.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "clamp",
"timestamp": 1655965167480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:19:28.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:19:28.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965167682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:19:28.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:19:28.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:28.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:19:28.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c42a7b13-5927-4eee-afa6-eb857e0d7046","serviceName":"vFW 2022-06-23 06-17-26","serviceVersion":"1.0","serviceUUID":"68b9450e-8220-4b75-b79d-576279d51913","serviceDescription":"catalog service description","serviceInvariantUUID":"86ca5f58-5a1c-407b-ab8e-4f444552a0dd","resources":[{"resourceInstanceName":"vFW 78c53b41-d635 0","resourceName":"vFW 78c53b41-d635","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5816a93-be65-42f2-b26d-2db98420443b","resourceInvariantUUID":"bbea1f41-3315-4355-864a-dee2658dfd01","resourceCustomizationUUID":"d19da2c1-d388-4eae-8963-e2aa423d11ce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml","artifactChecksum":"MmE5MzU2Y2U0OTA1NGQ0ODkxNjViZTk2MTg0ODRlZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ced4a96c-b012-49f6-8241-2c3128b0a3ea","artifactVersion":"1"},{"artifactName":"vfw78c53b41d6350_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json","artifactChecksum":"YWEwMTE2MTQ5Mzc3NjE3MjVlNjg3ZTM4OTcwZGU3ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"95f885c9-d8f6-4141-a4b2-c5a1753bc559","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9ec83459-686b-4ca5-8584-6d5fb446063e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml","artifactChecksum":"ZGE5ODMwNTZmMjUwZTZiZTc4Y2FiZDA0MWJkZmQ5Njg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad5edda0-93e9-4981-9e94-90de460ea787","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1","artifactVersion":"2","generatedFromUUID":"9ec83459-686b-4ca5-8584-6d5fb446063e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220623061726-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml","artifactChecksum":"ZDI1ZDhkY2E2ZTY2OGE5YTgyOTYzZDgyN2NhZGNmZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69b5e78c-4ac8-41af-8da9-b1956c2de328","artifactVersion":"1"},{"artifactName":"service-Vfw20220623061726-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar","artifactChecksum":"ZDVmMzg0YTJkYjUxZDlkZDU3Njg3ZWNkMjJlMWI1Nzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2459966f-373c-4829-a81b-b5036381cd57","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-23T06:19:28.869Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:19:28.874Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:28.885Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:28.885Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965168184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:28.985Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-23T06:19:28.991Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:28.991Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:29.058Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:29.059Z||pool-3-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:19:29.891Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:19:29.892Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:29.894Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:29.894Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965168184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "NOTIFIED"
}
2022-06-23T06:19:29.994Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:19:29.995Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:29.995Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:30.033Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:30.034Z||pool-4-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:19:30.894Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:19:30.895Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:30.898Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:30.898Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965168184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-23T06:19:30.998Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:19:30.999Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:31.000Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:31.024Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:31.025Z||pool-5-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:19:31.899Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:19:31.899Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:31.902Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:31.902Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965168184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:32.002Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:19:32.003Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:32.003Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:32.022Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:32.022Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:19:32.902Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:19:32.903Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:32.907Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:32.907Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965168184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-23T06:19:33.007Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:19:33.008Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:33.008Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:33.031Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:33.031Z||pool-7-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:19:33.908Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:19:33.908Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:33.910Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:33.911Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965168184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:19:34.011Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-23T06:19:34.012Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:34.012Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:34.042Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:34.043Z||pool-8-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:19:34.911Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:19:34.912Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:34.914Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:34.914Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965168184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:19:35.014Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:19:35.016Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:35.016Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:35.032Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:35.033Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:19:35.916Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"serviceName": "vFW 2022-06-23 06-17-26",
"serviceVersion": "1.0",
"serviceUUID": "68b9450e-8220-4b75-b79d-576279d51913",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "86ca5f58-5a1c-407b-ab8e-4f444552a0dd",
"resources": [
{
"resourceInstanceName": "vFW 78c53b41-d635 0",
"resourceCustomizationUUID": "d19da2c1-d388-4eae-8963-e2aa423d11ce",
"resourceName": "vFW 78c53b41-d635",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f5816a93-be65-42f2-b26d-2db98420443b",
"resourceInvariantUUID": "bbea1f41-3315-4355-864a-dee2658dfd01",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw78c53b41d6350_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"artifactChecksum": "YWEwMTE2MTQ5Mzc3NjE3MjVlNjg3ZTM4OTcwZGU3ZDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "95f885c9-d8f6-4141-a4b2-c5a1753bc559",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9ec83459-686b-4ca5-8584-6d5fb446063e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1",
"generatedFromUUID": "9ec83459-686b-4ca5-8584-6d5fb446063e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220623061726-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"artifactChecksum": "ZDVmMzg0YTJkYjUxZDlkZDU3Njg3ZWNkMjJlMWI1Nzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2459966f-373c-4829-a81b-b5036381cd57"
}
],
"workloadContext": "Production"
}
2022-06-23T06:19:35.917Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-23T06:19:35.918Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68b9450e-8220-4b75-b79d-576279d51913 ASDC
2022-06-23T06:19:36.013Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c42a7b13-5927-4eee-afa6-eb857e0d7046
ServiceName:vFW 2022-06-23 06-17-26
ServiceVersion:1.0
ServiceUUID:68b9450e-8220-4b75-b79d-576279d51913
ServiceInvariantUUID:86ca5f58-5a1c-407b-ab8e-4f444552a0dd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220623061726-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar
ArtifactUUID:2459966f-373c-4829-a81b-b5036381cd57
ArtifactChecksum:ZDVmMzg0YTJkYjUxZDlkZDU3Njg3ZWNkMjJlMWI1Nzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 78c53b41-d635 0
ResourceCustomizationUUID:d19da2c1-d388-4eae-8963-e2aa423d11ce
ResourceInvariantUUID:bbea1f41-3315-4355-864a-dee2658dfd01
ResourceName:vFW 78c53b41-d635
ResourceType:VF
ResourceUUID:f5816a93-be65-42f2-b26d-2db98420443b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw78c53b41d6350_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json
ArtifactUUID:95f885c9-d8f6-4141-a4b2-c5a1753bc559
ArtifactChecksum:YWEwMTE2MTQ5Mzc3NjE3MjVlNjg3ZTM4OTcwZGU3ZDE=
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/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml
ArtifactUUID:9ec83459-686b-4ca5-8584-6d5fb446063e
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/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env
ArtifactUUID:cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1
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/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env
ArtifactUUID:cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-23T06:19:36.014Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68b9450e-8220-4b75-b79d-576279d51913 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-23T06:19:36.082Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-23T06:19:36.083Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-23T06:19:36.085Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-23T06:19:36.085Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2459966f-373c-4829-a81b-b5036381cd57 from URL: /sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar
2022-06-23T06:19:36.085Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-23T06:19:36.087Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar
2022-06-23T06:19:36.192Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-23T06:19:36.210Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar 2459966f-373c-4829-a81b-b5036381cd57 98992
2022-06-23T06:19:36.211Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar ASDC sendASDCNotification
2022-06-23T06:19:36.211Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar
2022-06-23T06:19:36.212Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T06:19:36.213Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:36.215Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:36.216Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965176211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:19:36.316Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:19:36.317Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:36.317Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:36.341Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:36.342Z||pool-10-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:19:37.216Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-23T06:19:37.217Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-23T06:19:37.218Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2459966f-373c-4829-a81b-b5036381cd57, URL: /sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar to file: /app/ASDC/1/service-Vfw20220623061726-csar.csar
2022-06-23T06:19:37.219Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220623061726-csar.csar
2022-06-23T06:19:37.304Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220623061726-csar.csar
2022-06-23T06:19:37.304Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220623061726-csar.csar
2022-06-23T06:19:37.990Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5235899508192955375/Definitions/service-Vfw20220623061726-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2022-06-23T06:19:40.824Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-23T06:19:40.829Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-23T06:19:40.829Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar
2022-06-23T06:19:40.829Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||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-Vfw20220623061726-csar.csar
2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||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-Vfw20220623061726-csar.csar
2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||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-Vfw20220623061726-csar.csar
2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar
2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar
2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||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-Vfw20220623061726-csar.csar
2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 78c53b41-d635 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-Vfw20220623061726-csar.csar
2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||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-Vfw20220623061726-csar.csar
2022-06-23T06:19:40.831Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||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-Vfw20220623061726-csar.csar
2022-06-23T06:19:40.831Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar
2022-06-23T06:19:40.831Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||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-Vfw20220623061726-csar.csar
2022-06-23T06:19:40.831Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar
2022-06-23T06:19:40.831Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||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-Vfw20220623061726-csar.csar
2022-06-23T06:19:40.831Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-23T06:19:40.837Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.839Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:40.843Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria
2022-06-23T06:19:40.843Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-23T06:19:40.845Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-23T06:19:40.847Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.847Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:40.847Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria
2022-06-23T06:19:40.847Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-23T06:19:40.847Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-23T06:19:40.848Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.848Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:40.851Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.851Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is not matching search criteria
2022-06-23T06:19:40.851Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-23T06:19:40.851Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-23T06:19:40.852Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:40.852Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-23T06:19:40.852Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T06:19:40.852Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-23T06:19:40.852Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-23T06:19:40.852Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-23T06:19:40.853Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-23T06:19:40.853Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-23T06:19:40.853Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:40.853Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-23T06:19:40.853Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:40.853Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-23T06:19:40.853Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T06:19:40.854Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-23T06:19:40.854Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.854Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-23T06:19:40.855Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.855Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria
2022-06-23T06:19:40.855Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T06:19:40.856Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.856Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria
2022-06-23T06:19:40.856Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T06:19:40.856Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.857Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria
2022-06-23T06:19:40.857Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T06:19:40.857Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.857Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is not matching search criteria
2022-06-23T06:19:40.857Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-23T06:19:40.857Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-23T06:19:40.858Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-23T06:19:40.858Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-23T06:19:40.858Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-23T06:19:40.858Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-23T06:19:40.858Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:40.859Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-23T06:19:40.859Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:40.859Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-23T06:19:40.859Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T06:19:40.859Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6b2ad7f6-2535-4d67-8393-e02c0aab5640
2022-06-23T06:19:40.860Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.860Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is not matching search criteria
2022-06-23T06:19:40.860Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-23T06:19:40.860Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-23T06:19:40.860Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:40.860Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-23T06:19:40.860Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T06:19:40.861Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-23T06:19:40.861Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-23T06:19:40.861Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-23T06:19:40.861Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-23T06:19:40.861Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:40.861Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-23T06:19:40.862Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T06:19:40.862Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a78a9108-b05e-4409-a9fa-3014502ec5de
2022-06-23T06:19:40.862Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.862Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is not matching search criteria
2022-06-23T06:19:40.862Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-23T06:19:40.862Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-23T06:19:40.863Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:40.863Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-23T06:19:40.863Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T06:19:40.863Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-23T06:19:40.863Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-23T06:19:40.864Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-23T06:19:40.864Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-23T06:19:40.864Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-23T06:19:40.864Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:40.864Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-23T06:19:40.865Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=93c6fb32-dc34-4362-af2e-0ce627ecc635
2022-06-23T06:19:40.865Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.865Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:40.865Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.866Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:40.866Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.866Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:40.866Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:40.866Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:40.866Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-23 06-17-26
Description:catalog service description
Model UUID:68b9450e-8220-4b75-b79d-576279d51913
Model Version:NULL
Model InvariantUuid:86ca5f58-5a1c-407b-ab8e-4f444552a0dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 78c53b41-d635
Model UUID:7e853da8-9474-427e-8d08-b69be4a0a429
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bbea1f41-3315-4355-864a-dee2658dfd01
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d19da2c1-d388-4eae-8963-e2aa423d11ce
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:002c9c97-8c42-4858-a2d4-cdcb6897a62a
ModelName:Vfw78c53b41D635..base_vfw..module-0
ModelUuid:aa232a39-b107-4271-8e26-d0389783008a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6b2ad7f6-2535-4d67-8393-e02c0aab5640
ModelInvariantUuid:cac85815-8f9d-49b5-bbbc-ffdd32538a46
ModelName:vFW 78c53b41-d635-nodes.vfwCvfc
ModelUuid:289adddc-94d1-48b5-9609-b804e803ce93
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c105edcd-328f-4c90-a965-514630bb9f06
ModelInvariantUuid:76381d76-1e06-48a6-b49e-b8624b8223a9
ModelName:Vfw78c53b41D635.compute.nodes.heat.vfw
ModelUuid:44be7f0d-a9ba-4838-a015-c541612c3526
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a78a9108-b05e-4409-a9fa-3014502ec5de
ModelInvariantUuid:65475cfe-1d3d-4c24-a810-670ebe350538
ModelName:vFW 78c53b41-d635-nodes.vsnCvfc
ModelUuid:e2457e64-d904-4132-ab54-bbbc30c2dd58
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7006816e-24e2-4506-83f8-66415321af17
ModelInvariantUuid:28034ceb-8556-46f9-9898-19b1094102b8
ModelName:Vfw78c53b41D635.compute.nodes.heat.vsn
ModelUuid:cb8e8f29-fbe0-43d7-9791-62c47a2ac92c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:93c6fb32-dc34-4362-af2e-0ce627ecc635
ModelInvariantUuid:6ad5d6dd-2d61-4bb2-ac2c-68ce864607aa
ModelName:vFW 78c53b41-d635-nodes.vpgCvfc
ModelUuid:4a729f6c-726d-4880-bc0d-f482f6c3c731
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:98099002-7ed6-405a-8ebe-ca5e9b288cee
ModelInvariantUuid:c7c39939-ef9f-4c3a-a4f1-2b9163085de2
ModelName:Vfw78c53b41D635.compute.nodes.heat.vpg
ModelUuid:e1c07601-b3b3-4c5a-8194-c77d6e0b72d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-23T06:19:40.889Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f5816a93-be65-42f2-b26d-2db98420443b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T06:19:40.993Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||vFW 78c53b41-d635 0
2022-06-23T06:19:40.999Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5816a93-be65-42f2-b26d-2db98420443b
2022-06-23T06:19:41.000Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 95f885c9-d8f6-4141-a4b2-c5a1753bc559 from URL: /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json
2022-06-23T06:19:41.000Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-23T06:19:41.000Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json
2022-06-23T06:19:41.182Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-23T06:19:41.183Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json 95f885c9-d8f6-4141-a4b2-c5a1753bc559 785
2022-06-23T06:19:41.183Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json ASDC sendASDCNotification
2022-06-23T06:19:41.183Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json
2022-06-23T06:19:41.183Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T06:19:41.184Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:41.186Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:41.186Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965181183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:19:41.286Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-23T06:19:41.288Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:41.288Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:41.312Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:41.312Z||pool-11-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:19:42.188Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw78c53b41D635..base_vfw..module-0",
"vfModuleModelInvariantUUID": "002c9c97-8c42-4858-a2d4-cdcb6897a62a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aa232a39-b107-4271-8e26-d0389783008a",
"vfModuleModelCustomizationUUID": "474d0823-1ee0-4f5c-a038-65bfb30140ee",
"isBase": true,
"artifacts": [
"9ec83459-686b-4ca5-8584-6d5fb446063e",
"cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-23T06:19:42.202Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw78c53b41D635..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa232a39-b107-4271-8e26-d0389783008a
VfModuleModelInvariantUUID:002c9c97-8c42-4858-a2d4-cdcb6897a62a
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ec83459-686b-4ca5-8584-6d5fb446063e
,
cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-23T06:19:42.205Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw78c53b41D635..base_vfw..module-0",
"vfModuleModelInvariantUUID": "002c9c97-8c42-4858-a2d4-cdcb6897a62a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aa232a39-b107-4271-8e26-d0389783008a",
"vfModuleModelCustomizationUUID": "474d0823-1ee0-4f5c-a038-65bfb30140ee",
"isBase": true,
"artifacts": [
"9ec83459-686b-4ca5-8584-6d5fb446063e",
"cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-23T06:19:42.205Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw78c53b41D635..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa232a39-b107-4271-8e26-d0389783008a
VfModuleModelInvariantUUID:002c9c97-8c42-4858-a2d4-cdcb6897a62a
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ec83459-686b-4ca5-8584-6d5fb446063e
,
cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-23T06:19:42.205Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9ec83459-686b-4ca5-8584-6d5fb446063e from URL: /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml
2022-06-23T06:19:42.205Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-23T06:19:42.205Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml
2022-06-23T06:19:42.288Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-23T06:19:42.289Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml 9ec83459-686b-4ca5-8584-6d5fb446063e 20368
2022-06-23T06:19:42.290Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-23T06:19:42.290Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml
2022-06-23T06:19:42.290Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T06:19:42.290Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:42.293Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:42.293Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965182290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:19:42.393Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:19:42.394Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:42.394Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:42.418Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:42.419Z||pool-12-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:19:43.293Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1 from URL: /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env
2022-06-23T06:19:43.294Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-23T06:19:43.294Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env
2022-06-23T06:19:43.374Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-23T06:19:43.375Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1 2098
2022-06-23T06:19:43.375Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-23T06:19:43.376Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env
2022-06-23T06:19:43.376Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T06:19:43.376Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:43.379Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:43.379Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965183375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:19:43.479Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:19:43.480Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:43.480Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:43.501Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:43.502Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:19:44.379Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 68b9450e-8220-4b75-b79d-576279d51913
2022-06-23T06:19:44.380Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 78c53b41-d635 0 f5816a93-be65-42f2-b26d-2db98420443b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T06:19:44.444Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1355376e, org.onap.sdc.toscaparser.api.parameters.Input@282cc424, org.onap.sdc.toscaparser.api.parameters.Input@5a3776c7, org.onap.sdc.toscaparser.api.parameters.Input@6dcce875, org.onap.sdc.toscaparser.api.parameters.Input@57185ce5]
2022-06-23T06:19:44.447Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.447Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:44.448Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-06-23T06:19:44.448Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d19da2c1-d388-4eae-8963-e2aa423d11ce
2022-06-23T06:19:44.448Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d19da2c1-d388-4eae-8963-e2aa423d11ce matches Tosca VF Customization UUID: d19da2c1-d388-4eae-8963-e2aa423d11ce
2022-06-23T06:19:44.448Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d19da2c1-d388-4eae-8963-e2aa423d11ce matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-23T06:19:44.457Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.457Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:44.459Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d19da2c1-d388-4eae-8963-e2aa423d11ce: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-23T06:19:44.459Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d5d4ee0
2022-06-23T06:19:44.459Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.459Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-23T06:19:44.460Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 474d0823-1ee0-4f5c-a038-65bfb30140ee
2022-06-23T06:19:44.461Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 474d0823-1ee0-4f5c-a038-65bfb30140ee
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-23T06:19:44.468Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.469Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria
2022-06-23T06:19:44.469Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T06:19:44.470Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.470Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria
2022-06-23T06:19:44.470Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T06:19:44.470Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.471Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is not matching search criteria
2022-06-23T06:19:44.471Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-23T06:19:44.471Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-23T06:19:44.471Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-23T06:19:44.471Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-23T06:19:44.471Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-23T06:19:44.472Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-23T06:19:44.472Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:44.472Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-23T06:19:44.472Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:44.472Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-23T06:19:44.472Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T06:19:44.473Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6b2ad7f6-2535-4d67-8393-e02c0aab5640
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-23T06:19:44.486Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.486Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria
2022-06-23T06:19:44.487Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T06:19:44.487Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.487Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is not matching search criteria
2022-06-23T06:19:44.487Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-23T06:19:44.487Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-23T06:19:44.488Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:44.488Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-23T06:19:44.488Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T06:19:44.488Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-23T06:19:44.488Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-23T06:19:44.488Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-23T06:19:44.489Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-23T06:19:44.489Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:44.489Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-23T06:19:44.489Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T06:19:44.489Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a78a9108-b05e-4409-a9fa-3014502ec5de
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-23T06:19:44.492Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.493Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria
2022-06-23T06:19:44.493Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T06:19:44.495Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.496Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is not matching search criteria
2022-06-23T06:19:44.496Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-23T06:19:44.496Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-23T06:19:44.496Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:44.496Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-23T06:19:44.496Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T06:19:44.497Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-23T06:19:44.497Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-23T06:19:44.497Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-23T06:19:44.497Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-23T06:19:44.497Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-23T06:19:44.497Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-23T06:19:44.498Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-23T06:19:44.498Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=93c6fb32-dc34-4362-af2e-0ce627ecc635
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-23T06:19:44.501Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.501Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria
2022-06-23T06:19:44.501Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T06:19:44.502Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.502Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria
2022-06-23T06:19:44.502Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=d19da2c1-d388-4eae-8963-e2aa423d11ce
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T06:19:44.504Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.504Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:44.504Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 68b9450e-8220-4b75-b79d-576279d51913: vFW 78c53b41-d635
2022-06-23T06:19:44.505Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.505Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:44.505Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.505Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:44.505Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.505Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:44.506Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.506Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:44.506Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:19:44.506Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:19:44.506Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-06-23 06-17-26
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:19:45.143Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 78c53b41-d635 f5816a93-be65-42f2-b26d-2db98420443b 1 ASDC deployResourceStructure
2022-06-23T06:19:45.144Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json ASDC sendASDCNotification
2022-06-23T06:19:45.144Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json
2022-06-23T06:19:45.144Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T06:19:45.144Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:45.146Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:45.146Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965185144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "DEPLOY_OK"
}
2022-06-23T06:19:45.246Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:19:45.247Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:45.248Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:45.278Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:45.278Z||pool-14-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:19:46.147Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-23T06:19:46.147Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml
2022-06-23T06:19:46.148Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T06:19:46.148Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:46.150Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:46.150Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965186147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-23T06:19:46.250Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:19:46.251Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:46.251Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:46.272Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:46.273Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:19:47.151Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-23T06:19:47.151Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env
2022-06-23T06:19:47.151Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T06:19:47.152Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:47.154Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:47.154Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965187151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-23T06:19:47.254Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:19:47.255Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:47.255Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:47.283Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:47.283Z||pool-16-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:19:48.155Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar ASDC sendASDCNotification
2022-06-23T06:19:48.156Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar
2022-06-23T06:19:48.156Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T06:19:48.156Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:19:48.158Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:19:48.158Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965188155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:19:48.259Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:19:48.259Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:19:48.260Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:19:48.293Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:19:48.294Z||pool-17-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:19:49.159Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-23T06:19:49.179Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-23T06:19:49.181Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T06:19:49.182Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-23T06:19:49.182Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-23T06:20:19.182Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-23T06:20:19.197Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-23T06:20:19.201Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T06:20:19.201Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-23T06:20:19.201Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-23T06:20:28.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:20:28.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:20:28.205Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:20:28.259Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:20:28.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:20:28.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965168692,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:20:28.293Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c42a7b13-5927-4eee-afa6-eb857e0d7046
2022-06-23T06:20:28.293Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42a7b13-5927-4eee-afa6-eb857e0d7046 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:20:49.201Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-23T06:20:49.215Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-23T06:20:49.219Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T06:20:49.219Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-23T06:20:49.219Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-23T06:21:19.219Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-23T06:21:19.235Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-23T06:21:19.239Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T06:21:19.239Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-23T06:21:19.239Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-23T06:21:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:21:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:21:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:21:28.734Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:21:28.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965168184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "clamp",
"timestamp": 1655965169513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:21:28.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "aai-ml",
"timestamp": 1655965170221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:21:28.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965168184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "clamp",
"timestamp": 1655965170520,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:21:28.750Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c42a7b13-5927-4eee-afa6-eb857e0d7046
2022-06-23T06:21:28.750Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42a7b13-5927-4eee-afa6-eb857e0d7046 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:21:28.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "aai-ml",
"timestamp": 1655965171229,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:21:28.772Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c42a7b13-5927-4eee-afa6-eb857e0d7046
2022-06-23T06:21:28.773Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42a7b13-5927-4eee-afa6-eb857e0d7046 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:21:28.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965168184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965168184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965168184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965168184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965168184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965176211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:21:28.786Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965181183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:21:28.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965182290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:21:28.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965183375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:21:28.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965179877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "aai-ml",
"timestamp": 1655965176056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "clamp",
"timestamp": 1655965180370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965182436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "clamp",
"timestamp": 1655965180370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965179877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "aai-ml",
"timestamp": 1655965176056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965182436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965185144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json",
"status": "DEPLOY_OK"
}
2022-06-23T06:21:28.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "clamp",
"timestamp": 1655965180370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "aai-ml",
"timestamp": 1655965176056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965179877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965182436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965186147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-23T06:21:28.793Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "clamp",
"timestamp": 1655965180370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965179877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "aai-ml",
"timestamp": 1655965176056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965182436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965187151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-23T06:21:28.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "cds",
"timestamp": 1655965186377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "clamp",
"timestamp": 1655965180370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "aai-ml",
"timestamp": 1655965176056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965179877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965182436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965188155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:21:28.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "cds",
"timestamp": 1655965186377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "clamp",
"timestamp": 1655965180370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965179877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "aai-ml",
"timestamp": 1655965176056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965182436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "cds",
"timestamp": 1655965186377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "clamp",
"timestamp": 1655965180370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965179877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "aai-ml",
"timestamp": 1655965176056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965182436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "cds",
"timestamp": 1655965186377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "policy-id",
"timestamp": 1655965190619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965190953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:21:28.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "aai-ml",
"timestamp": 1655965191500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:21:28.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965191522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:21:28.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "cds",
"timestamp": 1655965186377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655965190746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "policy-id",
"timestamp": 1655965190619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965192217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:21:28.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "cds",
"timestamp": 1655965186377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655965190746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "policy-id",
"timestamp": 1655965190619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "cds",
"timestamp": 1655965186377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965193346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:21:28.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655965190746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965194193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:21:28.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "policy-id",
"timestamp": 1655965190619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965194397,
"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-06-23T06:21:28.830Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4218b934-c8bb-494b-ab66-a046cab01dc5
2022-06-23T06:21:28.830Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4218b934-c8bb-494b-ab66-a046cab01dc5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:21:28.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655965190746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "cds",
"timestamp": 1655965194183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:21:28.857Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655965195199,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:21:28.863Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4218b934-c8bb-494b-ab66-a046cab01dc5
2022-06-23T06:21:28.863Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4218b934-c8bb-494b-ab66-a046cab01dc5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:21:28.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "policy-id",
"timestamp": 1655965190619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655965195402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-23T06:21:28.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655965190746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "cds",
"timestamp": 1655965195192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:21:28.897Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4218b934-c8bb-494b-ab66-a046cab01dc5
2022-06-23T06:21:28.897Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4218b934-c8bb-494b-ab66-a046cab01dc5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:21:28.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "policy-id",
"timestamp": 1655965190619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655965190746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "policy-id",
"timestamp": 1655965190619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:21:28.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "clamp",
"timestamp": 1655965197469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:21:28.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655965190746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:21:28.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:21:28.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "policy-id",
"timestamp": 1655965198455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:21:28.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "aai-ml",
"timestamp": 1655965199102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:21:28.914Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "clamp",
"timestamp": 1655965199481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:21:28.914Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "policy-id",
"timestamp": 1655965199460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:21:28.915Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:21:28.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "aai-ml",
"timestamp": 1655965200107,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:21:28.922Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4218b934-c8bb-494b-ab66-a046cab01dc5
2022-06-23T06:21:28.923Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4218b934-c8bb-494b-ab66-a046cab01dc5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:21:28.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "clamp",
"timestamp": 1655965200485,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:21:28.941Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4218b934-c8bb-494b-ab66-a046cab01dc5
2022-06-23T06:21:28.941Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4218b934-c8bb-494b-ab66-a046cab01dc5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:21:28.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:21:28.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "policy-id",
"timestamp": 1655965200463,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:21:28.975Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4218b934-c8bb-494b-ab66-a046cab01dc5
2022-06-23T06:21:28.975Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4218b934-c8bb-494b-ab66-a046cab01dc5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-23T06:21:49.239Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-23T06:21:49.255Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-23T06:21:49.258Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:21:49.260Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:21:49.268Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-23T06:22:19.269Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-23T06:22:19.290Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c42a7b13-5927-4eee-afa6-eb857e0d7046 and serviceModelVersionId: 68b9450e-8220-4b75-b79d-576279d51913
2022-06-23T06:22:19.290Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86ca5f58-5a1c-407b-ab8e-4f444552a0dd
2022-06-23T06:22:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:22:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:22:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:33.753Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0
2022-06-23T06:22:33.872Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-23T06:22:34.377Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0|INFO|500||Invoke
2022-06-23T06:22:34.385Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c42a7b13-5927-4eee-afa6-eb857e0d7046], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3058f275-79f3-4f6f-b969-3206ad83d83c], X-ECOMP-RequestID=[c42a7b13-5927-4eee-afa6-eb857e0d7046], X-TransactionId=[], X-ONAP-RequestID=[c42a7b13-5927-4eee-afa6-eb857e0d7046], Content-Type=[application/merge-patch+json]}
2022-06-23T06:22:34.496Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-23T06:22:34.725Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220623-06:22:34:580-59830], vertex-id=[151600], Content-Length=[0], Date=[Thu, 23 Jun 2022 06:22:34 GMT], Content-Type=[application/json]}
2022-06-23T06:22:34.727Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-23T06:22:34.728Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0|INFO|500||InvokeReturn
2022-06-23T06:22:34.731Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-23T06:22:34.731Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T06:22:34.737Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-23T06:22:34.737Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c42a7b13-5927-4eee-afa6-eb857e0d7046 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-23T06:22:34.738Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-23T06:22:34.739Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:34.741Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:34.741Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965354738,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-23T06:22:34.841Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:22:34.844Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:34.844Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:34.878Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:34.879Z||pool-18-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:22:35.493Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:35.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:22:35.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965354738,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-23T06:22:35.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-23T06:22:35.760Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:22:35.761Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:22:35.761Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:40.327Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:40.328Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:22:40.328Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4218b934-c8bb-494b-ab66-a046cab01dc5","serviceName":"basic_onboard_jzYUAF","serviceVersion":"1.0","serviceUUID":"53d7f09c-b5de-45ae-9da9-c4dab6070fd8","serviceDescription":"service","serviceInvariantUUID":"4a2ec152-023e-4d8c-bc09-e3a34ff8461e","resources":[{"resourceInstanceName":"basic_onboard_jzYUAF 0","resourceName":"basic_onboard_jzYUAF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3cd78524-3733-4e39-a474-0b32fbe5d5c7","resourceInvariantUUID":"a5d647cd-37f4-4483-9778-eeb6f4c8847c","resourceCustomizationUUID":"059f1bf6-bd87-4874-87b3-e4de1429832c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml","artifactChecksum":"MDQ1OWNiY2EwMzE3YzJmNzNjMGYxZjhmMmI0OTEwZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b18b4cc5-82ed-41a7-b791-7c996959daa8","artifactVersion":"1"},{"artifactName":"basic_onboard_jzyuaf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json","artifactChecksum":"N2UwMzJkZWRiOTJhMWU3Mzg2ZWNkNzQ1OTgxMWU4YWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3f48624b-374a-44ca-a012-33523549a349","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5b25e145-b5f8-49ff-893d-d8bd1540c305","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"09f412bf-b392-4966-b538-249e781ad71e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"abc87745-30a6-452c-ae88-5e38aa4f892a","artifactVersion":"2","generatedFromUUID":"5b25e145-b5f8-49ff-893d-d8bd1540c305"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJzyuaf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml","artifactChecksum":"MjQ5YzkyZjE3ZDRlYzAwY2Q0YmUzYjM1MWMwMmRkZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb24e248-cda7-4b3a-b8c1-334197d84c42","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJzyuaf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar","artifactChecksum":"NzU5Njk5MzMyOWZiZWRjOGQ0MjA2NWUwNWY5ODg3MGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87c47c4f-a2bc-466e-9355-7b7acdeb11cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-23T06:22:40.331Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:22:40.331Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:40.333Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:40.333Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965355760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:22:40.433Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:22:40.434Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:40.434Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:40.467Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:40.468Z||pool-19-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:22:41.333Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:22:41.334Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:41.336Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:41.336Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965355760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "NOTIFIED"
}
2022-06-23T06:22:41.437Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:22:41.438Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:41.438Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:41.516Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:41.517Z||pool-20-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":2,"count":1}
2022-06-23T06:22:42.337Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:22:42.337Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:42.358Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:42.359Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965355760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-23T06:22:42.439Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-06-23T06:22:42.440Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:42.440Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:42.487Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:42.488Z||pool-21-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":2,"count":1}
2022-06-23T06:22:43.359Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:22:43.360Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:43.363Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:43.363Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965355760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:22:43.464Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-23T06:22:43.465Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:43.465Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:43.500Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:43.501Z||pool-22-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:22:44.364Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:22:44.364Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:44.367Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:44.367Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965355760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-23T06:22:44.467Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:22:44.468Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:44.468Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:44.534Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:44.535Z||pool-23-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:22:45.368Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:22:45.368Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:45.370Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:45.371Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965355760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:22:45.471Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:22:45.472Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:45.472Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:45.511Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:45.512Z||pool-24-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:22:46.371Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:22:46.372Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:46.374Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:46.374Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965355760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:22:46.474Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:22:46.475Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:46.475Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:46.504Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:46.505Z||pool-25-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:22:47.376Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"serviceName": "basic_onboard_jzYUAF",
"serviceVersion": "1.0",
"serviceUUID": "53d7f09c-b5de-45ae-9da9-c4dab6070fd8",
"serviceDescription": "service",
"serviceInvariantUUID": "4a2ec152-023e-4d8c-bc09-e3a34ff8461e",
"resources": [
{
"resourceInstanceName": "basic_onboard_jzYUAF 0",
"resourceCustomizationUUID": "059f1bf6-bd87-4874-87b3-e4de1429832c",
"resourceName": "basic_onboard_jzYUAF",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3cd78524-3733-4e39-a474-0b32fbe5d5c7",
"resourceInvariantUUID": "a5d647cd-37f4-4483-9778-eeb6f4c8847c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jzyuaf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"artifactChecksum": "N2UwMzJkZWRiOTJhMWU3Mzg2ZWNkNzQ1OTgxMWU4YWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3f48624b-374a-44ca-a012-33523549a349",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5b25e145-b5f8-49ff-893d-d8bd1540c305",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "abc87745-30a6-452c-ae88-5e38aa4f892a",
"generatedFromUUID": "5b25e145-b5f8-49ff-893d-d8bd1540c305"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "abc87745-30a6-452c-ae88-5e38aa4f892a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJzyuaf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"artifactChecksum": "NzU5Njk5MzMyOWZiZWRjOGQ0MjA2NWUwNWY5ODg3MGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "87c47c4f-a2bc-466e-9355-7b7acdeb11cb"
}
],
"workloadContext": "Production"
}
2022-06-23T06:22:47.376Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-23T06:22:47.377Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 53d7f09c-b5de-45ae-9da9-c4dab6070fd8 ASDC
2022-06-23T06:22:47.377Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4218b934-c8bb-494b-ab66-a046cab01dc5
ServiceName:basic_onboard_jzYUAF
ServiceVersion:1.0
ServiceUUID:53d7f09c-b5de-45ae-9da9-c4dab6070fd8
ServiceInvariantUUID:4a2ec152-023e-4d8c-bc09-e3a34ff8461e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJzyuaf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar
ArtifactUUID:87c47c4f-a2bc-466e-9355-7b7acdeb11cb
ArtifactChecksum:NzU5Njk5MzMyOWZiZWRjOGQ0MjA2NWUwNWY5ODg3MGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jzYUAF 0
ResourceCustomizationUUID:059f1bf6-bd87-4874-87b3-e4de1429832c
ResourceInvariantUUID:a5d647cd-37f4-4483-9778-eeb6f4c8847c
ResourceName:basic_onboard_jzYUAF
ResourceType:VF
ResourceUUID:3cd78524-3733-4e39-a474-0b32fbe5d5c7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jzyuaf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json
ArtifactUUID:3f48624b-374a-44ca-a012-33523549a349
ArtifactChecksum:N2UwMzJkZWRiOTJhMWU3Mzg2ZWNkNzQ1OTgxMWU4YWE=
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/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5b25e145-b5f8-49ff-893d-d8bd1540c305
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/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env
ArtifactUUID:abc87745-30a6-452c-ae88-5e38aa4f892a
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/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env
ArtifactUUID:abc87745-30a6-452c-ae88-5e38aa4f892a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-23T06:22:47.377Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53d7f09c-b5de-45ae-9da9-c4dab6070fd8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-23T06:22:47.419Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-23T06:22:47.420Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-23T06:22:47.420Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-23T06:22:47.420Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 87c47c4f-a2bc-466e-9355-7b7acdeb11cb from URL: /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:47.420Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-23T06:22:47.420Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:47.759Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-23T06:22:47.763Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar 87c47c4f-a2bc-466e-9355-7b7acdeb11cb 71583
2022-06-23T06:22:47.763Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar ASDC sendASDCNotification
2022-06-23T06:22:47.763Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:47.763Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T06:22:47.763Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:47.765Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:47.765Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965367763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:22:47.866Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-23T06:22:47.867Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:47.867Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:47.893Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:47.893Z||pool-26-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:22:48.766Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-23T06:22:48.768Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-23T06:22:48.768Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 87c47c4f-a2bc-466e-9355-7b7acdeb11cb, URL: /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar to file: /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:48.768Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:48.769Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:48.769Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:48.912Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18197013421858496418/Definitions/service-BasicOnboardJzyuaf-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-23T06:22:50.049Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-23T06:22:50.050Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-23T06:22:50.050Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:50.050Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-23T06:22:50.050Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jzYUAF 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-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:50.050Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||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-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:50.050Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||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-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:50.050Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||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-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||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-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||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-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||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-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:50.052Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria
2022-06-23T06:22:50.052Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-23T06:22:50.052Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-23T06:22:50.052Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:50.052Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:50.053Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria
2022-06-23T06:22:50.053Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-23T06:22:50.053Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-23T06:22:50.053Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:50.053Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:50.053Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:50.053Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is not matching search criteria
2022-06-23T06:22:50.054Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-23T06:22:50.054Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-23T06:22:50.054Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-23T06:22:50.054Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-23T06:22:50.054Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-23T06:22:50.054Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:50.054Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-23T06:22:50.055Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:50.055Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria
2022-06-23T06:22:50.055Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T06:22:50.055Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:50.055Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria
2022-06-23T06:22:50.055Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T06:22:50.056Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:50.056Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria
2022-06-23T06:22:50.056Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T06:22:50.056Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:50.056Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is not matching search criteria
2022-06-23T06:22:50.056Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-23T06:22:50.057Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-23T06:22:50.057Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2a9a2bd8-f4d7-4a8d-a96b-2e4719bfe28c
2022-06-23T06:22:50.057Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:50.057Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:50.057Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:50.057Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:50.057Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:50.058Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:50.058Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:50.058Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:50.058Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_jzYUAF
Description:service
Model UUID:53d7f09c-b5de-45ae-9da9-c4dab6070fd8
Model Version:NULL
Model InvariantUuid:4a2ec152-023e-4d8c-bc09-e3a34ff8461e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_jzYUAF
Model UUID:8b78c6cf-cd21-4bb4-ac17-7d6d79eed103
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a5d647cd-37f4-4483-9778-eeb6f4c8847c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:059f1bf6-bd87-4874-87b3-e4de1429832c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:295ca271-730f-48c2-bd18-70f3943415ff
ModelName:BasicOnboardJzyuaf..base_ubuntu18..module-0
ModelUuid:d3a07de1-dce0-4b8e-81d8-006b09feace0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2a9a2bd8-f4d7-4a8d-a96b-2e4719bfe28c
ModelInvariantUuid:de181ecc-9c08-427a-a16a-b0fbf3511388
ModelName:basic_onboard_jzYUAF-nodes.ubuntu18Cvfc
ModelUuid:3c60bd35-4a56-4e36-8d99-2908d782f54a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2a18c946-0b2e-43d2-a050-1f84d40c9e16
ModelInvariantUuid:3e90b269-c329-4cb0-b936-cda16339ddad
ModelName:BasicOnboardJzyuaf.compute.nodes.heat.ubuntu18
ModelUuid:63191358-3d2a-40e8-a2f5-0d5683249ddc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-23T06:22:50.074Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3cd78524-3733-4e39-a474-0b32fbe5d5c7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T06:22:50.083Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||basic_onboard_jzYUAF 0
2022-06-23T06:22:50.084Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3cd78524-3733-4e39-a474-0b32fbe5d5c7
2022-06-23T06:22:50.084Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f48624b-374a-44ca-a012-33523549a349 from URL: /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json
2022-06-23T06:22:50.084Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-23T06:22:50.084Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json
2022-06-23T06:22:50.164Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-23T06:22:50.164Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json 3f48624b-374a-44ca-a012-33523549a349 798
2022-06-23T06:22:50.164Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json ASDC sendASDCNotification
2022-06-23T06:22:50.165Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json
2022-06-23T06:22:50.165Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T06:22:50.165Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:50.167Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:50.167Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965370164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:22:50.267Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:22:50.268Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:50.268Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:50.297Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:50.298Z||pool-27-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:22:51.167Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJzyuaf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "295ca271-730f-48c2-bd18-70f3943415ff",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d3a07de1-dce0-4b8e-81d8-006b09feace0",
"vfModuleModelCustomizationUUID": "28370917-c2ad-4876-b661-ecabc0bd3ba2",
"isBase": true,
"artifacts": [
"5b25e145-b5f8-49ff-893d-d8bd1540c305",
"abc87745-30a6-452c-ae88-5e38aa4f892a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-23T06:22:51.174Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJzyuaf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d3a07de1-dce0-4b8e-81d8-006b09feace0
VfModuleModelInvariantUUID:295ca271-730f-48c2-bd18-70f3943415ff
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b25e145-b5f8-49ff-893d-d8bd1540c305
,
abc87745-30a6-452c-ae88-5e38aa4f892a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-23T06:22:51.176Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJzyuaf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "295ca271-730f-48c2-bd18-70f3943415ff",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d3a07de1-dce0-4b8e-81d8-006b09feace0",
"vfModuleModelCustomizationUUID": "28370917-c2ad-4876-b661-ecabc0bd3ba2",
"isBase": true,
"artifacts": [
"5b25e145-b5f8-49ff-893d-d8bd1540c305",
"abc87745-30a6-452c-ae88-5e38aa4f892a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-23T06:22:51.176Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJzyuaf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d3a07de1-dce0-4b8e-81d8-006b09feace0
VfModuleModelInvariantUUID:295ca271-730f-48c2-bd18-70f3943415ff
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b25e145-b5f8-49ff-893d-d8bd1540c305
,
abc87745-30a6-452c-ae88-5e38aa4f892a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-23T06:22:51.176Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5b25e145-b5f8-49ff-893d-d8bd1540c305 from URL: /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml
2022-06-23T06:22:51.177Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-23T06:22:51.177Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml
2022-06-23T06:22:51.523Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-23T06:22:51.524Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml 5b25e145-b5f8-49ff-893d-d8bd1540c305 5033
2022-06-23T06:22:51.524Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-23T06:22:51.524Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml
2022-06-23T06:22:51.525Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T06:22:51.525Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:51.527Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:51.527Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965371524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:22:51.628Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:22:51.629Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:51.629Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:51.658Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:51.659Z||pool-28-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:22:52.528Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: abc87745-30a6-452c-ae88-5e38aa4f892a from URL: /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env
2022-06-23T06:22:52.529Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-23T06:22:52.529Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env
2022-06-23T06:22:52.724Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-23T06:22:52.725Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env abc87745-30a6-452c-ae88-5e38aa4f892a 909
2022-06-23T06:22:52.725Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-23T06:22:52.725Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env
2022-06-23T06:22:52.725Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T06:22:52.726Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:52.728Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:52.728Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965372725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:22:52.828Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:22:52.829Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:52.829Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:52.859Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:52.860Z||pool-29-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:22:53.728Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 53d7f09c-b5de-45ae-9da9-c4dab6070fd8
2022-06-23T06:22:53.729Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jzYUAF 0 3cd78524-3733-4e39-a474-0b32fbe5d5c7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T06:22:53.752Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c14eb36, org.onap.sdc.toscaparser.api.parameters.Input@7ac00152, org.onap.sdc.toscaparser.api.parameters.Input@243ece72, org.onap.sdc.toscaparser.api.parameters.Input@f01f54e, org.onap.sdc.toscaparser.api.parameters.Input@6427e2c3]
2022-06-23T06:22:53.754Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:53.754Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:53.755Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-06-23T06:22:53.755Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 059f1bf6-bd87-4874-87b3-e4de1429832c
2022-06-23T06:22:53.755Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 059f1bf6-bd87-4874-87b3-e4de1429832c matches Tosca VF Customization UUID: 059f1bf6-bd87-4874-87b3-e4de1429832c
2022-06-23T06:22:53.755Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 059f1bf6-bd87-4874-87b3-e4de1429832c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-23T06:22:53.759Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:53.759Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:53.760Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 059f1bf6-bd87-4874-87b3-e4de1429832c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-23T06:22:53.760Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c239230
2022-06-23T06:22:53.760Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:53.760Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-23T06:22:53.761Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 28370917-c2ad-4876-b661-ecabc0bd3ba2
2022-06-23T06:22:53.761Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 28370917-c2ad-4876-b661-ecabc0bd3ba2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-23T06:22:53.765Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:53.765Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria
2022-06-23T06:22:53.765Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T06:22:53.766Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:53.766Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria
2022-06-23T06:22:53.766Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T06:22:53.767Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:53.767Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is not matching search criteria
2022-06-23T06:22:53.767Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-23T06:22:53.767Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-23T06:22:53.768Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2a9a2bd8-f4d7-4a8d-a96b-2e4719bfe28c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-23T06:22:53.771Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:53.771Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria
2022-06-23T06:22:53.771Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T06:22:53.772Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:53.772Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria
2022-06-23T06:22:53.772Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0] matching following query criteria: sdcType=VF, customizationUUID=059f1bf6-bd87-4874-87b3-e4de1429832c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T06:22:53.776Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:53.777Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:53.777Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 53d7f09c-b5de-45ae-9da9-c4dab6070fd8: basic_onboard_jzYUAF
2022-06-23T06:22:53.777Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:53.777Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:53.778Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:53.778Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:53.778Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:53.778Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:53.778Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:53.779Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:53.779Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:22:53.779Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:22:53.779Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_jzYUAF
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:22:53.913Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jzYUAF 3cd78524-3733-4e39-a474-0b32fbe5d5c7 1 ASDC deployResourceStructure
2022-06-23T06:22:53.913Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json ASDC sendASDCNotification
2022-06-23T06:22:53.914Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json
2022-06-23T06:22:53.914Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T06:22:53.915Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:53.916Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:53.917Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965373913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-23T06:22:54.017Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:22:54.018Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:54.018Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:54.040Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:54.040Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:22:54.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-23T06:22:54.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml
2022-06-23T06:22:54.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T06:22:54.920Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:54.922Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:54.922Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965374919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-23T06:22:55.022Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:22:55.023Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:55.023Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:55.044Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:55.045Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:22:55.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-23T06:22:55.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env
2022-06-23T06:22:55.924Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T06:22:55.924Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:55.926Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:55.926Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965375923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-23T06:22:56.026Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:22:56.027Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:56.027Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:56.058Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:56.058Z||pool-32-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:22:56.927Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar ASDC sendASDCNotification
2022-06-23T06:22:56.927Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar
2022-06-23T06:22:56.927Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T06:22:56.928Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:22:56.929Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:22:56.929Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965376927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:22:57.030Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:22:57.031Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:22:57.031Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:22:57.060Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:22:57.060Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:22:57.930Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4218b934-c8bb-494b-ab66-a046cab01dc5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-23T06:22:57.948Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4218b934-c8bb-494b-ab66-a046cab01dc5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-23T06:22:57.952Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T06:22:57.952Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-23T06:22:57.952Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-23T06:22:57.952Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-23T06:22:57.952Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:22:57.952Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:22:57.953Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:22:57.953Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:22:57.953Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:22:57.953Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:22:57.953Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:22:57.961Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-23T06:23:27.961Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4218b934-c8bb-494b-ab66-a046cab01dc5 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-23T06:23:27.979Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4218b934-c8bb-494b-ab66-a046cab01dc5 and serviceModelVersionId: 53d7f09c-b5de-45ae-9da9-c4dab6070fd8
2022-06-23T06:23:27.979Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a2ec152-023e-4d8c-bc09-e3a34ff8461e
2022-06-23T06:23:27.980Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0
2022-06-23T06:23:27.986Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-23T06:23:28.042Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0|INFO|500||Invoke
2022-06-23T06:23:28.043Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4218b934-c8bb-494b-ab66-a046cab01dc5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b9adb1d6-8089-452f-9357-18ffcf524093], X-ECOMP-RequestID=[4218b934-c8bb-494b-ab66-a046cab01dc5], X-TransactionId=[], X-ONAP-RequestID=[4218b934-c8bb-494b-ab66-a046cab01dc5], Content-Type=[application/merge-patch+json]}
2022-06-23T06:23:28.067Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-23T06:23:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:23:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:23:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:23:28.226Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220623-06:23:28:148-84199], vertex-id=[213216], Content-Length=[0], Date=[Thu, 23 Jun 2022 06:23:28 GMT], Content-Type=[application/json]}
2022-06-23T06:23:28.227Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-23T06:23:28.227Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0|INFO|500||InvokeReturn
2022-06-23T06:23:28.228Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-23T06:23:28.228Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T06:23:28.232Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-23T06:23:28.232Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4218b934-c8bb-494b-ab66-a046cab01dc5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-23T06:23:28.233Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-23T06:23:28.233Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:23:28.235Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:23:28.235Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965408233,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-23T06:23:28.335Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:23:28.336Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:23:28.336Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:23:28.369Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:23:28.370Z||pool-34-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:23:28.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:23:28.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965355760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:23:28.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:23:28.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965355760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "NOTIFIED"
}
2022-06-23T06:23:28.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:23:28.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965355760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-23T06:23:28.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:23:28.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965355760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:23:28.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:23:28.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965355760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-23T06:23:28.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:23:28.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965355760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:23:28.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:23:28.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965355760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:23:28.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-23T06:23:28.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965367763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:23:28.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:23:28.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965370164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:23:28.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:23:28.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965371524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:23:28.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:23:28.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965372725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:23:28.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:23:28.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965373913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-23T06:23:28.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:23:28.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965374919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-23T06:23:28.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:23:28.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965375923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-23T06:23:28.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:23:28.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:23:28.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965376927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:23:28.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-23T06:23:29.261Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:23:29.264Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:23:29.264Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:23:38.886Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:23:38.887Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:23:38.888Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:23:38.888Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:23:48.489Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:23:48.490Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:23:48.491Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:23:48.491Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:23:58.097Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:24:28.184Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:24:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:24:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:24:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:24:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:24:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:24:28.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:24:28.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-23T06:24:28.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655965408233,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-23T06:24:28.723Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:24:37.763Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:25:28.184Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:25:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:25:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:25:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:25:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:25:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:25:37.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:25:37.778Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:26:28.184Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:26:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:26:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:26:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:26:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:26:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:26:37.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:26:37.777Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:27:28.184Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:27:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:27:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:27:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:27:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:27:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:27:37.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:27:37.801Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:28:28.184Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:28:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:28:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:28:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:28:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:28:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:28:37.748Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:28:37.748Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:29:28.184Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:29:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:29:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:29:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:29:28.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:29:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:29:37.744Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:29:37.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:30:28.184Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:30:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:30:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:30:28.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:30:28.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:30:28.188Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:30:37.750Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:30:37.750Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:31:28.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:31:28.185Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:31:28.185Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:31:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:31:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:31:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:31:37.751Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:31:37.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:32:28.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:32:28.185Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:32:28.185Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:32:28.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:32:28.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:32:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:32:37.742Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:32:37.756Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:33:28.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:33:28.185Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:33:28.185Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:33:28.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:33:28.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:33:28.187Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:33:37.753Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:33:37.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:34:28.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:34:28.185Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:34:28.185Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:34:28.187Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:34:28.187Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:34:28.188Z|4218b934-c8bb-494b-ab66-a046cab01dc5|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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:34:28.848Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:34:28.849Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.849Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "ves-openapi-manager",
"timestamp": 1655966030746,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:34:28.852Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T06:34:28.852Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.852Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "policy-id",
"timestamp": 1655966030619,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:34:28.852Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T06:34:28.853Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.853Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "cds",
"timestamp": 1655966026377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:34:28.853Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T06:34:28.853Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.853Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "ves-openapi-manager",
"timestamp": 1655966030746,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:34:28.853Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T06:34:28.854Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.854Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "policy-id",
"timestamp": 1655966030619,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:34:28.854Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T06:34:28.854Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.854Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "cds",
"timestamp": 1655966026377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:34:28.855Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T06:34:28.855Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.855Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "cds",
"timestamp": 1655966035198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:34:28.855Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:34:28.855Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.855Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "policy-id",
"timestamp": 1655966035972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:34:28.856Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:34:28.856Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.856Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "cds",
"timestamp": 1655966036204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-23T06:34:28.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:34:28.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3312e57d-d4e7-4bc4-bb7b-cca49e2d9373","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2d8ca022-96b9-4c96-bbcb-555b306fe4b7","serviceDescription":"service","serviceInvariantUUID":"84817a77-78cd-4aa1-8809-639851c5a3b1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f5ef0077-4b37-4bbd-b140-6c17473a7e5a","resourceInvariantUUID":"165a346a-f26c-4f42-883c-39938e4ff52c","resourceCustomizationUUID":"905630ca-a5a7-453e-bc53-a4c4696d4cac","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MzI2M2M3YTk5ODJjZDYzMjZkZmIxNTNkNDRiZWNiMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9becfac-b5c3-406c-afdd-504e32c4f077","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjE5ZDgyNGJiMmE2NzE2OWRhMTE3MjMxNDVhOGI0Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66017ec6-928c-46c0-bdcf-5299ab8af789","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:34:28.866Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:34:28.867Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:34:28.870Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:34:28.870Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655966068184,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:34:28.884Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373
2022-06-23T06:34:28.884Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:34:28.894Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.894Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "policy-id",
"timestamp": 1655966036978,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:34:28.894Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:34:28.894Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.895Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "policy-id",
"timestamp": 1655966037982,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:34:28.900Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373
2022-06-23T06:34:28.900Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:34:28.918Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.918Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655966039877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:34:28.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T06:34:28.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655966039877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:34:28.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T06:34:28.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "aai-ml",
"timestamp": 1655966046056,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:34:28.920Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T06:34:28.920Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.920Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "aai-ml",
"timestamp": 1655966046056,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:34:28.920Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T06:34:28.920Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.920Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "aai-ml",
"timestamp": 1655966048872,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:34:28.921Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:34:28.921Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.921Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "clamp",
"timestamp": 1655966050370,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:34:28.921Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T06:34:28.921Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.921Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "clamp",
"timestamp": 1655966050370,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:34:28.922Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T06:34:28.922Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.922Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655966052435,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:34:28.922Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T06:34:28.922Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "aai-ml",
"timestamp": 1655966053636,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:34:28.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:34:28.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655966052435,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:34:28.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T06:34:28.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "aai-ml",
"timestamp": 1655966054643,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:34:28.929Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373
2022-06-23T06:34:28.930Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:34:28.945Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.945Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655966055316,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:34:28.946Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:34:28.946Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.946Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655966057404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:34:28.946Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:34:28.946Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.947Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655966058410,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:34:28.953Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373
2022-06-23T06:34:28.953Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:34:28.967Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.967Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "clamp",
"timestamp": 1655966062848,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:34:28.968Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:34:28.968Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.968Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "clamp",
"timestamp": 1655966065847,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:34:28.968Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T06:34:28.969Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T06:34:28.969Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "clamp",
"timestamp": 1655966066869,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:34:28.971Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:34:28.972Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:34:28.972Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:34:28.975Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373
2022-06-23T06:34:28.975Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:34:29.002Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:34:29.003Z||pool-35-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:34:29.871Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:34:29.872Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:34:29.874Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:34:29.875Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655966068184,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:34:29.975Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:34:29.976Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:34:29.976Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:34:30.003Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:34:30.003Z||pool-36-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:34:30.876Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2d8ca022-96b9-4c96-bbcb-555b306fe4b7",
"serviceDescription": "service",
"serviceInvariantUUID": "84817a77-78cd-4aa1-8809-639851c5a3b1",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "905630ca-a5a7-453e-bc53-a4c4696d4cac",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "f5ef0077-4b37-4bbd-b140-6c17473a7e5a",
"resourceInvariantUUID": "165a346a-f26c-4f42-883c-39938e4ff52c",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "YjE5ZDgyNGJiMmE2NzE2OWRhMTE3MjMxNDVhOGI0Mzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "66017ec6-928c-46c0-bdcf-5299ab8af789"
}
],
"workloadContext": "Production"
}
2022-06-23T06:34:30.877Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-23T06:34:30.877Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2d8ca022-96b9-4c96-bbcb-555b306fe4b7 ASDC
2022-06-23T06:34:30.878Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3312e57d-d4e7-4bc4-bb7b-cca49e2d9373
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2d8ca022-96b9-4c96-bbcb-555b306fe4b7
ServiceInvariantUUID:84817a77-78cd-4aa1-8809-639851c5a3b1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:66017ec6-928c-46c0-bdcf-5299ab8af789
ArtifactChecksum:YjE5ZDgyNGJiMmE2NzE2OWRhMTE3MjMxNDVhOGI0Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:905630ca-a5a7-453e-bc53-a4c4696d4cac
ResourceInvariantUUID:165a346a-f26c-4f42-883c-39938e4ff52c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f5ef0077-4b37-4bbd-b140-6c17473a7e5a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-23T06:34:30.878Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d8ca022-96b9-4c96-bbcb-555b306fe4b7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-23T06:34:30.912Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-23T06:34:30.913Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-23T06:34:30.913Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-23T06:34:30.913Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 66017ec6-928c-46c0-bdcf-5299ab8af789 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-23T06:34:30.913Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-23T06:34:30.914Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-23T06:34:31.154Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-23T06:34:31.157Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 66017ec6-928c-46c0-bdcf-5299ab8af789 52512
2022-06-23T06:34:31.157Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-23T06:34:31.157Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-23T06:34:31.158Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T06:34:31.158Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:34:31.160Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:34:31.160Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655966071157,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:34:31.260Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:34:31.261Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:34:31.262Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:34:31.288Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:34:31.288Z||pool-37-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:34:32.161Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-23T06:34:32.162Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-23T06:34:32.162Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 66017ec6-928c-46c0-bdcf-5299ab8af789, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T06:34:32.163Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-23T06:34:32.164Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T06:34:32.164Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T06:34:32.295Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11246289805487136201/Definitions/service-BasicNetwork-template.yml
2022-06-23T06:34:32.822Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-23T06:34:32.823Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-23T06:34:32.823Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T06:34:32.823Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-23T06:34:32.824Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T06:34:32.824Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T06:34:32.824Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T06:34:32.824Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T06:34:32.824Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T06:34:32.825Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T06:34:32.825Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T06:34:32.825Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T06:34:32.825Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-23T06:34:32.825Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:34:32.826Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:34:32.826Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-23T06:34:32.826Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-23T06:34:32.826Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-23T06:34:32.827Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:34:32.827Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:34:32.827Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-23T06:34:32.827Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-23T06:34:32.828Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-23T06:34:32.828Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:34:32.828Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:34:32.828Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:34:32.829Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:34:32.829Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:34:32.829Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:34:32.830Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:34:32.830Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:34:32.830Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:34:32.830Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:34:32.830Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:2d8ca022-96b9-4c96-bbcb-555b306fe4b7
Model Version:NULL
Model InvariantUuid:84817a77-78cd-4aa1-8809-639851c5a3b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:165a346a-f26c-4f42-883c-39938e4ff52c
Model UUID:4081cded-a770-4896-b733-993fd17914a2
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:905630ca-a5a7-453e-bc53-a4c4696d4cac
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-23T06:34:32.853Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: f5ef0077-4b37-4bbd-b140-6c17473a7e5a
2022-06-23T06:34:32.853Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||No resources found for Service: 2d8ca022-96b9-4c96-bbcb-555b306fe4b7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T06:34:32.860Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||
2022-06-23T06:34:32.860Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-23T06:34:32.861Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2d8ca022-96b9-4c96-bbcb-555b306fe4b7
2022-06-23T06:34:32.861Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2d8ca022-96b9-4c96-bbcb-555b306fe4b7
2022-06-23T06:34:32.861Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-23T06:34:32.862Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T06:34:32.875Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72ca69b5, org.onap.sdc.toscaparser.api.parameters.Input@7729a50b, org.onap.sdc.toscaparser.api.parameters.Input@749f0a3c, org.onap.sdc.toscaparser.api.parameters.Input@26bbca0d, org.onap.sdc.toscaparser.api.parameters.Input@71d98ae]
2022-06-23T06:34:32.877Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:34:32.877Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:34:32.877Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:34:32.878Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:34:32.878Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2d8ca022-96b9-4c96-bbcb-555b306fe4b7: Generic NeutronNet
2022-06-23T06:34:32.878Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:34:32.879Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:34:32.879Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:34:32.879Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-23T06:34:32.934Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:34:32.934Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:34:32.934Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:34:32.935Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:34:32.935Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:34:32.935Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:34:32.936Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-23T06:34:33.035Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-23T06:34:33.036Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-23T06:34:33.036Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-23T06:34:33.037Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T06:34:33.037Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:34:33.039Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:34:33.039Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655966073036,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T06:34:33.139Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:34:33.140Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:34:33.140Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:34:33.173Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:34:33.174Z||pool-38-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:34:34.040Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-23T06:34:34.057Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-23T06:34:34.061Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T06:34:34.061Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-23T06:34:34.061Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-23T06:34:34.061Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-23T06:34:34.062Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:34:34.062Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:34:34.062Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:34:34.062Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:34:34.063Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:34:34.063Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T06:34:34.063Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T06:34:34.070Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-23T06:35:04.071Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-23T06:35:04.079Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and serviceModelVersionId: 2d8ca022-96b9-4c96-bbcb-555b306fe4b7
2022-06-23T06:35:04.079Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84817a77-78cd-4aa1-8809-639851c5a3b1
2022-06-23T06:35:04.080Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84817a77-78cd-4aa1-8809-639851c5a3b1/model-vers/model-ver/2d8ca022-96b9-4c96-bbcb-555b306fe4b7?depth=0
2022-06-23T06:35:04.085Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-23T06:35:04.139Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84817a77-78cd-4aa1-8809-639851c5a3b1/model-vers/model-ver/2d8ca022-96b9-4c96-bbcb-555b306fe4b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-23T06:35:04.141Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84817a77-78cd-4aa1-8809-639851c5a3b1/model-vers/model-ver/2d8ca022-96b9-4c96-bbcb-555b306fe4b7?depth=0|INFO|500||Invoke
2022-06-23T06:35:04.162Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84817a77-78cd-4aa1-8809-639851c5a3b1/model-vers/model-ver/2d8ca022-96b9-4c96-bbcb-555b306fe4b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-23T06:35:04.261Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84817a77-78cd-4aa1-8809-639851c5a3b1/model-vers/model-ver/2d8ca022-96b9-4c96-bbcb-555b306fe4b7?depth=0|INFO|500||InvokeReturn
2022-06-23T06:35:04.261Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84817a77-78cd-4aa1-8809-639851c5a3b1/model-vers/model-ver/2d8ca022-96b9-4c96-bbcb-555b306fe4b7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220623-06:35:04:238-86707], vertex-id=[225528], Content-Length=[0], Date=[Thu, 23 Jun 2022 06:35:04 GMT], Content-Type=[application/json]}
2022-06-23T06:35:04.262Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-06-23T06:35:04.262Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-23T06:35:04.262Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T06:35:04.285Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-23T06:35:04.285Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-23T06:35:04.285Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-23T06:35:04.286Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:35:04.288Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:35:04.288Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655966104285,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-23T06:35:04.388Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:35:04.389Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:35:04.389Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:35:04.407Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:35:04.407Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-23T06:35:28.186Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:35:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T06:35:28.188Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:35:28.188Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:35:28.189Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T06:35:28.189Z||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 CqvtAkDWLPpWHMti) ...
2022-06-23T06:35:28.341Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:35:28.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-23T06:35:28.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655966068184,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:35:28.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-23T06:35:28.830Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:35:28.831Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-23T06:35:28.831Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"207e6559-0692-408f-9439-5204b2871cbe","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4d9572f6-250c-4436-bd1a-94931ad5ade6","serviceDescription":"service","serviceInvariantUUID":"eda28848-358e-4ea5-b61b-3e20a4f4656b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"acc448dc-e203-4c1a-91a7-b3457985d865","resourceInvariantUUID":"1efdd983-c2cf-4a70-9032-cea17613578b","resourceCustomizationUUID":"a84f2601-4681-4dd7-8fe6-51f0affbd2a1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MThjMzI2Y2I3MGE4ODgzZjJkNjUzZThmZThhODIxYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af551485-7e8e-422c-9122-62e3ca96a742","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZDA2YzA0MzRjMzEzYTNjZmU4MzY5ODMzNGZlNDYxOTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e0f5a7f5-0fe5-400e-bb8e-a75566041e4b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d9349af-9bb7-4d2c-99f9-896d54e2bb58","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1ababe2a-599e-41eb-9fb4-2765ae3ff922","artifactVersion":"2","generatedFromUUID":"4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjQyNzUzZTgwZmZhZjMyODRiNTNlNDI5YjI5NTg4YzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7253dc1-6ae6-439b-8db0-e79c0fb0bfbb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTY5OWQ4OTE5Mjg1MGRiODFiYjJkMTUyNGE5YzZmZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9ec9b67-f365-46cc-a72c-76323b3c13f7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-23T06:35:28.834Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:35:28.834Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:35:28.836Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:35:28.836Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "207e6559-0692-408f-9439-5204b2871cbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655966128186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:35:28.936Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:35:28.938Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:35:28.938Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:35:28.955Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:35:28.955Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:35:29.837Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:35:29.837Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:35:29.840Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:35:29.840Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "207e6559-0692-408f-9439-5204b2871cbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655966128186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-23T06:35:29.940Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:35:29.941Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:35:29.941Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:35:29.956Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:35:29.957Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:35:30.840Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:35:30.841Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:35:30.843Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:35:30.843Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "207e6559-0692-408f-9439-5204b2871cbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655966128186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-23T06:35:30.943Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-23T06:35:30.944Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:35:30.944Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:35:30.975Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:35:30.976Z||pool-42-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:35:31.844Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:35:31.845Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:35:31.849Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:35:31.849Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "207e6559-0692-408f-9439-5204b2871cbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655966128186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:35:31.949Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:35:31.950Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:35:31.950Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:35:31.968Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:35:31.969Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:35:32.850Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:35:32.851Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:35:32.852Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:35:32.852Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "207e6559-0692-408f-9439-5204b2871cbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655966128186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-06-23T06:35:32.952Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:35:32.953Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:35:32.954Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:35:32.983Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:35:32.984Z||pool-44-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:35:33.853Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:35:33.854Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:35:33.855Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:35:33.856Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "207e6559-0692-408f-9439-5204b2871cbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655966128186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T06:35:33.956Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:35:33.956Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:35:33.957Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:35:33.973Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:35:33.974Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:35:34.856Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T06:35:34.857Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:35:34.859Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:35:34.859Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "207e6559-0692-408f-9439-5204b2871cbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655966128186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T06:35:34.959Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:35:34.960Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:35:34.960Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:35:34.980Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:35:34.981Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-23T06:35:35.861Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "207e6559-0692-408f-9439-5204b2871cbe",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "4d9572f6-250c-4436-bd1a-94931ad5ade6",
"serviceDescription": "service",
"serviceInvariantUUID": "eda28848-358e-4ea5-b61b-3e20a4f4656b",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "a84f2601-4681-4dd7-8fe6-51f0affbd2a1",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "acc448dc-e203-4c1a-91a7-b3457985d865",
"resourceInvariantUUID": "1efdd983-c2cf-4a70-9032-cea17613578b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZDA2YzA0MzRjMzEzYTNjZmU4MzY5ODMzNGZlNDYxOTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e0f5a7f5-0fe5-400e-bb8e-a75566041e4b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1ababe2a-599e-41eb-9fb4-2765ae3ff922",
"generatedFromUUID": "4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1ababe2a-599e-41eb-9fb4-2765ae3ff922",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YTY5OWQ4OTE5Mjg1MGRiODFiYjJkMTUyNGE5YzZmZjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e9ec9b67-f365-46cc-a72c-76323b3c13f7"
}
],
"workloadContext": "Production"
}
2022-06-23T06:35:35.861Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-23T06:35:35.862Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d9572f6-250c-4436-bd1a-94931ad5ade6 ASDC
2022-06-23T06:35:35.862Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:207e6559-0692-408f-9439-5204b2871cbe
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4d9572f6-250c-4436-bd1a-94931ad5ade6
ServiceInvariantUUID:eda28848-358e-4ea5-b61b-3e20a4f4656b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:e9ec9b67-f365-46cc-a72c-76323b3c13f7
ArtifactChecksum:YTY5OWQ4OTE5Mjg1MGRiODFiYjJkMTUyNGE5YzZmZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a84f2601-4681-4dd7-8fe6-51f0affbd2a1
ResourceInvariantUUID:1efdd983-c2cf-4a70-9032-cea17613578b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:acc448dc-e203-4c1a-91a7-b3457985d865
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:e0f5a7f5-0fe5-400e-bb8e-a75566041e4b
ArtifactChecksum:ZDA2YzA0MzRjMzEzYTNjZmU4MzY5ODMzNGZlNDYxOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:1ababe2a-599e-41eb-9fb4-2765ae3ff922
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:1ababe2a-599e-41eb-9fb4-2765ae3ff922
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-23T06:35:35.863Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d9572f6-250c-4436-bd1a-94931ad5ade6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T06:35:35.912Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-23T06:35:35.913Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-23T06:35:35.913Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-23T06:35:35.914Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e9ec9b67-f365-46cc-a72c-76323b3c13f7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-23T06:35:35.915Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-23T06:35:35.915Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-23T06:35:36.043Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-23T06:35:36.046Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e9ec9b67-f365-46cc-a72c-76323b3c13f7 71063
2022-06-23T06:35:36.046Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-23T06:35:36.046Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-23T06:35:36.046Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T06:35:36.047Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-23T06:35:36.049Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T06:35:36.049Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "207e6559-0692-408f-9439-5204b2871cbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655966136046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T06:35:36.149Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T06:35:36.150Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T06:35:36.150Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ...
2022-06-23T06:35:36.167Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T06:35:36.167Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-23T06:35:37.050Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-23T06:35:37.051Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-23T06:35:37.052Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e9ec9b67-f365-46cc-a72c-76323b3c13f7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-23T06:35:37.052Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-23T06:35:37.053Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-23T06:35:37.053Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-23T06:35:37.175Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14867331464559635881/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-23T06:35:38.378Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-23T06:35:38.379Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-23T06:35:38.379Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-23T06:35:38.379Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-23T06:35:38.379Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-23T06:35:38.380Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-06-23T06:35:38.380Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-23T06:35:38.380Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-23T06:35:38.380Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-23T06:35:38.380Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-23T06:35:38.380Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-23T06:35:38.381Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-23T06:35:38.381Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-23T06:35:38.381Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-23T06:35:38.381Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:35:38.382Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:35:38.382Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-23T06:35:38.382Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-23T06:35:38.382Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-23T06:35:38.383Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:35:38.383Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:35:38.383Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-23T06:35:38.383Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-23T06:35:38.384Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-23T06:35:38.384Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:35:38.384Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T06:35:38.384Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:35:38.385Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-23T06:35:38.385Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-23T06:35:38.385Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-23T06:35:38.385Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-23T06:35:38.386Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-23T06:35:38.386Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-23T06:35:38.386Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T06:35:38.386Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-23T06:35:38.387Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery