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-07-20T03:34:04.112Z||main|||||INFO|500||The following profiles are active: basic
2022-07-20T03:34:15.770Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-20T03:34:15.770Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-20T03:34:15.879Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-20T03:34:20.654Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-20T03:34:21.160Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-20T03:34:21.634Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-20T03:34:21.645Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-20T03:34:21.816Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-20T03:34:22.087Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-20T03:34:22.958Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-20T03:34:25.217Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-20T03:34:27.769Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-20T03:34:27.827Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-20T03:34:28.486Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-20T03:34:28.722Z||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-07-20T03:34:29.892Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-20T03:34:31.005Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-20T03:34:31.023Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$af915e9a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-20T03:34:31.024Z||main|||||WARN|500||The sdc end point is not alive
2022-07-20T03:34:34.239Z||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-07-20T03:34:37.442Z||main|||||WARN|500||---
2022-07-20T03:34:37.443Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-20T03:34:37.443Z||main|||||WARN|500||---
2022-07-20T03:34:38.009Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-20T03:34:43.767Z||main|||||INFO|500||Started Application in 43.352 seconds (JVM running for 45.739)
2022-07-20T03:34:43.785Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-20T03:34:43.787Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-20T03:34:43.805Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-20T03:34:43.833Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-20T03:34:43.888Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 324f3548-75d4-4b80-b349-5c53a753570e url= /sdc/v1/artifactTypes
2022-07-20T03:34:43.889Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-20T03:34:45.010Z||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.30.5] 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$$1b186d92.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-07-20T03:34:45.015Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49cd3095
2022-07-20T03:34:45.015Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-20T03:34:45.034Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-20T03:34:45.036Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-20T03:34:45.039Z||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$$1b186d92.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-07-20T03:35:33.761Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-20T03:35:33.764Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-20T03:35:33.765Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-20T03:35:33.773Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-20T03:35:33.781Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e8d5084-8067-4afc-9bcd-ef0b747c7f7e url= /sdc/v1/artifactTypes
2022-07-20T03:35:33.782Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-20T03:35:34.840Z||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.30.5] 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$$1b186d92.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-07-20T03:35:34.842Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b5bb8bc
2022-07-20T03:35:34.842Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-20T03:35:34.843Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-20T03:35:34.843Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-20T03:35:34.844Z||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$$1b186d92.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-07-20T03:36:23.762Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-20T03:36:23.765Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-20T03:36:23.766Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-20T03:36:23.775Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-20T03:36:23.782Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e1dc15ad-5921-4e54-b9d1-7341e1718d15 url= /sdc/v1/artifactTypes
2022-07-20T03:36:23.782Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-20T03:36:24.030Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-20T03:36:24.043Z||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-07-20T03:36:24.083Z||scheduling-1|||||DEBUG|500||create keys
2022-07-20T03:36:24.093Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-20T03:36:24.170Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:36:24.192Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9d9683bf-6de9-4ed6-8207-db6f65bb05f8 url= /sdc/v1/registerForDistribution
2022-07-20T03:36:24.364Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9d9683bf-6de9-4ed6-8207-db6f65bb05f8 url= /sdc/v1/registerForDistribution
2022-07-20T03:36:24.365Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-20T03:36:24.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:36:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:36:24.390Z||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-07-20T03:36:24.390Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-20T03:36:24.391Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:36:24.392Z||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-07-20T03:36:24.392Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:36:34.735Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:36:34.803Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:37:24.375Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:37:24.376Z||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-07-20T03:37:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:37:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:37:24.378Z||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-07-20T03:37:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:37:33.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:37:33.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:38:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:38:24.375Z||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-07-20T03:38:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:38:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:38:24.378Z||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-07-20T03:38:24.379Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:38:33.940Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:38:33.945Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:39:24.374Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:39:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:39:24.376Z||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-07-20T03:39:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:39:24.377Z||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-07-20T03:39:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:39:33.944Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:39:33.981Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:40:24.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:40:24.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:40:24.376Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T03:40:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:40:24.378Z||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-07-20T03:40:24.379Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:40:33.938Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:40:33.940Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:41:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:41:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:41:24.374Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T03:41:24.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:41:24.381Z||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-07-20T03:41:24.382Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:41:33.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:41:33.974Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:42:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:42:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:42:24.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T03:42:24.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:42:24.377Z||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-07-20T03:42:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:42:33.930Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:42:33.933Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:43:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:43:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:43:24.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T03:43:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:43:24.378Z||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-07-20T03:43:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:43:33.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:43:33.933Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:44:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:44:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:44:24.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T03:44:24.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:44:24.376Z||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-07-20T03:44:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:44:33.937Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:44:33.943Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:44:51.145Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-20T03:45:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:45:24.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:45:24.376Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T03:45:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:45:24.377Z||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-07-20T03:45:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:45:33.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:45:33.931Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:46:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:46:24.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:46:24.376Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T03:46:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:46:24.377Z||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-07-20T03:46:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:46:33.940Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:46:33.945Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:47:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:47:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:47:24.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T03:47:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:47:24.377Z||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-07-20T03:47:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:47:33.930Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:47:33.940Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:48:24.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:48:24.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T03:48:24.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T03:48:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:48:24.377Z||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-07-20T03:48:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:48:33.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:48:33.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:49:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:49:24.374Z||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-07-20T03:49:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:49:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:49:24.377Z||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-07-20T03:49:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:49:33.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:49:33.931Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:50:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:50:24.374Z||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-07-20T03:50:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:50:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:50:24.377Z||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-07-20T03:50:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:50:33.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:50:33.931Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:51:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:51:24.375Z||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-07-20T03:51:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:51:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:51:24.376Z||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-07-20T03:51:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:51:33.933Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:51:33.942Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:52:24.374Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:52:24.376Z||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-07-20T03:52:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:52:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:52:24.377Z||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-07-20T03:52:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:52:33.931Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:52:33.933Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:53:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:53:24.374Z||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-07-20T03:53:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:53:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:53:24.376Z||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-07-20T03:53:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:53:33.931Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:53:33.932Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:54:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:54:24.374Z||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-07-20T03:54:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:54:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:54:24.377Z||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-07-20T03:54:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:54:33.931Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:54:33.937Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:55:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:55:24.374Z||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-07-20T03:55:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:55:24.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:55:24.376Z||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-07-20T03:55:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:55:33.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:55:33.935Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:56:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:56:24.374Z||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-07-20T03:56:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:56:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:56:24.377Z||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-07-20T03:56:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:56:33.928Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:56:33.931Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:57:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:57:24.374Z||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-07-20T03:57:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:57:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:57:24.376Z||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-07-20T03:57:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:57:33.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:57:33.935Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:58:24.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:58:24.374Z||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-07-20T03:58:24.375Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:58:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:58:24.377Z||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-07-20T03:58:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:58:33.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:58:33.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:59:24.374Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:59:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T03:59:24.377Z||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-07-20T03:59:24.377Z||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-07-20T03:59:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:59:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T03:59:33.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T03:59:33.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:00:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:00:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:00:24.375Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:00:24.377Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:00:24.377Z||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-07-20T04:00:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:00:33.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:00:33.930Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:01:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:01:24.375Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:01:24.375Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:01:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:01:24.377Z||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-07-20T04:01:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:01:33.939Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:01:33.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:02:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:02:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:02:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:02:24.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:02:24.378Z||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-07-20T04:02:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:02:33.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:02:33.931Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:03:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:03:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:03:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:03:24.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:03:24.376Z||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-07-20T04:03:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:03:33.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:03:33.929Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:04:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:04:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:04:24.375Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:04:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:04:24.377Z||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-07-20T04:04:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:04:33.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:04:33.924Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:05:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:05:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:05:24.375Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:05:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:05:24.376Z||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-07-20T04:05:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:05:33.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:05:33.936Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:06:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:06:24.376Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:06:24.376Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:06:24.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:06:24.376Z||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-07-20T04:06:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:06:33.931Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:06:33.932Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:07:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:07:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:07:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:07:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:07:24.377Z||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-07-20T04:07:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:07:33.921Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:07:33.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:08:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:08:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:08:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:08:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:08:24.377Z||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-07-20T04:08:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:08:33.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:08:33.930Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:09:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:09:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:09:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:09:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:09:24.376Z||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-07-20T04:09:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:09:33.930Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:09:33.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:10:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:10:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:10:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:10:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:10:24.377Z||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-07-20T04:10:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:10:33.925Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:10:33.934Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:11:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:11:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:11:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:11:24.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:11:24.376Z||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-07-20T04:11:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:11:33.930Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:11:33.960Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:12:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:12:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:12:24.375Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:12:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:12:24.376Z||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-07-20T04:12:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:12:33.927Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:12:33.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:13:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:13:24.376Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:13:24.376Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:13:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:13:24.377Z||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-07-20T04:13:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:13:33.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:13:33.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:14:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:14:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:14:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:14:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:14:24.377Z||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-07-20T04:14:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:14:33.934Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:14:33.936Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:15:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:15:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:15:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:15:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:15:24.377Z||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-07-20T04:15:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:15:33.931Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:15:33.933Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:16:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:16:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:16:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:16:24.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:16:24.377Z||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-07-20T04:16:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:16:33.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:16:33.928Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:17:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:17:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:17:24.375Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:17:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:17:24.377Z||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-07-20T04:17:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:17:33.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:17:33.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:18:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:18:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:18:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:18:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:18:24.376Z||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-07-20T04:18:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:18:33.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:18:33.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:19:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:19:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:19:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:19:24.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:19:24.377Z||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-07-20T04:19:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:19:33.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:19:33.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:20:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:20:24.375Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:20:24.376Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:20:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:20:24.377Z||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-07-20T04:20:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:20:33.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:20:33.928Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:21:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:21:24.375Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:21:24.375Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:21:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:21:24.376Z||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-07-20T04:21:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:21:33.928Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:21:33.928Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:22:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:22:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:22:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:22:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:22:24.377Z||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-07-20T04:22:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:22:33.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:22:33.934Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:23:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:23:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:23:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:23:24.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:23:24.378Z||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-07-20T04:23:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:23:33.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:23:33.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:24:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:24:24.375Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:24:24.375Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:24:24.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:24:24.377Z||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-07-20T04:24:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:24:33.942Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:24:33.944Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:24.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:25:24.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:25:24.374Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:24.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:25:24.377Z||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-07-20T04:25:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:24.545Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:24.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "aai-ml",
"timestamp": 1658291100658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "cds",
"timestamp": 1658291097395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "policy-id",
"timestamp": 1658291103692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291098949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "aai-ml",
"timestamp": 1658291100658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "cds",
"timestamp": 1658291097395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "policy-id",
"timestamp": 1658291103692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291098949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "NOTIFIED"
}
2022-07-20T04:25:24.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "aai-ml",
"timestamp": 1658291100658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "cds",
"timestamp": 1658291097395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "policy-id",
"timestamp": 1658291103692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291098949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291106077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "aai-ml",
"timestamp": 1658291100658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "cds",
"timestamp": 1658291097395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "policy-id",
"timestamp": 1658291103692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291106077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291098949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291107432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "aai-ml",
"timestamp": 1658291100658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "cds",
"timestamp": 1658291097395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "policy-id",
"timestamp": 1658291103692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291106077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291098949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291107432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "aai-ml",
"timestamp": 1658291100658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "cds",
"timestamp": 1658291097395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "policy-id",
"timestamp": 1658291103692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291106077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291098949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291107432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "aai-ml",
"timestamp": 1658291100658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:25:24.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "policy-id",
"timestamp": 1658291103692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:25:24.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "cds",
"timestamp": 1658291097395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:25:24.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291106077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291098949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:25:24.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291107432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291106077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291111699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "cds",
"timestamp": 1658291111984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:25:24.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "aai-ml",
"timestamp": 1658291112256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:25:24.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "policy-id",
"timestamp": 1658291112392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291107432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291106077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:25:24.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "cds",
"timestamp": 1658291113001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:25:24.789Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84d24547-804c-49f8-8d99-bc3a77afe2d3
2022-07-20T04:25:24.810Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84d24547-804c-49f8-8d99-bc3a77afe2d3 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-07-20T04:25:24.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "policy-id",
"timestamp": 1658291113406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:25:24.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291112780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:25:24.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291107432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291113963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:25:24.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "policy-id",
"timestamp": 1658291114411,
"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-07-20T04:25:24.864Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84d24547-804c-49f8-8d99-bc3a77afe2d3
2022-07-20T04:25:24.864Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84d24547-804c-49f8-8d99-bc3a77afe2d3 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-07-20T04:25:24.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291114028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:25:24.873Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291107432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:24.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:25:24.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291115131,
"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-07-20T04:25:24.880Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84d24547-804c-49f8-8d99-bc3a77afe2d3
2022-07-20T04:25:24.880Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84d24547-804c-49f8-8d99-bc3a77afe2d3 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-07-20T04:25:24.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291116137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "DEPLOY_OK"
}
2022-07-20T04:25:24.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291119166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:25:24.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:25:24.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:25:24.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291120170,
"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-07-20T04:25:24.896Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84d24547-804c-49f8-8d99-bc3a77afe2d3
2022-07-20T04:25:24.897Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84d24547-804c-49f8-8d99-bc3a77afe2d3 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-07-20T04:25:25.024Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:25.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:25:25.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"84d24547-804c-49f8-8d99-bc3a77afe2d3","serviceName":"vFW 2022-07-20 04-23-44","serviceVersion":"1.0","serviceUUID":"13692b18-732c-4d07-8c1d-d289bff5a892","serviceDescription":"catalog service description","serviceInvariantUUID":"cebb9e5d-f090-4f35-bdaf-1b1fae395d66","resources":[{"resourceInstanceName":"vFW e12d8550-8536 0","resourceName":"vFW e12d8550-8536","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9c00ecd6-d82b-447b-b8c9-c8f33b46a640","resourceInvariantUUID":"adf1c29d-5e29-413d-b8d0-6efb9fce26d8","resourceCustomizationUUID":"e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml","artifactChecksum":"ZDM2ZTNmMjljYzlmYjNjN2E0YzMxYTQ5NGMxMjZiYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69e0879f-9fce-41d8-86c6-025917bc779a","artifactVersion":"1"},{"artifactName":"vfwe12d855085360_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json","artifactChecksum":"ZTA2NGQwOTZmZDdlNTlkYTljNWZkZmUwZjUzZWRhZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"894637a2-11e2-4ebf-b266-5d889dab9e47","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9962ecd3-e161-4841-af6d-a2716c468867","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml","artifactChecksum":"MWVmMWU1YTY2ZGMzMDEwNzMyNTNlNDJiMmNlYmVjOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"010322b8-39ad-4ab3-b8f2-4fbf73e35be7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"187297d3-2951-4d5a-ba09-c4bf09c25869","artifactVersion":"2","generatedFromUUID":"9962ecd3-e161-4841-af6d-a2716c468867"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220720042344-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml","artifactChecksum":"MmUxZjQ3MjZiMzNiNjhhYmQ0MGRlNTdlMGM5NGU5YzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f93d91e-52c1-41fe-a6aa-1d31201021b7","artifactVersion":"1"},{"artifactName":"service-Vfw20220720042344-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar","artifactChecksum":"M2U5ZjNlY2RjOTk2MTE1Y2EyZTAwMDgzZTZkNWIyNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45282cbe-0e7c-46d9-aef8-ee56c3de5476","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-20T04:25:25.034Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:25:25.042Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:25.053Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:25.053Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291124373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:25.153Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-20T04:25:25.158Z||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-07-20T04:25:25.158Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:25.233Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:25.234Z||pool-3-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:26.060Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:25:26.060Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:26.062Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:26.062Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291124373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "NOTIFIED"
}
2022-07-20T04:25:26.162Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:26.163Z||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-07-20T04:25:26.164Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:26.186Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:26.187Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:27.063Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:25:27.064Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:27.066Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:27.066Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291124373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-20T04:25:27.166Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:27.168Z||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-07-20T04:25:27.168Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:27.205Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:27.206Z||pool-5-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:25:28.067Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:25:28.068Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:28.071Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:28.071Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291124373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:28.172Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:28.173Z||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-07-20T04:25:28.173Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:28.187Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:28.188Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:29.072Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:25:29.073Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:29.076Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:29.076Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291124373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-20T04:25:29.177Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:25:29.178Z||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-07-20T04:25:29.178Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:29.292Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:29.293Z||pool-7-thread-1|||||INFO|500||cambria reply ok (116 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:30.077Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:25:30.078Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:30.080Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:30.081Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291124373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:25:30.181Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:30.182Z||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-07-20T04:25:30.182Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:30.199Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:30.199Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:31.081Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:25:31.082Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:31.085Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:31.085Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291124373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:25:31.185Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:31.186Z||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-07-20T04:25:31.186Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:31.204Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:31.205Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:32.087Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"serviceName": "vFW 2022-07-20 04-23-44",
"serviceVersion": "1.0",
"serviceUUID": "13692b18-732c-4d07-8c1d-d289bff5a892",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "cebb9e5d-f090-4f35-bdaf-1b1fae395d66",
"resources": [
{
"resourceInstanceName": "vFW e12d8550-8536 0",
"resourceCustomizationUUID": "e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26",
"resourceName": "vFW e12d8550-8536",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9c00ecd6-d82b-447b-b8c9-c8f33b46a640",
"resourceInvariantUUID": "adf1c29d-5e29-413d-b8d0-6efb9fce26d8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe12d855085360_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"artifactChecksum": "ZTA2NGQwOTZmZDdlNTlkYTljNWZkZmUwZjUzZWRhZTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "894637a2-11e2-4ebf-b266-5d889dab9e47",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9962ecd3-e161-4841-af6d-a2716c468867",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "187297d3-2951-4d5a-ba09-c4bf09c25869",
"generatedFromUUID": "9962ecd3-e161-4841-af6d-a2716c468867"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "187297d3-2951-4d5a-ba09-c4bf09c25869",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220720042344-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"artifactChecksum": "M2U5ZjNlY2RjOTk2MTE1Y2EyZTAwMDgzZTZkNWIyNGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "45282cbe-0e7c-46d9-aef8-ee56c3de5476"
}
],
"workloadContext": "Production"
}
2022-07-20T04:25:32.088Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-20T04:25:32.088Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 13692b18-732c-4d07-8c1d-d289bff5a892 ASDC
2022-07-20T04:25:32.197Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:84d24547-804c-49f8-8d99-bc3a77afe2d3
ServiceName:vFW 2022-07-20 04-23-44
ServiceVersion:1.0
ServiceUUID:13692b18-732c-4d07-8c1d-d289bff5a892
ServiceInvariantUUID:cebb9e5d-f090-4f35-bdaf-1b1fae395d66
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220720042344-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar
ArtifactUUID:45282cbe-0e7c-46d9-aef8-ee56c3de5476
ArtifactChecksum:M2U5ZjNlY2RjOTk2MTE1Y2EyZTAwMDgzZTZkNWIyNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e12d8550-8536 0
ResourceCustomizationUUID:e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26
ResourceInvariantUUID:adf1c29d-5e29-413d-b8d0-6efb9fce26d8
ResourceName:vFW e12d8550-8536
ResourceType:VF
ResourceUUID:9c00ecd6-d82b-447b-b8c9-c8f33b46a640
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe12d855085360_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json
ArtifactUUID:894637a2-11e2-4ebf-b266-5d889dab9e47
ArtifactChecksum:ZTA2NGQwOTZmZDdlNTlkYTljNWZkZmUwZjUzZWRhZTU=
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/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml
ArtifactUUID:9962ecd3-e161-4841-af6d-a2716c468867
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/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env
ArtifactUUID:187297d3-2951-4d5a-ba09-c4bf09c25869
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/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env
ArtifactUUID:187297d3-2951-4d5a-ba09-c4bf09c25869
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-20T04:25:32.198Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13692b18-732c-4d07-8c1d-d289bff5a892 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-07-20T04:25:32.253Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:25:32.254Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-20T04:25:32.256Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-20T04:25:32.256Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 45282cbe-0e7c-46d9-aef8-ee56c3de5476 from URL: /sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:32.256Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-20T04:25:32.258Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:32.333Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-20T04:25:32.354Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar 45282cbe-0e7c-46d9-aef8-ee56c3de5476 99056
2022-07-20T04:25:32.355Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar ASDC sendASDCNotification
2022-07-20T04:25:32.356Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:32.357Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:25:32.358Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:32.360Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:32.360Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291132355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:25:32.460Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:32.461Z||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-07-20T04:25:32.462Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:32.476Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:32.477Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:25:33.361Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:25:33.362Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-20T04:25:33.362Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 45282cbe-0e7c-46d9-aef8-ee56c3de5476, URL: /sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar to file: /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:33.363Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220720042344-csar.csar
2022-07-20T04:25:33.451Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:33.451Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:34.174Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5473098130167395442/Definitions/service-Vfw20220720042344-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-20T04:25:36.959Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-20T04:25:36.965Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-20T04:25:36.965Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.965Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-20T04:25:36.965Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||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-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.966Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||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-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.966Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||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-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.966Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.966Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.966Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||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-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.966Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||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-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.966Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||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-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.967Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.967Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e12d8550-8536 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-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.967Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||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-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.967Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.967Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||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-Vfw20220720042344-csar.csar
2022-07-20T04:25:36.967Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-20T04:25:36.974Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:36.975Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:36.979Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:36.980Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-20T04:25:36.981Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:25:36.983Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:36.983Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:36.983Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:36.983Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-20T04:25:36.984Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:25:36.984Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:36.984Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:36.988Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:36.988Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is not matching search criteria
2022-07-20T04:25:36.988Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-20T04:25:36.988Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-20T04:25:36.988Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-20T04:25:36.989Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:36.989Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:36.989Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-20T04:25:36.989Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:36.989Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-20T04:25:36.990Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-20T04:25:36.990Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:36.990Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:36.990Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-20T04:25:36.990Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:36.990Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-20T04:25:36.991Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:36.991Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-20T04:25:36.991Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:36.991Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-20T04:25:36.993Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:36.993Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:36.993Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:36.993Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:36.994Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:36.994Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:36.994Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:36.994Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:36.995Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:36.995Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:36.995Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is not matching search criteria
2022-07-20T04:25:36.995Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-20T04:25:36.996Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-20T04:25:36.996Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-20T04:25:36.996Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-20T04:25:36.996Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-20T04:25:36.996Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:36.997Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:36.997Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-20T04:25:36.997Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:36.997Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-20T04:25:36.997Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:36.998Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9309f298-4bd8-4902-8ce0-b0b0bb88cb32
2022-07-20T04:25:36.998Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:36.998Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is not matching search criteria
2022-07-20T04:25:36.998Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-20T04:25:36.998Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-20T04:25:36.999Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-20T04:25:36.999Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:36.999Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:36.999Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-20T04:25:36.999Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:37.000Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-20T04:25:37.000Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-20T04:25:37.000Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:37.000Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-20T04:25:37.000Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:37.000Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=220dddfb-8eb8-4710-9d6b-0fa2c24b5e72
2022-07-20T04:25:37.001Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:37.001Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is not matching search criteria
2022-07-20T04:25:37.001Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-20T04:25:37.001Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-20T04:25:37.001Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-20T04:25:37.002Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:37.002Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:37.002Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-20T04:25:37.002Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:37.002Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-20T04:25:37.003Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-20T04:25:37.003Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:37.003Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:37.003Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-20T04:25:37.003Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a617ff93-93fc-4dd8-b45d-cd9c826863d5
2022-07-20T04:25:37.004Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:37.004Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:37.004Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:37.004Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:37.004Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:37.005Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:37.005Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:37.005Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:37.005Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-20 04-23-44
Description:catalog service description
Model UUID:13692b18-732c-4d07-8c1d-d289bff5a892
Model Version:NULL
Model InvariantUuid:cebb9e5d-f090-4f35-bdaf-1b1fae395d66
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e12d8550-8536
Model UUID:8f339108-1056-45d1-9d32-3c7ceae5a870
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:adf1c29d-5e29-413d-b8d0-6efb9fce26d8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:86fe25c0-5438-4083-ac10-92d7fc942ee2
ModelName:VfwE12d85508536..base_vfw..module-0
ModelUuid:5f56e49e-287e-4f97-a623-163ba79466ac
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9309f298-4bd8-4902-8ce0-b0b0bb88cb32
ModelInvariantUuid:8279ab2a-58db-49f8-9a71-21c6e44b1d73
ModelName:vFW e12d8550-8536-nodes.vfwCvfc
ModelUuid:170dff83-4d91-4a23-8c08-3a89653cf03c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:403d6e4f-1bf3-4fb1-afcc-9fee458d3eec
ModelInvariantUuid:f9e4737b-df78-44ee-a859-c3bbe2003878
ModelName:VfwE12d85508536.compute.nodes.heat.vfw
ModelUuid:c8acd059-e447-40d5-aa6d-9226907cbb1c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:220dddfb-8eb8-4710-9d6b-0fa2c24b5e72
ModelInvariantUuid:0c4b5b7e-e767-49d9-a8bd-1edd43f87068
ModelName:vFW e12d8550-8536-nodes.vsnCvfc
ModelUuid:6d85af41-c613-4e20-a18e-c56830b3c835
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e8448d2f-99e2-435d-9498-9ebdeccc8b08
ModelInvariantUuid:a4f362ba-ca4d-4d2b-88b3-676a518bc7d6
ModelName:VfwE12d85508536.compute.nodes.heat.vsn
ModelUuid:fbf07dfb-30ae-4ae7-afc3-2906d1e2083a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a617ff93-93fc-4dd8-b45d-cd9c826863d5
ModelInvariantUuid:13e488e4-aa2c-4d90-9c6d-5f7cae713527
ModelName:vFW e12d8550-8536-nodes.vpgCvfc
ModelUuid:8bb33604-16eb-4ca2-a80b-0916455991a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:2a095448-d92b-42c2-a253-6880b9375057
ModelInvariantUuid:e6f4a78d-dc0b-402e-8681-1b1c45043319
ModelName:VfwE12d85508536.compute.nodes.heat.vpg
ModelUuid:8fb75897-b314-41f6-ae26-98401e743658
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-07-20T04:25:37.017Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 9c00ecd6-d82b-447b-b8c9-c8f33b46a640
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-07-20T04:25:37.106Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||vFW e12d8550-8536 0
2022-07-20T04:25:37.112Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9c00ecd6-d82b-447b-b8c9-c8f33b46a640
2022-07-20T04:25:37.112Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 894637a2-11e2-4ebf-b266-5d889dab9e47 from URL: /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json
2022-07-20T04:25:37.112Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-20T04:25:37.112Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json
2022-07-20T04:25:37.171Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-20T04:25:37.171Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json 894637a2-11e2-4ebf-b266-5d889dab9e47 785
2022-07-20T04:25:37.171Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json ASDC sendASDCNotification
2022-07-20T04:25:37.172Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json
2022-07-20T04:25:37.172Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:25:37.172Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:37.175Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:37.175Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291137171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:25:37.275Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:37.276Z||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-07-20T04:25:37.276Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:37.293Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:37.294Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:25:38.176Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE12d85508536..base_vfw..module-0",
"vfModuleModelInvariantUUID": "86fe25c0-5438-4083-ac10-92d7fc942ee2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5f56e49e-287e-4f97-a623-163ba79466ac",
"vfModuleModelCustomizationUUID": "c799bf2a-6c4f-4614-8d37-4c7c23e13bc2",
"isBase": true,
"artifacts": [
"9962ecd3-e161-4841-af6d-a2716c468867",
"187297d3-2951-4d5a-ba09-c4bf09c25869"
],
"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-07-20T04:25:38.191Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE12d85508536..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5f56e49e-287e-4f97-a623-163ba79466ac
VfModuleModelInvariantUUID:86fe25c0-5438-4083-ac10-92d7fc942ee2
VfModuleModelDescription:NULL
Artifacts UUID List:{
9962ecd3-e161-4841-af6d-a2716c468867
,
187297d3-2951-4d5a-ba09-c4bf09c25869
}
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-07-20T04:25:38.195Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE12d85508536..base_vfw..module-0",
"vfModuleModelInvariantUUID": "86fe25c0-5438-4083-ac10-92d7fc942ee2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5f56e49e-287e-4f97-a623-163ba79466ac",
"vfModuleModelCustomizationUUID": "c799bf2a-6c4f-4614-8d37-4c7c23e13bc2",
"isBase": true,
"artifacts": [
"9962ecd3-e161-4841-af6d-a2716c468867",
"187297d3-2951-4d5a-ba09-c4bf09c25869"
],
"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-07-20T04:25:38.195Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE12d85508536..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5f56e49e-287e-4f97-a623-163ba79466ac
VfModuleModelInvariantUUID:86fe25c0-5438-4083-ac10-92d7fc942ee2
VfModuleModelDescription:NULL
Artifacts UUID List:{
9962ecd3-e161-4841-af6d-a2716c468867
,
187297d3-2951-4d5a-ba09-c4bf09c25869
}
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-07-20T04:25:38.195Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9962ecd3-e161-4841-af6d-a2716c468867 from URL: /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml
2022-07-20T04:25:38.195Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-20T04:25:38.196Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml
2022-07-20T04:25:38.261Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-20T04:25:38.262Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml 9962ecd3-e161-4841-af6d-a2716c468867 20368
2022-07-20T04:25:38.262Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-20T04:25:38.263Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml
2022-07-20T04:25:38.263Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:25:38.263Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:38.265Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:38.265Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291138262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:25:38.366Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:25:38.367Z||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-07-20T04:25:38.367Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:38.383Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:38.383Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:25:39.266Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 187297d3-2951-4d5a-ba09-c4bf09c25869 from URL: /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env
2022-07-20T04:25:39.267Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-20T04:25:39.267Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env
2022-07-20T04:25:39.322Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-20T04:25:39.323Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env 187297d3-2951-4d5a-ba09-c4bf09c25869 2098
2022-07-20T04:25:39.323Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-20T04:25:39.324Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env
2022-07-20T04:25:39.324Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:25:39.324Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:39.326Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:39.326Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291139323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:25:39.427Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:39.428Z||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-07-20T04:25:39.428Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:39.445Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:39.446Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:40.327Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 13692b18-732c-4d07-8c1d-d289bff5a892
2022-07-20T04:25:40.328Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e12d8550-8536 0 9c00ecd6-d82b-447b-b8c9-c8f33b46a640 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:25:40.371Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47d434cc, org.onap.sdc.toscaparser.api.parameters.Input@1ba195ab, org.onap.sdc.toscaparser.api.parameters.Input@604abf08, org.onap.sdc.toscaparser.api.parameters.Input@29d5070e, org.onap.sdc.toscaparser.api.parameters.Input@4fc134ac]
2022-07-20T04:25:40.375Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.375Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-07-20T04:25:40.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26
2022-07-20T04:25:40.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26 matches Tosca VF Customization UUID: e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26
2022-07-20T04:25:40.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26 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-07-20T04:25:40.385Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.385Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.387Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26: {\"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-07-20T04:25:40.387Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@574af01e
2022-07-20T04:25:40.387Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.388Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-20T04:25:40.388Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c799bf2a-6c4f-4614-8d37-4c7c23e13bc2
2022-07-20T04:25:40.390Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c799bf2a-6c4f-4614-8d37-4c7c23e13bc2
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-07-20T04:25:40.396Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.397Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:40.397Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:40.398Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.398Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:40.398Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:40.399Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.399Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is not matching search criteria
2022-07-20T04:25:40.400Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-20T04:25:40.400Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-20T04:25:40.400Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-20T04:25:40.400Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-20T04:25:40.401Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-20T04:25:40.401Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.401Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:40.401Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-20T04:25:40.402Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:40.402Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-20T04:25:40.402Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.402Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9309f298-4bd8-4902-8ce0-b0b0bb88cb32
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-07-20T04:25:40.410Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.411Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:40.411Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:40.411Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.412Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is not matching search criteria
2022-07-20T04:25:40.412Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-20T04:25:40.412Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-20T04:25:40.412Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-20T04:25:40.413Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:40.413Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.413Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-20T04:25:40.414Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.414Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-20T04:25:40.414Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-20T04:25:40.414Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:40.415Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-20T04:25:40.415Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.415Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=220dddfb-8eb8-4710-9d6b-0fa2c24b5e72
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-07-20T04:25:40.417Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.417Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:40.418Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:40.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.420Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is not matching search criteria
2022-07-20T04:25:40.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-20T04:25:40.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-20T04:25:40.421Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-20T04:25:40.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:40.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-20T04:25:40.422Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-20T04:25:40.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-20T04:25:40.423Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-20T04:25:40.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-20T04:25:40.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-20T04:25:40.424Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a617ff93-93fc-4dd8-b45d-cd9c826863d5
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-07-20T04:25:40.426Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:40.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:25:40.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.427Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Node template vFW e12d8550-8536 0 is matching search criteria
2022-07-20T04:25:40.428Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e12d8550-8536 0] matching following query criteria: sdcType=VF, customizationUUID=e2a5dcfe-4f5d-492b-baf5-e8f2ccc47e26
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-07-20T04:25:40.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.430Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 13692b18-732c-4d07-8c1d-d289bff5a892: vFW e12d8550-8536
2022-07-20T04:25:40.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.431Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.432Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.433Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:25:40.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-20 04-23-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:25:40.434Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-07-20 04-23-44
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-07-20T04:25:40.677Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e12d8550-8536 9c00ecd6-d82b-447b-b8c9-c8f33b46a640 1 ASDC deployResourceStructure
2022-07-20T04:25:40.677Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json ASDC sendASDCNotification
2022-07-20T04:25:40.677Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json
2022-07-20T04:25:40.678Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:25:40.678Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:40.679Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:40.680Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291140677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "DEPLOY_OK"
}
2022-07-20T04:25:40.780Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:40.781Z||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-07-20T04:25:40.781Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:40.798Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:40.798Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:25:41.681Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-20T04:25:41.681Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml
2022-07-20T04:25:41.681Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:25:41.681Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:41.684Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:41.684Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291141680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-20T04:25:41.784Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:41.785Z||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-07-20T04:25:41.786Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:41.806Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:41.806Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:42.687Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-20T04:25:42.687Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env
2022-07-20T04:25:42.687Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:25:42.687Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:42.689Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:42.689Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291142687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-20T04:25:42.790Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:25:42.791Z||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-07-20T04:25:42.791Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:42.810Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:42.811Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:43.690Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar ASDC sendASDCNotification
2022-07-20T04:25:43.691Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar
2022-07-20T04:25:43.691Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:25:43.691Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:25:43.693Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:25:43.693Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291143690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:25:43.793Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:25:43.794Z||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-07-20T04:25:43.794Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:25:43.811Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:25:43.811Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:25:44.694Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
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-07-20T04:25:44.709Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
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-07-20T04:25:44.712Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:25:44.712Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:25:44.712Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:26:14.713Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
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-07-20T04:26:14.724Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
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-07-20T04:26:14.727Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:26:14.727Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:26:14.727Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:26:24.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:26:24.378Z||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-07-20T04:26:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:26:24.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:26:24.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-20T04:26:24.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "clamp",
"timestamp": 1658291123976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:26:24.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-20T04:26:44.727Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
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-07-20T04:26:44.740Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
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-07-20T04:26:44.744Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:26:44.745Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:26:44.745Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:27:14.745Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
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-07-20T04:27:14.758Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
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-07-20T04:27:14.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:27:14.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-20T04:27:14.762Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-20T04:27:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:27:24.378Z||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-07-20T04:27:24.379Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:27:24.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:27:24.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291124373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:27:24.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-20T04:27:24.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "clamp",
"timestamp": 1658291123976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "NOTIFIED"
}
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291124373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "NOTIFIED"
}
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "clamp",
"timestamp": 1658291123976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-20T04:27:24.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291124373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-20T04:27:24.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-20T04:27:24.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "clamp",
"timestamp": 1658291123976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:27:24.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-20T04:27:24.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291124373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "clamp",
"timestamp": 1658291123976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291124373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "clamp",
"timestamp": 1658291123976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:27:24.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-20T04:27:24.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291124373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:27:24.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-20T04:27:24.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "clamp",
"timestamp": 1658291123976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:27:24.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291124373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291132355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "aai-ml",
"timestamp": 1658291134378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:27:24.924Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "aai-ml",
"timestamp": 1658291135383,
"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-07-20T04:27:24.935Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84d24547-804c-49f8-8d99-bc3a77afe2d3
2022-07-20T04:27:24.935Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84d24547-804c-49f8-8d99-bc3a77afe2d3 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-07-20T04:27:24.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291137171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291138262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291139323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291140677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/vfwe12d855085360_modules.json",
"status": "DEPLOY_OK"
}
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "clamp",
"timestamp": 1658291141570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291141680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291142687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/resourceInstances/vfwe12d855085360/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-20T04:27:24.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "clamp",
"timestamp": 1658291143581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:27:24.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291143690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220720042344/1.0/artifacts/service-Vfw20220720042344-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:27:24.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:27:24.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-20T04:27:24.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "clamp",
"timestamp": 1658291144586,
"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-07-20T04:27:24.954Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 84d24547-804c-49f8-8d99-bc3a77afe2d3
2022-07-20T04:27:24.954Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84d24547-804c-49f8-8d99-bc3a77afe2d3 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-07-20T04:27:44.763Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
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-07-20T04:27:44.784Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3
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-07-20T04:27:44.788Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:27:44.788Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-20T04:27:44.788Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-20T04:27:44.788Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-20T04:27:44.788Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:27:44.789Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:27:44.789Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:27:44.789Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:27:44.789Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:27:44.789Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:27:44.789Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||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-07-20T04:27:44.795Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-20T04:28:14.795Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3 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-07-20T04:28:14.811Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84d24547-804c-49f8-8d99-bc3a77afe2d3 and serviceModelVersionId: 13692b18-732c-4d07-8c1d-d289bff5a892
2022-07-20T04:28:14.811Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cebb9e5d-f090-4f35-bdaf-1b1fae395d66
2022-07-20T04:28:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:28:24.378Z||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-07-20T04:28:24.378Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:28:29.898Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0
2022-07-20T04:28:30.041Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-20T04:28:30.562Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0|INFO|500||Invoke
2022-07-20T04:28:30.572Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84d24547-804c-49f8-8d99-bc3a77afe2d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8d996c9-682d-4598-85c6-29482a40cc3d], X-ECOMP-RequestID=[84d24547-804c-49f8-8d99-bc3a77afe2d3], X-TransactionId=[], X-ONAP-RequestID=[84d24547-804c-49f8-8d99-bc3a77afe2d3], Content-Type=[application/merge-patch+json]}
2022-07-20T04:28:30.694Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-20T04:28:30.988Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?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/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220720-04:28:31:213-637], vertex-id=[188560], Content-Length=[0], Date=[Wed, 20 Jul 2022 04:28:31 GMT], Content-Type=[application/json]}
2022-07-20T04:28:30.989Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-20T04:28:30.990Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebb9e5d-f090-4f35-bdaf-1b1fae395d66/model-vers/model-ver/13692b18-732c-4d07-8c1d-d289bff5a892?depth=0|INFO|500||InvokeReturn
2022-07-20T04:28:30.993Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-20T04:28:30.994Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||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-07-20T04:28:31.001Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||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-07-20T04:28:31.002Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84d24547-804c-49f8-8d99-bc3a77afe2d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-20T04:28:31.003Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-20T04:28:31.004Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:28:31.006Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:28:31.006Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291311003,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:28:31.106Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:28:31.107Z||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-07-20T04:28:31.107Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:28:31.123Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:28:31.124Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:28:31.746Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:28:31.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T04:28:31.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84d24547-804c-49f8-8d99-bc3a77afe2d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291311003,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:28:31.748Z||pool-2-thread-3|||||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-07-20T04:28:32.018Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:28:32.018Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-20T04:28:32.019Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:28:42.345Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:28:42.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:28:42.346Z||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-07-20T04:28:42.346Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:28:51.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:28:51.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:28:51.953Z||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-07-20T04:28:51.953Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:29:01.502Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:29:24.373Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:29:24.374Z||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-07-20T04:29:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:29:24.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:29:24.376Z||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-07-20T04:29:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:29:33.939Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:29:33.940Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:24.373Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:30:24.374Z||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-07-20T04:30:24.374Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:30:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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-07-20T04:30:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:25.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:25.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8c44a282-1161-4bab-bbf9-d53ab208c56b","serviceName":"basic_onboard_OUvtII","serviceVersion":"1.0","serviceUUID":"2c0a8589-f57a-405a-8962-275c39fe2beb","serviceDescription":"service","serviceInvariantUUID":"f24e870e-d95c-472d-9e1d-86643621e4c7","resources":[{"resourceInstanceName":"basic_onboard_OUvtII 0","resourceName":"basic_onboard_OUvtII","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d97d2d97-f7ea-4a4d-bca8-8e5b43910b53","resourceInvariantUUID":"f153b1f4-74d8-48ae-b1a8-7f85e613143f","resourceCustomizationUUID":"4f67ab24-8326-41f0-a1aa-78334f6d9818","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml","artifactChecksum":"YTg3OGYwZTZkMGUwYWMyOTY1YzM2MDJlODRkZTc2Yjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1425a05-d5ea-4f8f-95c7-132f9e754512","artifactVersion":"1"},{"artifactName":"basic_onboard_ouvtii0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json","artifactChecksum":"ZTliMjdiNTQzNjI5NzkxOWRjNjhjYWFiNDBjNjMxYzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"56be4edb-60f1-4f80-9f8e-2c3759e2c7b6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"25f135e2-0da0-4b84-a1af-4e1c5fc35205","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"af4b649a-0fb9-40d0-8c56-c8615d621574","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"985ec2fc-91bf-43a4-98d2-3bf6661f1d3d","artifactVersion":"2","generatedFromUUID":"25f135e2-0da0-4b84-a1af-4e1c5fc35205"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOuvtii-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml","artifactChecksum":"NjYzNWI0ZTIwZDRmYzU3ZmIyM2M1MmY1ZTgzMWZlMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f90e7e5-6da8-4f83-8b22-600dfe239943","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOuvtii-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar","artifactChecksum":"OWQxMmYwMzhlOTI4YjU5MTMwMWM5NzI2OWVhY2VmYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a5c793f-8e2c-4ca1-8977-86f5388d1904","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-20T04:30:25.015Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:30:25.016Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:25.016Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:25.018Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:25.018Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.018Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291424373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.018Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "clamp",
"timestamp": 1658291393975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.019Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.019Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.019Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291387432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.019Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.019Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.019Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "cds",
"timestamp": 1658291397395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "clamp",
"timestamp": 1658291393975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "NOTIFIED"
}
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291387432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.020Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "cds",
"timestamp": 1658291397395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.021Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.021Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.021Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "clamp",
"timestamp": 1658291393975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.021Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.021Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.021Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291387432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291398949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "cds",
"timestamp": 1658291397395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.022Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "clamp",
"timestamp": 1658291393975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291387432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291398949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "NOTIFIED"
}
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.023Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "aai-ml",
"timestamp": 1658291400658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "cds",
"timestamp": 1658291397395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "clamp",
"timestamp": 1658291393975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.024Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291387432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291398949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.025Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "cds",
"timestamp": 1658291397395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "aai-ml",
"timestamp": 1658291400658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "clamp",
"timestamp": 1658291393975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.026Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291387432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291398949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "aai-ml",
"timestamp": 1658291400658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.027Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "cds",
"timestamp": 1658291397395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "clamp",
"timestamp": 1658291393975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291387432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.028Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291398949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "policy-id",
"timestamp": 1658291403692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "aai-ml",
"timestamp": 1658291400658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.029Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "cds",
"timestamp": 1658291397395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291398949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "policy-id",
"timestamp": 1658291403692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.030Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "aai-ml",
"timestamp": 1658291400658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "cds",
"timestamp": 1658291405194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291398949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:30:25.031Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "policy-id",
"timestamp": 1658291403692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "aai-ml",
"timestamp": 1658291400658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.032Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "cds",
"timestamp": 1658291406201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:30:25.049Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8c44a282-1161-4bab-bbf9-d53ab208c56b
2022-07-20T04:30:25.049Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c44a282-1161-4bab-bbf9-d53ab208c56b 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-07-20T04:30:25.057Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.057Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291406077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.058Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.058Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.058Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "policy-id",
"timestamp": 1658291403692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.058Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.058Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.058Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291406751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.059Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.059Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.059Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "aai-ml",
"timestamp": 1658291400658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:30:25.059Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.059Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.059Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291406077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.059Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "policy-id",
"timestamp": 1658291403692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291407815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.060Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "aai-ml",
"timestamp": 1658291408455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.061Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.061Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.061Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291406077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.061Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.061Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.061Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "policy-id",
"timestamp": 1658291403692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.061Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291408902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291406077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "policy-id",
"timestamp": 1658291403692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:30:25.062Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.063Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.063Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291409929,
"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-07-20T04:30:25.068Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c44a282-1161-4bab-bbf9-d53ab208c56b
2022-07-20T04:30:25.068Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c44a282-1161-4bab-bbf9-d53ab208c56b 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-07-20T04:30:25.076Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.076Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291406077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.076Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.076Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.076Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "policy-id",
"timestamp": 1658291411474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291410933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291406077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.077Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "policy-id",
"timestamp": 1658291412481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "clamp",
"timestamp": 1658291412605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291406077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:30:25.078Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:30:25.079Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.079Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "policy-id",
"timestamp": 1658291413486,
"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-07-20T04:30:25.085Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c44a282-1161-4bab-bbf9-d53ab208c56b
2022-07-20T04:30:25.085Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c44a282-1161-4bab-bbf9-d53ab208c56b 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-07-20T04:30:25.091Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.091Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291414007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:30:25.092Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.092Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.092Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "clamp",
"timestamp": 1658291414613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:30:25.092Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.092Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.092Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "clamp",
"timestamp": 1658291415617,
"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-07-20T04:30:25.097Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8c44a282-1161-4bab-bbf9-d53ab208c56b
2022-07-20T04:30:25.097Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c44a282-1161-4bab-bbf9-d53ab208c56b 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-07-20T04:30:25.105Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.105Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291416305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:30:25.106Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.106Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.106Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291417310,
"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-07-20T04:30:25.111Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8c44a282-1161-4bab-bbf9-d53ab208c56b
2022-07-20T04:30:25.111Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c44a282-1161-4bab-bbf9-d53ab208c56b 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-07-20T04:30:25.118Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:25.119Z||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-07-20T04:30:25.119Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:25.120Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.120Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "aai-ml",
"timestamp": 1658291417962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:30:25.120Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:30:25.121Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:30:25.121Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "aai-ml",
"timestamp": 1658291418966,
"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-07-20T04:30:25.125Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8c44a282-1161-4bab-bbf9-d53ab208c56b
2022-07-20T04:30:25.125Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c44a282-1161-4bab-bbf9-d53ab208c56b 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-07-20T04:30:25.135Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:25.136Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:30:26.019Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:30:26.019Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:26.021Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:26.022Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291424373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "NOTIFIED"
}
2022-07-20T04:30:26.122Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:26.123Z||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-07-20T04:30:26.123Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:26.144Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:26.145Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:27.022Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:30:27.023Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:27.026Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:27.026Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291424373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-20T04:30:27.126Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:27.127Z||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-07-20T04:30:27.127Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:27.144Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:27.144Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:30:28.027Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:30:28.028Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:28.030Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:28.030Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291424373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:28.131Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-20T04:30:28.132Z||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-07-20T04:30:28.132Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:28.146Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:28.146Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:29.031Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:30:29.031Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:29.034Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:29.034Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291424373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-20T04:30:29.134Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:29.135Z||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-07-20T04:30:29.135Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:29.157Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:29.158Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:30.034Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:30:30.035Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:30.037Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:30.037Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291424373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:30:30.137Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:30.138Z||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-07-20T04:30:30.138Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:30.154Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:30.154Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:31.038Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:30:31.039Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:31.041Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:31.041Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291424373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:30:31.141Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:31.142Z||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-07-20T04:30:31.142Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:31.157Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:31.158Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:32.043Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"serviceName": "basic_onboard_OUvtII",
"serviceVersion": "1.0",
"serviceUUID": "2c0a8589-f57a-405a-8962-275c39fe2beb",
"serviceDescription": "service",
"serviceInvariantUUID": "f24e870e-d95c-472d-9e1d-86643621e4c7",
"resources": [
{
"resourceInstanceName": "basic_onboard_OUvtII 0",
"resourceCustomizationUUID": "4f67ab24-8326-41f0-a1aa-78334f6d9818",
"resourceName": "basic_onboard_OUvtII",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d97d2d97-f7ea-4a4d-bca8-8e5b43910b53",
"resourceInvariantUUID": "f153b1f4-74d8-48ae-b1a8-7f85e613143f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ouvtii0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"artifactChecksum": "ZTliMjdiNTQzNjI5NzkxOWRjNjhjYWFiNDBjNjMxYzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "56be4edb-60f1-4f80-9f8e-2c3759e2c7b6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "25f135e2-0da0-4b84-a1af-4e1c5fc35205",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "985ec2fc-91bf-43a4-98d2-3bf6661f1d3d",
"generatedFromUUID": "25f135e2-0da0-4b84-a1af-4e1c5fc35205"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "985ec2fc-91bf-43a4-98d2-3bf6661f1d3d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOuvtii-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"artifactChecksum": "OWQxMmYwMzhlOTI4YjU5MTMwMWM5NzI2OWVhY2VmYWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1a5c793f-8e2c-4ca1-8977-86f5388d1904"
}
],
"workloadContext": "Production"
}
2022-07-20T04:30:32.044Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-20T04:30:32.044Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2c0a8589-f57a-405a-8962-275c39fe2beb ASDC
2022-07-20T04:30:32.044Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8c44a282-1161-4bab-bbf9-d53ab208c56b
ServiceName:basic_onboard_OUvtII
ServiceVersion:1.0
ServiceUUID:2c0a8589-f57a-405a-8962-275c39fe2beb
ServiceInvariantUUID:f24e870e-d95c-472d-9e1d-86643621e4c7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOuvtii-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar
ArtifactUUID:1a5c793f-8e2c-4ca1-8977-86f5388d1904
ArtifactChecksum:OWQxMmYwMzhlOTI4YjU5MTMwMWM5NzI2OWVhY2VmYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OUvtII 0
ResourceCustomizationUUID:4f67ab24-8326-41f0-a1aa-78334f6d9818
ResourceInvariantUUID:f153b1f4-74d8-48ae-b1a8-7f85e613143f
ResourceName:basic_onboard_OUvtII
ResourceType:VF
ResourceUUID:d97d2d97-f7ea-4a4d-bca8-8e5b43910b53
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ouvtii0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json
ArtifactUUID:56be4edb-60f1-4f80-9f8e-2c3759e2c7b6
ArtifactChecksum:ZTliMjdiNTQzNjI5NzkxOWRjNjhjYWFiNDBjNjMxYzg=
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/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml
ArtifactUUID:25f135e2-0da0-4b84-a1af-4e1c5fc35205
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/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env
ArtifactUUID:985ec2fc-91bf-43a4-98d2-3bf6661f1d3d
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/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env
ArtifactUUID:985ec2fc-91bf-43a4-98d2-3bf6661f1d3d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-20T04:30:32.044Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c0a8589-f57a-405a-8962-275c39fe2beb 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-07-20T04:30:32.077Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:30:32.078Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:30:32.078Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:30:32.078Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1a5c793f-8e2c-4ca1-8977-86f5388d1904 from URL: /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:32.078Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:30:32.079Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:32.175Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:30:32.178Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar 1a5c793f-8e2c-4ca1-8977-86f5388d1904 71577
2022-07-20T04:30:32.179Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar ASDC sendASDCNotification
2022-07-20T04:30:32.179Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:32.179Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:30:32.180Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:32.182Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:32.182Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291432179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:30:32.282Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:32.283Z||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-07-20T04:30:32.283Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:32.300Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:32.301Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:33.182Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:30:33.184Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:30:33.185Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1a5c793f-8e2c-4ca1-8977-86f5388d1904, URL: /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar to file: /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:33.185Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:33.186Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:33.186Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:33.315Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18130611762372719587/Definitions/service-BasicOnboardOuvtii-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-07-20T04:30:34.465Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-20T04:30:34.465Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:30:34.465Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.466Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-20T04:30:34.466Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.466Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.466Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.466Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.466Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.466Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OUvtII 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-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.467Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.467Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.467Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:34.467Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:30:34.467Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:34.467Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:34.468Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:34.468Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:30:34.468Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:30:34.468Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:34.468Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:34.469Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:34.469Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:30:34.469Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:30:34.469Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:34.469Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:34.470Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:34.470Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is not matching search criteria
2022-07-20T04:30:34.470Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-20T04:30:34.470Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-20T04:30:34.470Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-20T04:30:34.471Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-20T04:30:34.471Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-20T04:30:34.471Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:34.471Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-20T04:30:34.471Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:34.471Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:34.472Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:30:34.472Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:34.472Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:34.472Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:30:34.473Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:34.473Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:34.473Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:30:34.473Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:34.473Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is not matching search criteria
2022-07-20T04:30:34.473Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-20T04:30:34.474Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-20T04:30:34.474Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=55eacc15-3ca4-4fb4-b6d2-c96220c36183
2022-07-20T04:30:34.474Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:34.474Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:34.474Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:34.475Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:34.475Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:34.475Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:34.475Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:34.475Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:34.475Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_OUvtII
Description:service
Model UUID:2c0a8589-f57a-405a-8962-275c39fe2beb
Model Version:NULL
Model InvariantUuid:f24e870e-d95c-472d-9e1d-86643621e4c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_OUvtII
Model UUID:2e7648d4-d0a8-4d31-bc5d-0043ac3ccd79
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f153b1f4-74d8-48ae-b1a8-7f85e613143f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4f67ab24-8326-41f0-a1aa-78334f6d9818
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f0738234-f427-4bc0-9a5f-bb8ef044690c
ModelName:BasicOnboardOuvtii..base_ubuntu18..module-0
ModelUuid:de92d000-6c72-4add-b350-0006a6107a32
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:55eacc15-3ca4-4fb4-b6d2-c96220c36183
ModelInvariantUuid:fd1e6fa3-696b-4974-b060-46e8a4ca80ff
ModelName:basic_onboard_OUvtII-nodes.ubuntu18Cvfc
ModelUuid:d397733f-7555-4b62-b5fc-ab6482552154
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2a158f01-1da7-4428-afe4-d4d27f581183
ModelInvariantUuid:d823438b-ec5b-443a-97f4-9fed6882cd3b
ModelName:BasicOnboardOuvtii.compute.nodes.heat.ubuntu18
ModelUuid:38ab0054-7f4a-46e0-91bf-622aa6d34097
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-07-20T04:30:34.484Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d97d2d97-f7ea-4a4d-bca8-8e5b43910b53
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-07-20T04:30:34.490Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||basic_onboard_OUvtII 0
2022-07-20T04:30:34.490Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d97d2d97-f7ea-4a4d-bca8-8e5b43910b53
2022-07-20T04:30:34.490Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 56be4edb-60f1-4f80-9f8e-2c3759e2c7b6 from URL: /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json
2022-07-20T04:30:34.490Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:30:34.490Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json
2022-07-20T04:30:34.595Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:30:34.595Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json 56be4edb-60f1-4f80-9f8e-2c3759e2c7b6 798
2022-07-20T04:30:34.595Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json ASDC sendASDCNotification
2022-07-20T04:30:34.596Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json
2022-07-20T04:30:34.596Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:30:34.596Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:34.598Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:34.598Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291434595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:30:34.699Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:34.700Z||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-07-20T04:30:34.700Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:34.713Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:34.714Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:35.599Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOuvtii..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f0738234-f427-4bc0-9a5f-bb8ef044690c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "de92d000-6c72-4add-b350-0006a6107a32",
"vfModuleModelCustomizationUUID": "38fcf45d-465d-4a42-896f-22046aa052a3",
"isBase": true,
"artifacts": [
"25f135e2-0da0-4b84-a1af-4e1c5fc35205",
"985ec2fc-91bf-43a4-98d2-3bf6661f1d3d"
],
"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-07-20T04:30:35.604Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOuvtii..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de92d000-6c72-4add-b350-0006a6107a32
VfModuleModelInvariantUUID:f0738234-f427-4bc0-9a5f-bb8ef044690c
VfModuleModelDescription:NULL
Artifacts UUID List:{
25f135e2-0da0-4b84-a1af-4e1c5fc35205
,
985ec2fc-91bf-43a4-98d2-3bf6661f1d3d
}
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-07-20T04:30:35.606Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOuvtii..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f0738234-f427-4bc0-9a5f-bb8ef044690c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "de92d000-6c72-4add-b350-0006a6107a32",
"vfModuleModelCustomizationUUID": "38fcf45d-465d-4a42-896f-22046aa052a3",
"isBase": true,
"artifacts": [
"25f135e2-0da0-4b84-a1af-4e1c5fc35205",
"985ec2fc-91bf-43a4-98d2-3bf6661f1d3d"
],
"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-07-20T04:30:35.606Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOuvtii..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de92d000-6c72-4add-b350-0006a6107a32
VfModuleModelInvariantUUID:f0738234-f427-4bc0-9a5f-bb8ef044690c
VfModuleModelDescription:NULL
Artifacts UUID List:{
25f135e2-0da0-4b84-a1af-4e1c5fc35205
,
985ec2fc-91bf-43a4-98d2-3bf6661f1d3d
}
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-07-20T04:30:35.606Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 25f135e2-0da0-4b84-a1af-4e1c5fc35205 from URL: /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml
2022-07-20T04:30:35.607Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:30:35.607Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml
2022-07-20T04:30:35.813Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:30:35.814Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml 25f135e2-0da0-4b84-a1af-4e1c5fc35205 5033
2022-07-20T04:30:35.814Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-20T04:30:35.814Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml
2022-07-20T04:30:35.814Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:30:35.815Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:35.817Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:35.817Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291435814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:30:35.917Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:35.918Z||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-07-20T04:30:35.919Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:35.933Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:35.934Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:36.817Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 985ec2fc-91bf-43a4-98d2-3bf6661f1d3d from URL: /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env
2022-07-20T04:30:36.818Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:30:36.819Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env
2022-07-20T04:30:36.866Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:30:36.866Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env 985ec2fc-91bf-43a4-98d2-3bf6661f1d3d 909
2022-07-20T04:30:36.867Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-20T04:30:36.867Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env
2022-07-20T04:30:36.867Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:30:36.868Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:36.871Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:36.871Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291436867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:30:36.973Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-20T04:30:36.974Z||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-07-20T04:30:36.974Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:36.989Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:36.990Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:37.872Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2c0a8589-f57a-405a-8962-275c39fe2beb
2022-07-20T04:30:37.873Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OUvtII 0 d97d2d97-f7ea-4a4d-bca8-8e5b43910b53 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-07-20T04:30:37.887Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@733ddf35, org.onap.sdc.toscaparser.api.parameters.Input@4a80d1, org.onap.sdc.toscaparser.api.parameters.Input@20bad87b, org.onap.sdc.toscaparser.api.parameters.Input@433d94be, org.onap.sdc.toscaparser.api.parameters.Input@5e642f9b]
2022-07-20T04:30:37.888Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:37.888Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.889Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-07-20T04:30:37.889Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 4f67ab24-8326-41f0-a1aa-78334f6d9818
2022-07-20T04:30:37.889Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4f67ab24-8326-41f0-a1aa-78334f6d9818 matches Tosca VF Customization UUID: 4f67ab24-8326-41f0-a1aa-78334f6d9818
2022-07-20T04:30:37.889Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 4f67ab24-8326-41f0-a1aa-78334f6d9818 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-07-20T04:30:37.892Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:37.892Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.892Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 4f67ab24-8326-41f0-a1aa-78334f6d9818: {\"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-07-20T04:30:37.893Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53c4ebfe
2022-07-20T04:30:37.893Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:37.893Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-20T04:30:37.893Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 38fcf45d-465d-4a42-896f-22046aa052a3
2022-07-20T04:30:37.893Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 38fcf45d-465d-4a42-896f-22046aa052a3
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-07-20T04:30:37.896Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:37.896Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:37.896Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:30:37.897Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:37.897Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:37.897Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:30:37.898Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:37.898Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is not matching search criteria
2022-07-20T04:30:37.898Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-20T04:30:37.898Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-20T04:30:37.898Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=55eacc15-3ca4-4fb4-b6d2-c96220c36183
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-07-20T04:30:37.901Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:37.901Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:37.901Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-20T04:30:37.901Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:37.902Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OUvtII 0 is matching search criteria
2022-07-20T04:30:37.902Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OUvtII 0] matching following query criteria: sdcType=VF, customizationUUID=4f67ab24-8326-41f0-a1aa-78334f6d9818
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-07-20T04:30:37.904Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:37.904Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.904Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2c0a8589-f57a-405a-8962-275c39fe2beb: basic_onboard_OUvtII
2022-07-20T04:30:37.904Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:37.905Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.905Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:37.905Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.905Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:37.906Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.906Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:37.906Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.906Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:30:37.907Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OUvtII is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:30:37.907Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_OUvtII
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-07-20T04:30:37.987Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OUvtII d97d2d97-f7ea-4a4d-bca8-8e5b43910b53 1 ASDC deployResourceStructure
2022-07-20T04:30:37.988Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json ASDC sendASDCNotification
2022-07-20T04:30:37.988Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json
2022-07-20T04:30:37.988Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:30:37.988Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:37.990Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:37.990Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291437988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-20T04:30:38.090Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:38.091Z||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-07-20T04:30:38.092Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:38.105Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:38.106Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:38.991Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-20T04:30:38.992Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml
2022-07-20T04:30:38.992Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:30:38.992Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:38.994Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:38.994Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291438991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-20T04:30:39.094Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:39.095Z||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-07-20T04:30:39.096Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:39.142Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:39.143Z||pool-31-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:39.995Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-20T04:30:39.995Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env
2022-07-20T04:30:39.995Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:30:39.996Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:39.998Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:39.998Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291439995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-20T04:30:40.098Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:40.099Z||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-07-20T04:30:40.099Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:40.115Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:40.116Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:41.001Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar ASDC sendASDCNotification
2022-07-20T04:30:41.001Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar
2022-07-20T04:30:41.001Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:30:41.001Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:30:41.003Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:30:41.003Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291441001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:30:41.104Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:30:41.104Z||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-07-20T04:30:41.105Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:30:41.119Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:30:41.119Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:30:42.005Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c44a282-1161-4bab-bbf9-d53ab208c56b
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-07-20T04:30:42.015Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c44a282-1161-4bab-bbf9-d53ab208c56b
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-07-20T04:30:42.019Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:30:42.020Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:30:42.021Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:30:42.021Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:30:42.025Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-20T04:31:12.026Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8c44a282-1161-4bab-bbf9-d53ab208c56b 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-07-20T04:31:12.031Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8c44a282-1161-4bab-bbf9-d53ab208c56b and serviceModelVersionId: 2c0a8589-f57a-405a-8962-275c39fe2beb
2022-07-20T04:31:12.031Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f24e870e-d95c-472d-9e1d-86643621e4c7
2022-07-20T04:31:12.032Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f24e870e-d95c-472d-9e1d-86643621e4c7/model-vers/model-ver/2c0a8589-f57a-405a-8962-275c39fe2beb?depth=0
2022-07-20T04:31:12.037Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-20T04:31:12.095Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f24e870e-d95c-472d-9e1d-86643621e4c7/model-vers/model-ver/2c0a8589-f57a-405a-8962-275c39fe2beb?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-07-20T04:31:12.097Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f24e870e-d95c-472d-9e1d-86643621e4c7/model-vers/model-ver/2c0a8589-f57a-405a-8962-275c39fe2beb?depth=0|INFO|500||Invoke
2022-07-20T04:31:12.125Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f24e870e-d95c-472d-9e1d-86643621e4c7/model-vers/model-ver/2c0a8589-f57a-405a-8962-275c39fe2beb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-20T04:31:12.231Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f24e870e-d95c-472d-9e1d-86643621e4c7/model-vers/model-ver/2c0a8589-f57a-405a-8962-275c39fe2beb?depth=0|INFO|500||InvokeReturn
2022-07-20T04:31:12.232Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f24e870e-d95c-472d-9e1d-86643621e4c7/model-vers/model-ver/2c0a8589-f57a-405a-8962-275c39fe2beb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220720-04:31:12:642-99290], vertex-id=[610360], Content-Length=[0], Date=[Wed, 20 Jul 2022 04:31:12 GMT], Content-Type=[application/json]}
2022-07-20T04:31:12.232Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-07-20T04:31:12.233Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-20T04:31:12.233Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:31:12.238Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-20T04:31:12.238Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8c44a282-1161-4bab-bbf9-d53ab208c56b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-20T04:31:12.239Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-20T04:31:12.239Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:31:12.241Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:31:12.241Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291472239,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:31:12.341Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:31:12.342Z||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-07-20T04:31:12.342Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:31:12.360Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:31:12.361Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 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-07-20T04:31:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:31:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-07-20T04:31:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:31:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:31:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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-07-20T04:31:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:31:24.510Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:31:24.511Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:31:24.511Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291424373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:31:24.512Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:31:33.926Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:32:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:32:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-07-20T04:32:24.375Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:32:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:32:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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-07-20T04:32:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:32:24.915Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:32:24.917Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.917Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291424373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "NOTIFIED"
}
2022-07-20T04:32:24.918Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:32:24.918Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.918Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291424373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-20T04:32:24.919Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:32:24.919Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.919Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291424373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:32:24.919Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:32:24.919Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.920Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291424373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-20T04:32:24.920Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:32:24.920Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.920Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291424373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:32:24.920Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:32:24.920Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.921Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291424373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:32:24.921Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:32:24.921Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.921Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291432179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:32:24.922Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.922Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.922Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291434595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:32:24.922Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.922Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.922Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291435814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:32:24.923Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.923Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.923Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291436867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:32:24.923Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.923Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.924Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291437988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/basic_onboard_ouvtii0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-20T04:32:24.924Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.924Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.924Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291438991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-20T04:32:24.925Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.925Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.925Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291439995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/resourceInstances/basic_onboard_ouvtii0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-20T04:32:24.925Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.925Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.926Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291441001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOuvtii/1.0/artifacts/service-BasicOnboardOuvtii-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:32:24.926Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:24.926Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:32:24.926Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c44a282-1161-4bab-bbf9-d53ab208c56b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291472239,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:32:24.926Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:32:33.931Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:33:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:33:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-07-20T04:33:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:33:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:33:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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-07-20T04:33:24.377Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:33:33.927Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:33:33.933Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:34:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:34:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-07-20T04:34:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:34:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:34:24.376Z||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-07-20T04:34:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:34:33.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:34:33.937Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:35:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:35:24.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:35:24.378Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-07-20T04:35:24.378Z||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-07-20T04:35:24.379Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:35:24.379Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:35:33.934Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:35:33.934Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:36:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:36:24.375Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-07-20T04:36:24.375Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:36:24.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:36:24.377Z||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-07-20T04:36:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:36:33.929Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:36:33.932Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:37:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:37:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-07-20T04:37:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:37:24.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:37:24.377Z||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-07-20T04:37:24.377Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:37:33.928Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:37:33.932Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:38:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:38:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-07-20T04:38:24.374Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:38:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:38:24.376Z||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-07-20T04:38:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:38:33.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:38:33.938Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:39:24.373Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:39:24.375Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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-07-20T04:39:24.375Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:39:24.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:39:24.376Z||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-07-20T04:39:24.376Z||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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:39:25.029Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:39:25.030Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.030Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"35c188ec-903a-44f3-a3fe-b91b2ec5ae35","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e42889c0-e06b-4d1c-bdd1-93f3aaec952d","serviceDescription":"service","serviceInvariantUUID":"12e5bd1c-c926-4c33-8809-249925d1016c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"60d14e00-57b7-4b33-9d34-3d152f560dd5","resourceInvariantUUID":"bf80991a-e019-4e37-a61b-c552a2c38094","resourceCustomizationUUID":"6ae3996c-3dbd-4f9f-8166-0b27624a1291","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":"NTc3NjEyYThkYzA4OWU4YzE5ZDgzMGJmY2Y0OTA3N2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a88f25b8-15ee-4e0e-8ce1-1e02694f0252","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDVkMmQwODAyMWI5YTJmOTU4YWExMzM2NjNhZmFkN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69975d3e-81ea-42f4-93d2-cc637a38e20d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-20T04:39:25.036Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:39:25.036Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:39:25.038Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:39:25.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "clamp",
"timestamp": 1658291933975,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-20T04:39:25.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291938949,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "aai-ml",
"timestamp": 1658291940658,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "cds",
"timestamp": 1658291937394,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "cds",
"timestamp": 1658291937394,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658291938949,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "aai-ml",
"timestamp": 1658291940658,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-20T04:39:25.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "clamp",
"timestamp": 1658291933975,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:39:25.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-20T04:39:25.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.043Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:39:25.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "policy-id",
"timestamp": 1658291943692,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.043Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291964373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-20T04:39:25.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "cds",
"timestamp": 1658291944570,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "aai-ml",
"timestamp": 1658291944853,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "policy-id",
"timestamp": 1658291943692,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:39:25.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-20T04:39:25.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "cds",
"timestamp": 1658291945577,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-20T04:39:25.067Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35c188ec-903a-44f3-a3fe-b91b2ec5ae35
2022-07-20T04:39:25.067Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 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-07-20T04:39:25.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "policy-id",
"timestamp": 1658291946431,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:39:25.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291946077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-20T04:39:25.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "policy-id",
"timestamp": 1658291947435,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:39:25.077Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291946077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:39:25.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-20T04:39:25.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "policy-id",
"timestamp": 1658291948439,
"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-07-20T04:39:25.082Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35c188ec-903a-44f3-a3fe-b91b2ec5ae35
2022-07-20T04:39:25.082Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 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-07-20T04:39:25.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291947432,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-20T04:39:25.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291948838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:39:25.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "ves-openapi-manager",
"timestamp": 1658291947432,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:39:25.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-20T04:39:25.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "aai-ml",
"timestamp": 1658291950216,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:39:25.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291950447,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:39:25.094Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "aai-ml",
"timestamp": 1658291951221,
"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-07-20T04:39:25.098Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35c188ec-903a-44f3-a3fe-b91b2ec5ae35
2022-07-20T04:39:25.099Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 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-07-20T04:39:25.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "clamp",
"timestamp": 1658291951688,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:39:25.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658291951451,
"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-07-20T04:39:25.112Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35c188ec-903a-44f3-a3fe-b91b2ec5ae35
2022-07-20T04:39:25.112Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 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-07-20T04:39:25.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "clamp",
"timestamp": 1658291953695,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:39:25.120Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-20T04:39:25.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-20T04:39:25.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "clamp",
"timestamp": 1658291954698,
"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-07-20T04:39:25.124Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 35c188ec-903a-44f3-a3fe-b91b2ec5ae35
2022-07-20T04:39:25.125Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 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-07-20T04:39:25.141Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-20T04:39:25.142Z||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-07-20T04:39:25.142Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:39:25.157Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:39:25.158Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:39:26.044Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:39:26.046Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:39:26.048Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:39:26.049Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291964373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:39:26.148Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-20T04:39:26.149Z||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-07-20T04:39:26.150Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:39:26.166Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:39:26.166Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:39:27.050Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e42889c0-e06b-4d1c-bdd1-93f3aaec952d",
"serviceDescription": "service",
"serviceInvariantUUID": "12e5bd1c-c926-4c33-8809-249925d1016c",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "6ae3996c-3dbd-4f9f-8166-0b27624a1291",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "60d14e00-57b7-4b33-9d34-3d152f560dd5",
"resourceInvariantUUID": "bf80991a-e019-4e37-a61b-c552a2c38094",
"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": "ZDVkMmQwODAyMWI5YTJmOTU4YWExMzM2NjNhZmFkN2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "69975d3e-81ea-42f4-93d2-cc637a38e20d"
}
],
"workloadContext": "Production"
}
2022-07-20T04:39:27.050Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-20T04:39:27.051Z|8c44a282-1161-4bab-bbf9-d53ab208c56b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e42889c0-e06b-4d1c-bdd1-93f3aaec952d ASDC
2022-07-20T04:39:27.051Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:35c188ec-903a-44f3-a3fe-b91b2ec5ae35
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e42889c0-e06b-4d1c-bdd1-93f3aaec952d
ServiceInvariantUUID:12e5bd1c-c926-4c33-8809-249925d1016c
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:69975d3e-81ea-42f4-93d2-cc637a38e20d
ArtifactChecksum:ZDVkMmQwODAyMWI5YTJmOTU4YWExMzM2NjNhZmFkN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6ae3996c-3dbd-4f9f-8166-0b27624a1291
ResourceInvariantUUID:bf80991a-e019-4e37-a61b-c552a2c38094
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:60d14e00-57b7-4b33-9d34-3d152f560dd5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-07-20T04:39:27.052Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e42889c0-e06b-4d1c-bdd1-93f3aaec952d 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-07-20T04:39:27.105Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:39:27.106Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:39:27.106Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:39:27.106Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 69975d3e-81ea-42f4-93d2-cc637a38e20d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-20T04:39:27.106Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:39:27.106Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-20T04:39:27.194Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:39:27.196Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 69975d3e-81ea-42f4-93d2-cc637a38e20d 52500
2022-07-20T04:39:27.197Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-20T04:39:27.197Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-20T04:39:27.197Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:39:27.197Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:39:27.200Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:39:27.200Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291967197,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:39:27.300Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:39:27.301Z||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-07-20T04:39:27.301Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:39:27.315Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:39:27.316Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:39:28.200Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:39:28.201Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:39:28.202Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 69975d3e-81ea-42f4-93d2-cc637a38e20d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.202Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-20T04:39:28.203Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.203Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.360Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9143831193890370446/Definitions/service-BasicNetwork-template.yml
2022-07-20T04:39:28.938Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-20T04:39:28.938Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:39:28.938Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.938Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-20T04:39:28.939Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:39:28.940Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:39:28.940Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.940Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-20T04:39:28.940Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:39:28.940Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:39:28.941Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:39:28.941Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.941Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-20T04:39:28.941Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:39:28.941Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:39:28.941Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:39:28.942Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.942Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:39:28.942Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.942Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:39:28.942Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.943Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:39:28.943Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.943Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:39:28.943Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.943Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e42889c0-e06b-4d1c-bdd1-93f3aaec952d
Model Version:NULL
Model InvariantUuid:12e5bd1c-c926-4c33-8809-249925d1016c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:bf80991a-e019-4e37-a61b-c552a2c38094
Model UUID:b48c5252-e8e0-401e-baa8-cd0d0af8e09b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:6ae3996c-3dbd-4f9f-8166-0b27624a1291
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-07-20T04:39:28.952Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 60d14e00-57b7-4b33-9d34-3d152f560dd5
2022-07-20T04:39:28.952Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||No resources found for Service: e42889c0-e06b-4d1c-bdd1-93f3aaec952d
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-07-20T04:39:28.960Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||
2022-07-20T04:39:28.961Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-07-20T04:39:28.962Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e42889c0-e06b-4d1c-bdd1-93f3aaec952d
2022-07-20T04:39:28.962Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e42889c0-e06b-4d1c-bdd1-93f3aaec952d
2022-07-20T04:39:28.962Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-07-20T04:39:28.963Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:39:28.967Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@62687d3c, org.onap.sdc.toscaparser.api.parameters.Input@51950451, org.onap.sdc.toscaparser.api.parameters.Input@31d2d37d, org.onap.sdc.toscaparser.api.parameters.Input@2c56d288, org.onap.sdc.toscaparser.api.parameters.Input@d76cba3]
2022-07-20T04:39:28.969Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:39:28.969Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.970Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:39:28.970Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.970Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e42889c0-e06b-4d1c-bdd1-93f3aaec952d: Generic NeutronNet
2022-07-20T04:39:28.971Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:39:28.971Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:28.971Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:39:28.971Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-07-20T04:39:29.007Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:39:29.007Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:29.008Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:39:29.008Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:29.008Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:39:29.008Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:39:29.009Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-20T04:39:29.067Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-07-20T04:39:29.067Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-20T04:39:29.067Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-20T04:39:29.067Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-20T04:39:29.067Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:39:29.069Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:39:29.070Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291969067,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-20T04:39:29.170Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:39:29.170Z||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-07-20T04:39:29.171Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:39:29.224Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:39:29.225Z||pool-38-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:39:30.070Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35c188ec-903a-44f3-a3fe-b91b2ec5ae35
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-07-20T04:39:30.081Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35c188ec-903a-44f3-a3fe-b91b2ec5ae35
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-07-20T04:39:30.085Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-20T04:39:30.085Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-20T04:39:30.085Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-20T04:39:30.086Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-20T04:39:30.091Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-20T04:40:00.091Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 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-07-20T04:40:00.098Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 and serviceModelVersionId: e42889c0-e06b-4d1c-bdd1-93f3aaec952d
2022-07-20T04:40:00.098Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 12e5bd1c-c926-4c33-8809-249925d1016c
2022-07-20T04:40:00.099Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/12e5bd1c-c926-4c33-8809-249925d1016c/model-vers/model-ver/e42889c0-e06b-4d1c-bdd1-93f3aaec952d?depth=0
2022-07-20T04:40:00.106Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-20T04:40:00.167Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12e5bd1c-c926-4c33-8809-249925d1016c/model-vers/model-ver/e42889c0-e06b-4d1c-bdd1-93f3aaec952d?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-07-20T04:40:00.169Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12e5bd1c-c926-4c33-8809-249925d1016c/model-vers/model-ver/e42889c0-e06b-4d1c-bdd1-93f3aaec952d?depth=0|INFO|500||Invoke
2022-07-20T04:40:00.191Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12e5bd1c-c926-4c33-8809-249925d1016c/model-vers/model-ver/e42889c0-e06b-4d1c-bdd1-93f3aaec952d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-20T04:40:00.385Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12e5bd1c-c926-4c33-8809-249925d1016c/model-vers/model-ver/e42889c0-e06b-4d1c-bdd1-93f3aaec952d?depth=0|INFO|500||InvokeReturn
2022-07-20T04:40:00.386Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12e5bd1c-c926-4c33-8809-249925d1016c/model-vers/model-ver/e42889c0-e06b-4d1c-bdd1-93f3aaec952d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220720-04:40:00:707-84464], vertex-id=[639032], Content-Length=[0], Date=[Wed, 20 Jul 2022 04:40:00 GMT], Content-Type=[application/json]}
2022-07-20T04:40:00.387Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-07-20T04:40:00.387Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-20T04:40:00.387Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-20T04:40:00.391Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-20T04:40:00.392Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35c188ec-903a-44f3-a3fe-b91b2ec5ae35 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-20T04:40:00.392Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-20T04:40:00.392Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:00.394Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:00.394Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658292000392,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-20T04:40:00.494Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:00.495Z||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-07-20T04:40:00.495Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:00.514Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:40:00.515Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 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-07-20T04:40:24.373Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:40:24.375Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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-07-20T04:40:24.375Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-20T04:40:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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-07-20T04:40:24.376Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|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 iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:24.510Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:40:24.510Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-20T04:40:24.510Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35c188ec-903a-44f3-a3fe-b91b2ec5ae35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658291964373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:40:24.511Z|84d24547-804c-49f8-8d99-bc3a77afe2d3|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-20T04:40:25.005Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:40:25.007Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-20T04:40:25.007Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a05eaeed-59b2-4a5a-8ce2-b064d4cda36c","serviceName":"Demo_pNF_G9afw481iq3ZM5My6dJr","serviceVersion":"1.0","serviceUUID":"1b1e246c-0f68-438a-bd3d-9e398a27f32e","serviceDescription":"catalog service description","serviceInvariantUUID":"cba72aba-d087-449f-9b05-57279539f1e5","resources":[{"resourceInstanceName":"pNF a43528d4-ae66 0","resourceName":"pNF a43528d4-ae66","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"928e9e09-82d9-46c7-8562-8085a0ad9192","resourceInvariantUUID":"40de7f71-36ab-4793-b4b2-6cc4ac68123a","resourceCustomizationUUID":"a797a5f9-2659-4252-9f0b-90ecb2c016b4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vf-license-model.xml","artifactChecksum":"N2E4MzQwMTFiNDY0ZTRmYzJlNTMxOWI1YmNkMGQ2N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cbb7de83-17c5-4a98-b588-bef3843d053a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/pNF.csar","artifactChecksum":"MWRmNThlZmZlY2E3NGY2MGY1YjI4MDg2ZWFkMDcxMGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3810296-6ff4-4ced-961e-21f6dc5b6c82","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6dd82d92-caaf-47d8-86d4-3256299b9cb6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vendor-license-model.xml","artifactChecksum":"YTIxNjIyNzA5YzhjZTIyZGU4MTc2NDUyMGEwMmEwNGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8251e4df-9b0c-439a-aa92-329fea3567ef","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e1256b8-62fd-43b1-b02d-e9ef22c16e5a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"20bce25b-b902-4279-aa1d-88ebc0e26da0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfG9afw481iq3zm5my6djr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-template.yml","artifactChecksum":"MzFmZjQwZTFhY2FiZWJkYjg2OTcwZjJkMGMyNTM2ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd0d8222-4049-4e75-a444-dca6c80657b8","artifactVersion":"1"},{"artifactName":"service-DemoPnfG9afw481iq3zm5my6djr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar","artifactChecksum":"OWIwN2JjMTg2MGU1YzI0NWNlOWYxYWZlODUxZjAwOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"828ee924-3ee3-42c8-ac20-a3c6aac2ae3e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-20T04:40:25.010Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:25.010Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:25.012Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:25.012Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658292024373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:40:25.112Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:25.113Z||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-07-20T04:40:25.114Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:25.127Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:40:25.128Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:26.013Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:26.014Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:26.016Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:26.016Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658292024373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:40:26.116Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:26.117Z||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-07-20T04:40:26.117Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:26.133Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:40:26.133Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:27.017Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:27.018Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:27.020Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:27.020Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658292024373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:40:27.120Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:27.122Z||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-07-20T04:40:27.122Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:27.136Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:40:27.137Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:28.021Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:28.022Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:28.024Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:28.024Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658292024373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:40:28.124Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:28.125Z||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-07-20T04:40:28.125Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:28.139Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:40:28.139Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:29.024Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:29.025Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:29.027Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:29.027Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658292024373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:40:29.127Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:29.128Z||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-07-20T04:40:29.128Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:29.164Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:40:29.164Z||pool-44-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:40:30.029Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:30.030Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:30.032Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:30.032Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658292024373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/resourceInstances/pnfa43528d4ae660/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:40:30.132Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:30.133Z||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-07-20T04:40:30.134Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:30.147Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:40:30.147Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-20T04:40:31.033Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:31.034Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:31.035Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:31.036Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658292024373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-20T04:40:31.136Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:31.137Z||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-07-20T04:40:31.137Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:31.151Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:40:31.152Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:32.037Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-20T04:40:32.042Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:32.045Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:32.046Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658292024373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
"status": "NOTIFIED"
}
2022-07-20T04:40:32.146Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:32.147Z||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-07-20T04:40:32.147Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:32.190Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:40:32.191Z||pool-47-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:33.047Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
"serviceName": "Demo_pNF_G9afw481iq3ZM5My6dJr",
"serviceVersion": "1.0",
"serviceUUID": "1b1e246c-0f68-438a-bd3d-9e398a27f32e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "cba72aba-d087-449f-9b05-57279539f1e5",
"resources": [
{
"resourceInstanceName": "pNF a43528d4-ae66 0",
"resourceCustomizationUUID": "a797a5f9-2659-4252-9f0b-90ecb2c016b4",
"resourceName": "pNF a43528d4-ae66",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "928e9e09-82d9-46c7-8562-8085a0ad9192",
"resourceInvariantUUID": "40de7f71-36ab-4793-b4b2-6cc4ac68123a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
"artifactChecksum": "OWIwN2JjMTg2MGU1YzI0NWNlOWYxYWZlODUxZjAwOTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "828ee924-3ee3-42c8-ac20-a3c6aac2ae3e"
}
],
"workloadContext": "Production"
}
2022-07-20T04:40:33.047Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-20T04:40:33.047Z|35c188ec-903a-44f3-a3fe-b91b2ec5ae35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1b1e246c-0f68-438a-bd3d-9e398a27f32e ASDC
2022-07-20T04:40:33.048Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a05eaeed-59b2-4a5a-8ce2-b064d4cda36c
ServiceName:Demo_pNF_G9afw481iq3ZM5My6dJr
ServiceVersion:1.0
ServiceUUID:1b1e246c-0f68-438a-bd3d-9e398a27f32e
ServiceInvariantUUID:cba72aba-d087-449f-9b05-57279539f1e5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
ArtifactUUID:828ee924-3ee3-42c8-ac20-a3c6aac2ae3e
ArtifactChecksum:OWIwN2JjMTg2MGU1YzI0NWNlOWYxYWZlODUxZjAwOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a43528d4-ae66 0
ResourceCustomizationUUID:a797a5f9-2659-4252-9f0b-90ecb2c016b4
ResourceInvariantUUID:40de7f71-36ab-4793-b4b2-6cc4ac68123a
ResourceName:pNF a43528d4-ae66
ResourceType:PNF
ResourceUUID:928e9e09-82d9-46c7-8562-8085a0ad9192
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-07-20T04:40:33.049Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b1e246c-0f68-438a-bd3d-9e398a27f32e 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-07-20T04:40:33.095Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:40:33.096Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:40:33.096Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:40:33.097Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 828ee924-3ee3-42c8-ac20-a3c6aac2ae3e from URL: /sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:33.097Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-20T04:40:33.097Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:33.163Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-20T04:40:33.167Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar 828ee924-3ee3-42c8-ac20-a3c6aac2ae3e 82651
2022-07-20T04:40:33.167Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar ASDC sendASDCNotification
2022-07-20T04:40:33.167Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:33.167Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-20T04:40:33.167Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-20T04:40:33.169Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-20T04:40:33.169Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a05eaeed-59b2-4a5a-8ce2-b064d4cda36c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658292033167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-20T04:40:33.269Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-20T04:40:33.270Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-20T04:40:33.271Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iWcJnuKKEqsC8mq4) ...
2022-07-20T04:40:33.285Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-20T04:40:33.285Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-20T04:40:34.170Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-20T04:40:34.171Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-20T04:40:34.171Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 828ee924-3ee3-42c8-ac20-a3c6aac2ae3e, URL: /sdc/v1/catalog/services/DemoPnfG9afw481iq3zm5my6djr/1.0/artifacts/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar to file: /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.171Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.172Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.172Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.273Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9731313298598054169/Definitions/service-DemoPnfG9afw481iq3zm5my6djr-template.yml
2022-07-20T04:40:34.955Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.956Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a43528d4-ae66 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.957Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG9afw481iq3zm5my6djr-csar.csar
2022-07-20T04:40:34.957Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-20T04:40:34.957Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:40:34.957Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_G9afw481iq3ZM5My6dJr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:40:34.957Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Node template pNF a43528d4-ae66 0 is matching search criteria
2022-07-20T04:40:34.957Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:40:34.957Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a43528d4-ae66 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:40:34.958Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:40:34.958Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_G9afw481iq3ZM5My6dJr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:40:34.958Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Node template pNF a43528d4-ae66 0 is matching search criteria
2022-07-20T04:40:34.958Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-20T04:40:34.958Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a43528d4-ae66 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-20T04:40:34.958Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:40:34.958Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_G9afw481iq3ZM5My6dJr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:40:34.959Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:40:34.959Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_G9afw481iq3ZM5My6dJr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:40:34.959Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-20T04:40:34.959Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_G9afw481iq3ZM5My6dJr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-20T04:40:34.959Z|a05eaeed-59b2-4a5a-8ce2-b064d4cda36c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery