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-05T03:51:16.967Z||main|||||INFO|500||The following profiles are active: basic
2022-07-05T03:51:43.037Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-05T03:51:43.039Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-05T03:51:43.339Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-05T03:51:51.625Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-05T03:51:52.536Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-05T03:51:53.945Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-05T03:51:53.989Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-05T03:51:54.331Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-05T03:51:55.010Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-05T03:51:56.478Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-05T03:52:03.995Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-05T03:52:08.492Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-05T03:52:08.620Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-05T03:52:09.723Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-05T03:52:10.312Z||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-05T03:52:12.606Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-05T03:52:15.012Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-05T03:52:15.104Z||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$$3b0cdf14.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-05T03:52:15.106Z||main|||||WARN|500||The sdc end point is not alive
2022-07-05T03:52:23.069Z||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-05T03:52:29.853Z||main|||||WARN|500||---
2022-07-05T03:52:29.854Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-05T03:52:29.855Z||main|||||WARN|500||---
2022-07-05T03:52:30.846Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-05T03:52:40.679Z||main|||||INFO|500||Started Application in 89.918 seconds (JVM running for 96.136)
2022-07-05T03:52:40.770Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T03:52:40.774Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T03:52:40.812Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T03:52:40.866Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T03:52:40.977Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 085ab22f-f3e9-4651-ab57-ea05ef339153 url= /sdc/v1/artifactTypes
2022-07-05T03:52:40.988Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T03:52:42.211Z||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.49.220] 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$$610f2d50.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-05T03:52:42.220Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@84a14cd
2022-07-05T03:52:42.221Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-05T03:52:42.250Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-05T03:52:42.256Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-05T03:52:42.261Z||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$$610f2d50.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-05T03:53:30.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T03:53:30.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T03:53:30.669Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T03:53:30.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T03:53:30.706Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0002ab05-7319-4b38-bde6-badaa7e813c1 url= /sdc/v1/artifactTypes
2022-07-05T03:53:30.707Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T03:53:31.766Z||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.49.220] 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$$610f2d50.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-05T03:53:31.767Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@100bce3
2022-07-05T03:53:31.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-05T03:53:31.768Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-05T03:53:31.773Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-05T03:53:31.775Z||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$$610f2d50.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-05T03:54:20.666Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T03:54:20.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T03:54:20.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T03:54:20.673Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T03:54:20.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 481cd4ab-082a-43ab-9c60-e7fd9a454f63 url= /sdc/v1/artifactTypes
2022-07-05T03:54:20.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T03:54:21.748Z||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.49.220] 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$$610f2d50.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-05T03:54:21.749Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@258ffc78
2022-07-05T03:54:21.749Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-05T03:54:21.749Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-05T03:54:21.750Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-05T03:54:21.751Z||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$$610f2d50.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-05T03:55:10.666Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T03:55:10.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T03:55:10.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T03:55:10.674Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T03:55:10.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7bc15b57-edf3-450f-9a14-46f7ef9ce1bf url= /sdc/v1/artifactTypes
2022-07-05T03:55:10.692Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T03:55:11.460Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-05T03:55:11.474Z||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-05T03:55:11.511Z||scheduling-1|||||DEBUG|500||create keys
2022-07-05T03:55:11.521Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-05T03:55:11.562Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T03:55:11.589Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 70eecef2-fff6-454e-a3c9-5dac82da83b4 url= /sdc/v1/registerForDistribution
2022-07-05T03:55:12.040Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 70eecef2-fff6-454e-a3c9-5dac82da83b4 url= /sdc/v1/registerForDistribution
2022-07-05T03:55:12.041Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-05T03:55:12.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:55:12.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:55:12.071Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-05T03:55:12.079Z||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-05T03:55:12.080Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:55:12.079Z||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-05T03:55:12.082Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:55:22.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T03:55:22.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T03:56:12.052Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:56:12.053Z||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-05T03:56:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:56:12.057Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:56:12.058Z||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-05T03:56:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:56:21.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T03:56:21.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T03:57:12.052Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:57:12.056Z||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-05T03:57:12.057Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:57:12.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:57:12.061Z||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-05T03:57:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:57:21.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T03:57:21.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T03:58:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:58:12.055Z||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-05T03:58:12.056Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:58:12.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:58:12.059Z||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-05T03:58:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:58:21.653Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T03:58:21.653Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T03:59:12.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:59:12.054Z||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-05T03:59:12.055Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:59:12.062Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:59:12.066Z||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-05T03:59:12.067Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:59:21.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T03:59:21.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:00:12.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:00:12.053Z||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-05T04:00:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:00:12.057Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:00:12.058Z||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-05T04:00:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:00:21.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:00:21.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:01:11.541Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-05T04:01:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:01:12.053Z||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-05T04:01:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:01:12.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:01:12.059Z||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-05T04:01:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:01:21.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:01:21.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:02:12.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:02:12.054Z||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-05T04:02:12.055Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:02:12.057Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:02:12.061Z||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-05T04:02:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:02:21.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:02:21.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:03:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:03:12.053Z||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-05T04:03:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:03:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:03:12.061Z||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-05T04:03:12.062Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:03:21.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:03:21.652Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:04:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:04:12.053Z||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-05T04:04:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:04:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:04:12.058Z||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-05T04:04:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:04:21.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:04:21.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:05:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:05:12.053Z||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-05T04:05:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:05:12.057Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:05:12.058Z||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-05T04:05:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:05:21.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:05:21.666Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:06:12.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:06:12.053Z||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-05T04:06:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:06:12.060Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:06:12.061Z||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-05T04:06:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:06:21.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:06:21.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:07:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:07:12.053Z||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-05T04:07:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:07:12.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:07:12.058Z||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-05T04:07:12.060Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:07:21.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:07:21.673Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:08:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:08:12.053Z||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-05T04:08:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:08:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:08:12.058Z||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-05T04:08:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:08:21.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:08:21.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:09:12.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:09:12.053Z||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-05T04:09:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:09:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:09:12.058Z||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-05T04:09:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:09:21.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:09:21.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:10:12.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:10:12.055Z||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-05T04:10:12.056Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:10:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:10:12.058Z||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-05T04:10:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:10:21.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:10:21.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:11:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:11:12.053Z||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-05T04:11:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:11:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:11:12.058Z||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-05T04:11:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:11:21.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:11:21.654Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:12:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:12:12.059Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:12:12.059Z||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-05T04:12:12.059Z||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-05T04:12:12.060Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:12:12.060Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:12:21.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:12:21.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:13:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:13:12.053Z||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-05T04:13:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:13:12.057Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:13:12.058Z||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-05T04:13:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:13:21.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:13:21.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:14:12.054Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:14:12.057Z||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-05T04:14:12.057Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:14:12.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:14:12.059Z||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-05T04:14:12.060Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:14:21.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:14:21.664Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:15:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:15:12.053Z||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-05T04:15:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:15:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:15:12.059Z||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-05T04:15:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:15:21.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:15:21.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:16:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:16:12.053Z||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-05T04:16:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:16:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:16:12.058Z||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-05T04:16:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:16:21.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:16:21.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:17:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:17:12.053Z||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-05T04:17:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:17:12.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:17:12.059Z||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-05T04:17:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:17:21.613Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:17:21.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:18:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:18:12.054Z||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-05T04:18:12.055Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:18:12.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:18:12.059Z||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-05T04:18:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:18:21.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:18:21.650Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:19:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:19:12.053Z||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-05T04:19:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:19:12.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:19:12.058Z||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-05T04:19:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:19:21.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:19:21.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:20:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:20:12.054Z||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-05T04:20:12.055Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:20:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:20:12.058Z||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-05T04:20:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:20:21.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:20:21.654Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:21:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:21:12.053Z||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-05T04:21:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:21:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:21:12.058Z||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-05T04:21:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:21:21.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:21:21.631Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:22:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:22:12.053Z||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-05T04:22:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:22:12.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:22:12.058Z||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-05T04:22:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:22:21.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:22:21.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:23:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:23:12.053Z||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-05T04:23:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:23:12.057Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:23:12.058Z||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-05T04:23:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:23:21.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:23:21.649Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:24:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:24:12.053Z||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-05T04:24:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:24:12.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:24:12.058Z||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-05T04:24:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:24:21.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:24:21.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:25:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:25:12.054Z||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-05T04:25:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:25:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:25:12.058Z||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-05T04:25:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:25:21.607Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:25:21.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:26:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:26:12.053Z||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-05T04:26:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:26:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:26:12.058Z||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-05T04:26:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:26:21.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:26:21.648Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:27:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:27:12.053Z||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-05T04:27:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:27:12.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:27:12.059Z||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-05T04:27:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:27:21.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:27:21.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:28:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:28:12.052Z||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-05T04:28:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:28:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:28:12.060Z||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-05T04:28:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:28:21.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:28:21.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:29:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:29:12.053Z||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-05T04:29:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:29:12.057Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:29:12.058Z||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-05T04:29:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:29:21.603Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:29:21.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:30:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:30:12.056Z||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-05T04:30:12.056Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:30:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:30:12.057Z||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-05T04:30:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:30:21.653Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:30:21.653Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:31:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:31:12.052Z||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-05T04:31:12.052Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:31:12.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:31:12.058Z||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-05T04:31:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:31:21.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:31:21.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:32:12.053Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:32:12.055Z||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-05T04:32:12.055Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:32:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:32:12.058Z||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-05T04:32:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:32:21.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:32:21.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:33:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:33:12.053Z||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-05T04:33:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:33:12.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:33:12.059Z||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-05T04:33:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:33:21.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:33:21.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:34:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:34:12.054Z||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-05T04:34:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:34:12.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:34:12.058Z||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-05T04:34:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:34:21.650Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:34:21.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:35:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:35:12.053Z||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-05T04:35:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:35:12.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:35:12.058Z||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-05T04:35:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:35:21.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:35:21.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:36:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:36:12.053Z||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-05T04:36:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:36:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:36:12.058Z||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-05T04:36:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:36:21.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:36:21.665Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:37:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:37:12.053Z||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-05T04:37:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:37:12.060Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:37:12.061Z||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-05T04:37:12.062Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:37:21.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:37:21.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:38:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:38:12.053Z||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-05T04:38:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:38:12.057Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:38:12.058Z||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-05T04:38:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:38:21.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:38:21.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:39:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:39:12.052Z||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-05T04:39:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:39:12.066Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:39:12.068Z||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-05T04:39:12.068Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:39:21.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:39:21.738Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:40:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:40:12.052Z||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-05T04:40:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:40:12.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:40:12.060Z||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-05T04:40:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:40:21.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:40:21.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:41:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:41:12.053Z||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-05T04:41:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:41:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:41:12.058Z||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-05T04:41:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:41:21.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:41:21.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:42:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:42:12.054Z||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-05T04:42:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:42:12.057Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:42:12.058Z||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-05T04:42:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:42:21.609Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:42:21.610Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:43:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:43:12.057Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:43:12.058Z||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-05T04:43:12.058Z||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-05T04:43:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:43:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:43:21.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:43:21.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:44:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:44:12.053Z||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-05T04:44:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:44:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:44:12.059Z||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-05T04:44:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:44:21.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:44:21.652Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:45:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:45:12.053Z||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-05T04:45:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:45:12.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:45:12.059Z||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-05T04:45:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:45:21.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:45:21.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:46:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:46:12.053Z||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-05T04:46:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:46:12.062Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:46:12.067Z||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-05T04:46:12.067Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:46:21.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:46:21.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:47:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:47:12.054Z||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-05T04:47:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:47:12.059Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:47:12.061Z||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-05T04:47:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:47:21.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:47:21.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:48:12.054Z||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-05T04:48:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:48:12.058Z||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-05T04:48:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:12.245Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:12.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "cds",
"timestamp": 1656996467278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "aai-ml",
"timestamp": 1656996471743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996469362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "clamp",
"timestamp": 1656996467604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996474126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "cds",
"timestamp": 1656996467278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "aai-ml",
"timestamp": 1656996471743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996469362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "NOTIFIED"
}
2022-07-05T04:48:12.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "clamp",
"timestamp": 1656996467604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "NOTIFIED"
}
2022-07-05T04:48:12.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "policy-id",
"timestamp": 1656996474715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996474126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "cds",
"timestamp": 1656996467278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "aai-ml",
"timestamp": 1656996471743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996469362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-05T04:48:12.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "clamp",
"timestamp": 1656996467604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "policy-id",
"timestamp": 1656996474715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996474126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "cds",
"timestamp": 1656996467278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "aai-ml",
"timestamp": 1656996471743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996469362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "clamp",
"timestamp": 1656996467604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996474126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "policy-id",
"timestamp": 1656996474715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-05T04:48:12.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "aai-ml",
"timestamp": 1656996471743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "cds",
"timestamp": 1656996467278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996469362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-05T04:48:12.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "clamp",
"timestamp": 1656996467604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996474126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "policy-id",
"timestamp": 1656996474715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "cds",
"timestamp": 1656996467278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "aai-ml",
"timestamp": 1656996471743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996469362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "clamp",
"timestamp": 1656996467604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "policy-id",
"timestamp": 1656996474715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996474126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "cds",
"timestamp": 1656996467278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:48:12.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "aai-ml",
"timestamp": 1656996471743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:48:12.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996469362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:48:12.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "clamp",
"timestamp": 1656996467604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:48:12.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996474126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "policy-id",
"timestamp": 1656996474715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "policy-id",
"timestamp": 1656996474715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:48:12.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996482064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:48:12.358Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "cds",
"timestamp": 1656996481972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:48:12.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "aai-ml",
"timestamp": 1656996482367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:48:12.372Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "cds",
"timestamp": 1656996482995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-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-05T04:48:12.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:12.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a939f0c-5687-428a-a917-4a302871ae4b","serviceName":"basic_onboard_wzoSlG","serviceVersion":"1.0","serviceUUID":"534bc292-415a-40c4-9422-6a576f558a50","serviceDescription":"service","serviceInvariantUUID":"da33a706-ee6a-4081-b02a-580caa40455a","resources":[{"resourceInstanceName":"basic_onboard_wzoSlG 0","resourceName":"basic_onboard_wzoSlG","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e390522b-59b0-438b-96b0-44abd775979c","resourceInvariantUUID":"7f22588b-64a9-454e-9d0e-8b891944d241","resourceCustomizationUUID":"3c71f257-209f-48e7-a73c-2bb5593d770b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml","artifactChecksum":"ZDU5NTNlZWNjZDU0ZWY4Y2I5NTFmMzE1YTdlMTQwNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"41ef733e-ed4a-446e-865e-4eca209261a0","artifactVersion":"1"},{"artifactName":"basic_onboard_wzoslg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json","artifactChecksum":"NzI2NjA4MjcxYjg4ZmI3ODA4ODcwZDZjYmU5ODUxZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea5d71f8-2e74-4e95-90e3-2bc51e264a7b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5f913a60-cc2b-4d06-8b72-4d5f8f54152e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38aec605-d728-4efe-b551-5458313616c1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"441e7b9c-05f2-456b-a8ea-71052cacae3f","artifactVersion":"2","generatedFromUUID":"5f913a60-cc2b-4d06-8b72-4d5f8f54152e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWzoslg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml","artifactChecksum":"YTNhYjE0OGU4NTViYjA1MDQwZjA1Y2U0M2QzZTM0OGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9cc93346-2e63-483c-81ef-cceb09928e7c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWzoslg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar","artifactChecksum":"ZDE2MzAyYThkMmEwZjEzZWY2MjFmYzdlMjVlNDJhN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d57be0c9-0361-4dca-9976-10665e75f321","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T04:48:12.738Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a939f0c-5687-428a-a917-4a302871ae4b
2022-07-05T04:48:12.741Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:48:12.765Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:12.789Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a939f0c-5687-428a-a917-4a302871ae4b and ComponentName cds
2022-07-05T04:48:12.810Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:12.811Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996492051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
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-05T04:48:12.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996483370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:48:12.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "policy-id",
"timestamp": 1656996482952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:48:12.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "policy-id",
"timestamp": 1656996483989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:48:12.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996484589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:48:12.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996484684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "policy-id",
"timestamp": 1656996485009,
"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-05T04:48:12.887Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a939f0c-5687-428a-a917-4a302871ae4b
2022-07-05T04:48:12.887Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a939f0c-5687-428a-a917-4a302871ae4b 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-05T04:48:12.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996485674,
"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-05T04:48:12.910Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-07-05T04:48:12.912Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a939f0c-5687-428a-a917-4a302871ae4b
2022-07-05T04:48:12.912Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a939f0c-5687-428a-a917-4a302871ae4b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:48:12.919Z||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-05T04:48:12.919Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-05T04:48:12.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996484684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996486678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-05T04:48:12.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996484684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "clamp",
"timestamp": 1656996487656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:48:12.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996484684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.942Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:12.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996484684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "clamp",
"timestamp": 1656996489554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:48:12.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996484684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:12.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "clamp",
"timestamp": 1656996490562,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
2022-07-05T04:48:12.948Z||pool-3-thread-1|||||INFO|500||cambria reply ok (31 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=?
2022-07-05T04:48:12.975Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6a939f0c-5687-428a-a917-4a302871ae4b
2022-07-05T04:48:12.976Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a939f0c-5687-428a-a917-4a302871ae4b 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-05T04:48:13.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:13.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996484684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:48:13.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:48:13.828Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:48:13.829Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:13.832Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:13.832Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996492051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "NOTIFIED"
}
2022-07-05T04:48:13.932Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:48:13.935Z||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-05T04:48:13.935Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:13.962Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:13.963Z||pool-4-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:14.833Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:48:14.834Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:14.838Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:14.839Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996492051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-05T04:48:14.940Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T04:48:14.942Z||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-05T04:48:14.942Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:14.960Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:14.961Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:15.840Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:48:15.841Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:15.844Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:15.844Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996492051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:15.945Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:48:15.946Z||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-05T04:48:15.947Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:15.964Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:15.965Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:16.851Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:48:16.853Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:16.859Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:16.861Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996492051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-05T04:48:16.961Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-05T04:48:16.962Z||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-05T04:48:16.962Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:16.977Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:16.978Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:17.870Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:48:17.873Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:17.875Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:17.876Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996492051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:48:17.976Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:48:17.977Z||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-05T04:48:17.977Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:17.998Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:17.999Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:18.877Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:48:18.879Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:18.885Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:18.885Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996492051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:48:18.987Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-05T04:48:18.989Z||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-05T04:48:18.990Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:19.013Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:19.014Z||pool-9-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:19.891Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"serviceName": "basic_onboard_wzoSlG",
"serviceVersion": "1.0",
"serviceUUID": "534bc292-415a-40c4-9422-6a576f558a50",
"serviceDescription": "service",
"serviceInvariantUUID": "da33a706-ee6a-4081-b02a-580caa40455a",
"resources": [
{
"resourceInstanceName": "basic_onboard_wzoSlG 0",
"resourceCustomizationUUID": "3c71f257-209f-48e7-a73c-2bb5593d770b",
"resourceName": "basic_onboard_wzoSlG",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e390522b-59b0-438b-96b0-44abd775979c",
"resourceInvariantUUID": "7f22588b-64a9-454e-9d0e-8b891944d241",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wzoslg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"artifactChecksum": "NzI2NjA4MjcxYjg4ZmI3ODA4ODcwZDZjYmU5ODUxZmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ea5d71f8-2e74-4e95-90e3-2bc51e264a7b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5f913a60-cc2b-4d06-8b72-4d5f8f54152e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "441e7b9c-05f2-456b-a8ea-71052cacae3f",
"generatedFromUUID": "5f913a60-cc2b-4d06-8b72-4d5f8f54152e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "441e7b9c-05f2-456b-a8ea-71052cacae3f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWzoslg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"artifactChecksum": "ZDE2MzAyYThkMmEwZjEzZWY2MjFmYzdlMjVlNDJhN2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d57be0c9-0361-4dca-9976-10665e75f321"
}
],
"workloadContext": "Production"
}
2022-07-05T04:48:19.895Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T04:48:19.903Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 534bc292-415a-40c4-9422-6a576f558a50 ASDC
2022-07-05T04:48:20.127Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6a939f0c-5687-428a-a917-4a302871ae4b
ServiceName:basic_onboard_wzoSlG
ServiceVersion:1.0
ServiceUUID:534bc292-415a-40c4-9422-6a576f558a50
ServiceInvariantUUID:da33a706-ee6a-4081-b02a-580caa40455a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWzoslg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar
ArtifactUUID:d57be0c9-0361-4dca-9976-10665e75f321
ArtifactChecksum:ZDE2MzAyYThkMmEwZjEzZWY2MjFmYzdlMjVlNDJhN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_wzoSlG 0
ResourceCustomizationUUID:3c71f257-209f-48e7-a73c-2bb5593d770b
ResourceInvariantUUID:7f22588b-64a9-454e-9d0e-8b891944d241
ResourceName:basic_onboard_wzoSlG
ResourceType:VF
ResourceUUID:e390522b-59b0-438b-96b0-44abd775979c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wzoslg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json
ArtifactUUID:ea5d71f8-2e74-4e95-90e3-2bc51e264a7b
ArtifactChecksum:NzI2NjA4MjcxYjg4ZmI3ODA4ODcwZDZjYmU5ODUxZmI=
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/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5f913a60-cc2b-4d06-8b72-4d5f8f54152e
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/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env
ArtifactUUID:441e7b9c-05f2-456b-a8ea-71052cacae3f
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/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env
ArtifactUUID:441e7b9c-05f2-456b-a8ea-71052cacae3f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-05T04:48:20.128Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 534bc292-415a-40c4-9422-6a576f558a50 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-05T04:48:20.228Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T04:48:20.231Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-05T04:48:20.234Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-05T04:48:20.235Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d57be0c9-0361-4dca-9976-10665e75f321 from URL: /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:20.235Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:48:20.237Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:20.453Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:48:20.496Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar d57be0c9-0361-4dca-9976-10665e75f321 71596
2022-07-05T04:48:20.499Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar ASDC sendASDCNotification
2022-07-05T04:48:20.499Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:20.501Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:48:20.503Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:20.511Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:20.512Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996500497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:48:20.616Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-05T04:48:20.633Z||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-05T04:48:20.634Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:20.652Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:20.653Z||pool-10-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:48:21.515Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T04:48:21.517Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-05T04:48:21.518Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d57be0c9-0361-4dca-9976-10665e75f321, URL: /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar to file: /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:21.519Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:21.758Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:21.759Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:22.953Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16454398730975631400/Definitions/service-BasicOnboardWzoslg-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-05T04:48:27.249Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T04:48:27.259Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-05T04:48:27.259Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.260Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-05T04:48:27.260Z|6a939f0c-5687-428a-a917-4a302871ae4b|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-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.260Z|6a939f0c-5687-428a-a917-4a302871ae4b|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-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.260Z|6a939f0c-5687-428a-a917-4a302871ae4b|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-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.261Z|6a939f0c-5687-428a-a917-4a302871ae4b|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-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.261Z|6a939f0c-5687-428a-a917-4a302871ae4b|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-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.261Z|6a939f0c-5687-428a-a917-4a302871ae4b|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-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.261Z|6a939f0c-5687-428a-a917-4a302871ae4b|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-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.261Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_wzoSlG 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-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.261Z|6a939f0c-5687-428a-a917-4a302871ae4b|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-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.262Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-05T04:48:27.273Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:27.276Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:27.285Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:27.286Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-05T04:48:27.288Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T04:48:27.291Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:27.291Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:27.292Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:27.292Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-05T04:48:27.292Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T04:48:27.292Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:27.293Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:27.299Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:27.299Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is not matching search criteria
2022-07-05T04:48:27.300Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-05T04:48:27.300Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-05T04:48:27.300Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-05T04:48:27.301Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-05T04:48:27.301Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T04:48:27.301Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:27.302Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T04:48:27.304Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:27.305Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:27.305Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:48:27.306Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:27.306Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:27.306Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:48:27.307Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:27.307Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:27.307Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:48:27.308Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:27.308Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is not matching search criteria
2022-07-05T04:48:27.308Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-05T04:48:27.309Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-05T04:48:27.309Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ea68663e-14e2-487e-af5a-8c2a952ee1f0
2022-07-05T04:48:27.309Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:27.309Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:27.310Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:27.310Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:27.310Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:27.311Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:27.311Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:27.311Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:27.312Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_wzoSlG
Description:service
Model UUID:534bc292-415a-40c4-9422-6a576f558a50
Model Version:NULL
Model InvariantUuid:da33a706-ee6a-4081-b02a-580caa40455a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_wzoSlG
Model UUID:ee2a6452-533a-495d-ab9e-0f5c6810d842
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7f22588b-64a9-454e-9d0e-8b891944d241
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3c71f257-209f-48e7-a73c-2bb5593d770b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ce86d8c7-6c1a-4ab5-8e16-f1823ddf6247
ModelName:BasicOnboardWzoslg..base_ubuntu18..module-0
ModelUuid:9fe9e746-1835-49a1-9b47-7051ae8728d8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ea68663e-14e2-487e-af5a-8c2a952ee1f0
ModelInvariantUuid:e9631a6e-26a8-429a-9750-768faf839e35
ModelName:basic_onboard_wzoSlG-nodes.ubuntu18Cvfc
ModelUuid:fd06f69d-20bc-4832-a249-ca8cddd1a4d1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:bf70dd05-9ead-4321-9005-dade1b08fc9d
ModelInvariantUuid:7eca10c9-3fe6-4d11-8f0b-4ad4df75fc78
ModelName:BasicOnboardWzoslg.compute.nodes.heat.ubuntu18
ModelUuid:2cea54b7-1187-4855-9d09-952e3bdc78f7
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-05T04:48:27.348Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e390522b-59b0-438b-96b0-44abd775979c
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-05T04:48:27.536Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||basic_onboard_wzoSlG 0
2022-07-05T04:48:27.550Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e390522b-59b0-438b-96b0-44abd775979c
2022-07-05T04:48:27.551Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ea5d71f8-2e74-4e95-90e3-2bc51e264a7b from URL: /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json
2022-07-05T04:48:27.551Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:48:27.551Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json
2022-07-05T04:48:27.743Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:48:27.744Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json ea5d71f8-2e74-4e95-90e3-2bc51e264a7b 798
2022-07-05T04:48:27.744Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json ASDC sendASDCNotification
2022-07-05T04:48:27.744Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json
2022-07-05T04:48:27.745Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:48:27.745Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:27.749Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:27.750Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996507744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:48:27.850Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:48:27.853Z||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-05T04:48:27.853Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:27.872Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:27.873Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:28.751Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWzoslg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ce86d8c7-6c1a-4ab5-8e16-f1823ddf6247",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9fe9e746-1835-49a1-9b47-7051ae8728d8",
"vfModuleModelCustomizationUUID": "c98850b0-e569-40e2-be86-70d8b54d2493",
"isBase": true,
"artifacts": [
"5f913a60-cc2b-4d06-8b72-4d5f8f54152e",
"441e7b9c-05f2-456b-a8ea-71052cacae3f"
],
"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-05T04:48:28.781Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWzoslg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9fe9e746-1835-49a1-9b47-7051ae8728d8
VfModuleModelInvariantUUID:ce86d8c7-6c1a-4ab5-8e16-f1823ddf6247
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f913a60-cc2b-4d06-8b72-4d5f8f54152e
,
441e7b9c-05f2-456b-a8ea-71052cacae3f
}
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-05T04:48:28.793Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWzoslg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ce86d8c7-6c1a-4ab5-8e16-f1823ddf6247",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9fe9e746-1835-49a1-9b47-7051ae8728d8",
"vfModuleModelCustomizationUUID": "c98850b0-e569-40e2-be86-70d8b54d2493",
"isBase": true,
"artifacts": [
"5f913a60-cc2b-4d06-8b72-4d5f8f54152e",
"441e7b9c-05f2-456b-a8ea-71052cacae3f"
],
"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-05T04:48:28.798Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWzoslg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9fe9e746-1835-49a1-9b47-7051ae8728d8
VfModuleModelInvariantUUID:ce86d8c7-6c1a-4ab5-8e16-f1823ddf6247
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f913a60-cc2b-4d06-8b72-4d5f8f54152e
,
441e7b9c-05f2-456b-a8ea-71052cacae3f
}
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-05T04:48:28.799Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5f913a60-cc2b-4d06-8b72-4d5f8f54152e from URL: /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml
2022-07-05T04:48:28.799Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:48:28.799Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml
2022-07-05T04:48:28.894Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:48:28.895Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml 5f913a60-cc2b-4d06-8b72-4d5f8f54152e 5033
2022-07-05T04:48:28.896Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-05T04:48:28.897Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml
2022-07-05T04:48:28.897Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:48:28.898Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:28.918Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:28.919Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996508896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:48:29.019Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:48:29.021Z||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-05T04:48:29.021Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:29.038Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:29.039Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:29.920Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 441e7b9c-05f2-456b-a8ea-71052cacae3f from URL: /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env
2022-07-05T04:48:29.922Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:48:29.922Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env
2022-07-05T04:48:30.158Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:48:30.159Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env 441e7b9c-05f2-456b-a8ea-71052cacae3f 909
2022-07-05T04:48:30.159Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-05T04:48:30.159Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env
2022-07-05T04:48:30.160Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:48:30.160Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:30.163Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:30.163Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996510159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:48:30.264Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T04:48:30.265Z||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-05T04:48:30.266Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:30.283Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:30.285Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:31.164Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 534bc292-415a-40c4-9422-6a576f558a50
2022-07-05T04:48:31.165Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_wzoSlG 0 e390522b-59b0-438b-96b0-44abd775979c 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-05T04:48:31.217Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f860a6d, org.onap.sdc.toscaparser.api.parameters.Input@40593793, org.onap.sdc.toscaparser.api.parameters.Input@3be8f805, org.onap.sdc.toscaparser.api.parameters.Input@22c94311, org.onap.sdc.toscaparser.api.parameters.Input@2d93e047]
2022-07-05T04:48:31.227Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:31.228Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.228Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-07-05T04:48:31.228Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 3c71f257-209f-48e7-a73c-2bb5593d770b
2022-07-05T04:48:31.229Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c71f257-209f-48e7-a73c-2bb5593d770b matches Tosca VF Customization UUID: 3c71f257-209f-48e7-a73c-2bb5593d770b
2022-07-05T04:48:31.229Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 3c71f257-209f-48e7-a73c-2bb5593d770b 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-05T04:48:31.252Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:31.253Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.255Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 3c71f257-209f-48e7-a73c-2bb5593d770b: {\"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-05T04:48:31.256Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d78adc6
2022-07-05T04:48:31.256Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:31.256Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T04:48:31.257Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c98850b0-e569-40e2-be86-70d8b54d2493
2022-07-05T04:48:31.259Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c98850b0-e569-40e2-be86-70d8b54d2493
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-05T04:48:31.277Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:31.278Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:31.278Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:48:31.280Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:31.280Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:31.281Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:48:31.281Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:31.281Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is not matching search criteria
2022-07-05T04:48:31.283Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-05T04:48:31.284Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-05T04:48:31.284Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ea68663e-14e2-487e-af5a-8c2a952ee1f0
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-05T04:48:31.311Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:31.312Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:31.312Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:48:31.313Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:31.313Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:31.313Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0] matching following query criteria: sdcType=VF, customizationUUID=3c71f257-209f-48e7-a73c-2bb5593d770b
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-05T04:48:31.320Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:31.322Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.323Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 534bc292-415a-40c4-9422-6a576f558a50: basic_onboard_wzoSlG
2022-07-05T04:48:31.323Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:31.324Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.324Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:31.324Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.325Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:31.325Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.326Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:31.326Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.326Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:48:31.327Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.327Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_wzoSlG
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-05T04:48:31.623Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_wzoSlG e390522b-59b0-438b-96b0-44abd775979c 1 ASDC deployResourceStructure
2022-07-05T04:48:31.623Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json ASDC sendASDCNotification
2022-07-05T04:48:31.624Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json
2022-07-05T04:48:31.624Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:48:31.624Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:31.631Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:31.635Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996511623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-05T04:48:31.729Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-07-05T04:48:31.730Z||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-05T04:48:31.730Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:31.756Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:31.758Z||pool-14-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:32.641Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-05T04:48:32.641Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml
2022-07-05T04:48:32.641Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:48:32.641Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:32.645Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:32.645Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996512640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-05T04:48:32.745Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:48:32.747Z||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-05T04:48:32.747Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:32.765Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:32.766Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:48:33.646Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-05T04:48:33.646Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env
2022-07-05T04:48:33.647Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:48:33.650Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:33.652Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:33.653Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996513646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-05T04:48:33.753Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:48:33.755Z||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-05T04:48:33.755Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:33.773Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:33.774Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:34.654Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar ASDC sendASDCNotification
2022-07-05T04:48:34.655Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:34.656Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:48:34.657Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:34.661Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:34.661Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996514654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:48:34.762Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T04:48:34.764Z||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-05T04:48:34.764Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:34.787Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:48:34.788Z||pool-17-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:48:35.663Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
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-05T04:48:35.701Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
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-05T04:48:35.707Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T04:48:35.707Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T04:48:35.707Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T04:49:05.714Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
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-05T04:49:05.734Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
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-05T04:49:05.749Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T04:49:05.752Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T04:49:05.752Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T04:49:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:49:12.058Z||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-05T04:49:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:49:12.090Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:49:12.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:49:12.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996492670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:49:12.092Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:49:35.758Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
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-05T04:49:35.780Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
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-05T04:49:35.786Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T04:49:35.786Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T04:49:35.786Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T04:50:05.791Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
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-05T04:50:05.815Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
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-05T04:50:05.823Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T04:50:05.823Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T04:50:05.824Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T04:50:12.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:50:12.060Z||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-05T04:50:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:50:12.102Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:50:12.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996492051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:50:12.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:50:12.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996492051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "NOTIFIED"
}
2022-07-05T04:50:12.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:50:12.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "aai-ml",
"timestamp": 1656996495075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:50:12.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996492051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-05T04:50:12.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:50:12.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "aai-ml",
"timestamp": 1656996496082,
"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-05T04:50:12.119Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a939f0c-5687-428a-a917-4a302871ae4b
2022-07-05T04:50:12.120Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a939f0c-5687-428a-a917-4a302871ae4b 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-05T04:50:12.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996492051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:50:12.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:50:12.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996496994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:50:12.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996492051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-05T04:50:12.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:50:12.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996498000,
"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-05T04:50:12.143Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a939f0c-5687-428a-a917-4a302871ae4b
2022-07-05T04:50:12.144Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a939f0c-5687-428a-a917-4a302871ae4b 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-05T04:50:12.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996492051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:50:12.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:50:12.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996492051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:50:12.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:50:12.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996500497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:50:12.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996507744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:50:12.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996508896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:50:12.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996510159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:50:12.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996511623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-05T04:50:12.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996512640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-05T04:50:12.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996513646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-05T04:50:12.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996514654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:50:12.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:35.824Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
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-05T04:50:35.843Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
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-05T04:50:35.857Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T04:50:35.857Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T04:50:35.857Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T04:50:35.857Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T04:50:35.857Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T04:50:35.858Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T04:50:35.858Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T04:50:35.858Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T04:50:35.858Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T04:50:35.858Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T04:50:35.858Z|6a939f0c-5687-428a-a917-4a302871ae4b|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-05T04:50:35.870Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T04:51:05.871Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b 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-05T04:51:05.918Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a939f0c-5687-428a-a917-4a302871ae4b and serviceModelVersionId: 534bc292-415a-40c4-9422-6a576f558a50
2022-07-05T04:51:05.919Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da33a706-ee6a-4081-b02a-580caa40455a
2022-07-05T04:51:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:51:12.058Z||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-05T04:51:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:12.607Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:12.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "cds",
"timestamp": 1656996572278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996574684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "policy-id",
"timestamp": 1656996574715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996574126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "cds",
"timestamp": 1656996572278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996574684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "policy-id",
"timestamp": 1656996574715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996574126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "cds",
"timestamp": 1656996572278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996574684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "policy-id",
"timestamp": 1656996574715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-05T04:51:12.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996574126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "cds",
"timestamp": 1656996572278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996574684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996574126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "policy-id",
"timestamp": 1656996574715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996574684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "cds",
"timestamp": 1656996572278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "policy-id",
"timestamp": 1656996574715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996574126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996574684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "cds",
"timestamp": 1656996572278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "policy-id",
"timestamp": 1656996574715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996574126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996574684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:51:12.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "cds",
"timestamp": 1656996572278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:51:12.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996574126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "policy-id",
"timestamp": 1656996574715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:51:12.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "cds",
"timestamp": 1656996587427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.633Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996587724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "policy-id",
"timestamp": 1656996587123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "cds",
"timestamp": 1656996588442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-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-05T04:51:12.666Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd9e2964-05d4-4c55-b74a-fc1ceee0a511
2022-07-05T04:51:12.666Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd9e2964-05d4-4c55-b74a-fc1ceee0a511 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-05T04:51:12.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "policy-id",
"timestamp": 1656996588130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:51:12.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "clamp",
"timestamp": 1656996587607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "policy-id",
"timestamp": 1656996589135,
"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-05T04:51:12.717Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd9e2964-05d4-4c55-b74a-fc1ceee0a511
2022-07-05T04:51:12.718Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd9e2964-05d4-4c55-b74a-fc1ceee0a511 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-05T04:51:12.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "clamp",
"timestamp": 1656996587607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "NOTIFIED"
}
2022-07-05T04:51:12.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996589362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "clamp",
"timestamp": 1656996587607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996591077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:51:12.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996589362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "NOTIFIED"
}
2022-07-05T04:51:12.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "clamp",
"timestamp": 1656996587607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996592081,
"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-05T04:51:12.823Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd9e2964-05d4-4c55-b74a-fc1ceee0a511
2022-07-05T04:51:12.824Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd9e2964-05d4-4c55-b74a-fc1ceee0a511 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-05T04:51:12.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996589362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-05T04:51:12.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "aai-ml",
"timestamp": 1656996591742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "clamp",
"timestamp": 1656996587607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996589362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "aai-ml",
"timestamp": 1656996591742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "clamp",
"timestamp": 1656996587607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996589362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "aai-ml",
"timestamp": 1656996591742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "clamp",
"timestamp": 1656996587607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:51:12.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996589362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "aai-ml",
"timestamp": 1656996591742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996589362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "aai-ml",
"timestamp": 1656996591742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "aai-ml",
"timestamp": 1656996591742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996597209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "aai-ml",
"timestamp": 1656996591742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996598552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "aai-ml",
"timestamp": 1656996599633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996599745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996600775,
"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-05T04:51:12.905Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd9e2964-05d4-4c55-b74a-fc1ceee0a511
2022-07-05T04:51:12.906Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd9e2964-05d4-4c55-b74a-fc1ceee0a511 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-05T04:51:12.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996601779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "DEPLOY_OK"
}
2022-07-05T04:51:12.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "clamp",
"timestamp": 1656996605539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "clamp",
"timestamp": 1656996607554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:51:12.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "clamp",
"timestamp": 1656996608560,
"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-05T04:51:12.968Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fd9e2964-05d4-4c55-b74a-fc1ceee0a511
2022-07-05T04:51:12.969Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd9e2964-05d4-4c55-b74a-fc1ceee0a511 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-05T04:51:12.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "aai-ml",
"timestamp": 1656996609856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:51:12.994Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "aai-ml",
"timestamp": 1656996610860,
"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-05T04:51:13.002Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd9e2964-05d4-4c55-b74a-fc1ceee0a511
2022-07-05T04:51:13.002Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd9e2964-05d4-4c55-b74a-fc1ceee0a511 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-05T04:51:31.199Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0
2022-07-05T04:51:31.374Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T04:51:32.180Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0|INFO|500||Invoke
2022-07-05T04:51:32.193Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a939f0c-5687-428a-a917-4a302871ae4b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9bc23015-75f4-4369-8e77-691d9b3d13d3], X-ECOMP-RequestID=[6a939f0c-5687-428a-a917-4a302871ae4b], X-TransactionId=[], X-ONAP-RequestID=[6a939f0c-5687-428a-a917-4a302871ae4b], Content-Type=[application/merge-patch+json]}
2022-07-05T04:51:32.374Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-05T04:51:32.664Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?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/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220705-04:51:32:888-97155], vertex-id=[176368], Content-Length=[0], Date=[Tue, 05 Jul 2022 04:51:32 GMT], Content-Type=[application/json]}
2022-07-05T04:51:32.669Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T04:51:32.672Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0|INFO|500||InvokeReturn
2022-07-05T04:51:32.678Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T04:51:32.679Z|6a939f0c-5687-428a-a917-4a302871ae4b|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-05T04:51:32.688Z|6a939f0c-5687-428a-a917-4a302871ae4b|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-05T04:51:32.690Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a939f0c-5687-428a-a917-4a302871ae4b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T04:51:32.692Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T04:51:32.693Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:32.696Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:32.696Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996692690,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T04:51:32.808Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-07-05T04:51:32.809Z||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-05T04:51:32.809Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:32.846Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:32.852Z||pool-18-thread-1|||||INFO|500||cambria reply ok (44 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-05T04:51:33.725Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:51:33.726Z|6a939f0c-5687-428a-a917-4a302871ae4b|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-05T04:51:33.727Z|6a939f0c-5687-428a-a917-4a302871ae4b|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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:38.150Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:38.152Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T04:51:38.152Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd9e2964-05d4-4c55-b74a-fc1ceee0a511","serviceName":"vFW 2022-07-05 04-48-03","serviceVersion":"1.0","serviceUUID":"e3fc7e22-6be2-4dae-9389-b96edba3db4c","serviceDescription":"catalog service description","serviceInvariantUUID":"d96e908f-a848-4a8c-ae63-089d459c10e9","resources":[{"resourceInstanceName":"vFW df9fa575-9f25 0","resourceName":"vFW df9fa575-9f25","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d84da5f0-7c32-4873-919a-b8252ac7ec31","resourceInvariantUUID":"459ff42d-279a-4656-9853-fbd809f15391","resourceCustomizationUUID":"093fdad2-3002-4ea8-aa74-a33b7fc20beb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml","artifactChecksum":"MmFlYjQ4ZmQ5ZDVlMTQyYzgyM2Y3YzA1OTIzZmIzMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3981898-03c6-4e0e-bff5-cf77f5302e2c","artifactVersion":"1"},{"artifactName":"vfwdf9fa5759f250_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json","artifactChecksum":"YjBhMzJkYTEwNmJmNWI3NjgxODMzMGI3MzRiYzUyMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"492543ac-aa00-487d-b90c-20e46842b079","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"258d01a8-703e-4a7c-b4c5-8b9242ce1ef6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml","artifactChecksum":"NzBiZjk1YzE5YjZiMGI2ZDU1NmIzMTg1MWFmMjIxZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"87112fca-8b78-48a5-abc5-55e80667332f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c5ac8c25-efd9-4593-8f4c-90da13aab365","artifactVersion":"3","generatedFromUUID":"258d01a8-703e-4a7c-b4c5-8b9242ce1ef6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220705044803-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml","artifactChecksum":"MTE1MDM3MWQzNzk1N2RjZDUwYzIyMjM5YTg2NmM5MzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b65cb4a-34aa-45d8-84b8-a0ff4c82af60","artifactVersion":"1"},{"artifactName":"service-Vfw20220705044803-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar","artifactChecksum":"MjZhOWNlZDRjYWE0NzRhOWU0ZDI4ZDY3NzA4Y2RmOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e54b6be-881b-4037-b21e-f09f3d70b8de","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T04:51:38.155Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:51:38.155Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:38.157Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:38.157Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996693724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:38.264Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-07-05T04:51:38.265Z||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-05T04:51:38.265Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:38.320Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:38.321Z||pool-19-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:39.158Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:51:39.159Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:39.162Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:39.162Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996693724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "NOTIFIED"
}
2022-07-05T04:51:39.262Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:51:39.263Z||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-05T04:51:39.263Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:39.279Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:39.280Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:51:40.163Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:51:40.164Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:40.166Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:40.166Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996693724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-05T04:51:40.266Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:51:40.268Z||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-05T04:51:40.268Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:40.288Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:40.289Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:41.167Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:51:41.168Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:41.170Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:41.171Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996693724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:41.272Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:51:41.273Z||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-05T04:51:41.273Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:41.290Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:41.292Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:42.173Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:51:42.173Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:42.176Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:42.176Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996693724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-05T04:51:42.277Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T04:51:42.279Z||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-05T04:51:42.279Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:42.300Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:42.301Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:43.177Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:51:43.177Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:43.188Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:43.188Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996693724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:51:43.280Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-07-05T04:51:43.281Z||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-05T04:51:43.281Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:43.298Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:43.299Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:44.189Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:51:44.189Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:44.195Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:44.195Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996693724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:51:44.295Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:51:44.297Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T04:51:44.297Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:44.314Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:44.315Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:51:45.199Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"serviceName": "vFW 2022-07-05 04-48-03",
"serviceVersion": "1.0",
"serviceUUID": "e3fc7e22-6be2-4dae-9389-b96edba3db4c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d96e908f-a848-4a8c-ae63-089d459c10e9",
"resources": [
{
"resourceInstanceName": "vFW df9fa575-9f25 0",
"resourceCustomizationUUID": "093fdad2-3002-4ea8-aa74-a33b7fc20beb",
"resourceName": "vFW df9fa575-9f25",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d84da5f0-7c32-4873-919a-b8252ac7ec31",
"resourceInvariantUUID": "459ff42d-279a-4656-9853-fbd809f15391",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwdf9fa5759f250_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"artifactChecksum": "YjBhMzJkYTEwNmJmNWI3NjgxODMzMGI3MzRiYzUyMWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "492543ac-aa00-487d-b90c-20e46842b079",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "258d01a8-703e-4a7c-b4c5-8b9242ce1ef6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "c5ac8c25-efd9-4593-8f4c-90da13aab365",
"generatedFromUUID": "258d01a8-703e-4a7c-b4c5-8b9242ce1ef6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "c5ac8c25-efd9-4593-8f4c-90da13aab365",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220705044803-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"artifactChecksum": "MjZhOWNlZDRjYWE0NzRhOWU0ZDI4ZDY3NzA4Y2RmOGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8e54b6be-881b-4037-b21e-f09f3d70b8de"
}
],
"workloadContext": "Production"
}
2022-07-05T04:51:45.200Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T04:51:45.201Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3fc7e22-6be2-4dae-9389-b96edba3db4c ASDC
2022-07-05T04:51:45.202Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fd9e2964-05d4-4c55-b74a-fc1ceee0a511
ServiceName:vFW 2022-07-05 04-48-03
ServiceVersion:1.0
ServiceUUID:e3fc7e22-6be2-4dae-9389-b96edba3db4c
ServiceInvariantUUID:d96e908f-a848-4a8c-ae63-089d459c10e9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220705044803-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar
ArtifactUUID:8e54b6be-881b-4037-b21e-f09f3d70b8de
ArtifactChecksum:MjZhOWNlZDRjYWE0NzRhOWU0ZDI4ZDY3NzA4Y2RmOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW df9fa575-9f25 0
ResourceCustomizationUUID:093fdad2-3002-4ea8-aa74-a33b7fc20beb
ResourceInvariantUUID:459ff42d-279a-4656-9853-fbd809f15391
ResourceName:vFW df9fa575-9f25
ResourceType:VF
ResourceUUID:d84da5f0-7c32-4873-919a-b8252ac7ec31
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdf9fa5759f250_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json
ArtifactUUID:492543ac-aa00-487d-b90c-20e46842b079
ArtifactChecksum:YjBhMzJkYTEwNmJmNWI3NjgxODMzMGI3MzRiYzUyMWU=
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/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml
ArtifactUUID:258d01a8-703e-4a7c-b4c5-8b9242ce1ef6
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env
ArtifactUUID:c5ac8c25-efd9-4593-8f4c-90da13aab365
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env
ArtifactUUID:c5ac8c25-efd9-4593-8f4c-90da13aab365
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-05T04:51:45.202Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3fc7e22-6be2-4dae-9389-b96edba3db4c 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-05T04:51:45.280Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T04:51:45.281Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-05T04:51:45.281Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-05T04:51:45.282Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8e54b6be-881b-4037-b21e-f09f3d70b8de from URL: /sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:45.282Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:51:45.282Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:45.477Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:51:45.502Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar 8e54b6be-881b-4037-b21e-f09f3d70b8de 99056
2022-07-05T04:51:45.503Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar ASDC sendASDCNotification
2022-07-05T04:51:45.503Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:45.504Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:51:45.505Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:45.509Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:45.509Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996705503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:51:45.613Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-05T04:51:45.614Z||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-05T04:51:45.615Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:45.631Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:45.632Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:46.510Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T04:51:46.512Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-05T04:51:46.513Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8e54b6be-881b-4037-b21e-f09f3d70b8de, URL: /sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar to file: /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:46.513Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220705044803-csar.csar
2022-07-05T04:51:46.514Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:46.515Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:46.804Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9778796606436724961/Definitions/service-Vfw20220705044803-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-05T04:51:50.293Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.295Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.295Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.295Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.295Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.295Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.295Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.296Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.296Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW df9fa575-9f25 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-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.296Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-05T04:51:50.296Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.297Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:50.297Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:50.297Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-05T04:51:50.297Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T04:51:50.298Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.298Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:50.298Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:50.298Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-05T04:51:50.299Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T04:51:50.299Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.300Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:50.300Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.301Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is not matching search criteria
2022-07-05T04:51:50.301Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:51:50.302Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:51:50.302Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:51:50.303Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.303Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.304Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:51:50.304Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.304Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:51:50.304Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:51:50.304Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.305Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.305Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:51:50.305Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.305Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:51:50.305Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.306Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T04:51:50.306Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.306Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T04:51:50.307Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.307Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:50.307Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:50.308Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.308Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:50.308Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:50.308Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.309Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:50.309Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:50.309Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.309Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is not matching search criteria
2022-07-05T04:51:50.309Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:51:50.310Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:51:50.310Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-05T04:51:50.310Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:51:50.310Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:51:50.311Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.311Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.311Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:51:50.311Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.311Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:51:50.312Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.312Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=deb36916-fdbd-466b-8fbf-4d59bb760cf5
2022-07-05T04:51:50.312Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.313Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is not matching search criteria
2022-07-05T04:51:50.313Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:51:50.314Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:51:50.314Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:51:50.314Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.314Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.314Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:51:50.314Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.315Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-05T04:51:50.315Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:51:50.315Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.315Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:51:50.316Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.317Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=34a902bc-6634-4408-af58-500862b959db
2022-07-05T04:51:50.317Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.317Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is not matching search criteria
2022-07-05T04:51:50.317Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:51:50.317Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:51:50.317Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:51:50.318Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.318Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.318Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:51:50.318Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.319Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:51:50.319Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:51:50.319Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.319Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.319Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-05T04:51:50.320Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5fcb2cc6-5384-467a-ac37-31d3e28cb410
2022-07-05T04:51:50.320Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.320Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:50.321Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.321Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:50.321Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.321Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:50.322Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:50.322Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:50.322Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-05 04-48-03
Description:catalog service description
Model UUID:e3fc7e22-6be2-4dae-9389-b96edba3db4c
Model Version:NULL
Model InvariantUuid:d96e908f-a848-4a8c-ae63-089d459c10e9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW df9fa575-9f25
Model UUID:dea6cea0-3ab7-430a-aff7-d25e5f6f0757
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:459ff42d-279a-4656-9853-fbd809f15391
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:093fdad2-3002-4ea8-aa74-a33b7fc20beb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:86f53b3f-11af-4ee2-94ca-7a5ee78cb0e7
ModelName:VfwDf9fa5759f25..base_vfw..module-0
ModelUuid:e70b9a2b-ce1d-4d8f-bc12-c209219097cd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:deb36916-fdbd-466b-8fbf-4d59bb760cf5
ModelInvariantUuid:8ab459f3-428a-4768-8013-a6d7cf7fbfed
ModelName:vFW df9fa575-9f25-nodes.vfwCvfc
ModelUuid:7dc45d1f-aea9-4d27-a8c9-fd32a3ea6b55
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9cdd3986-ba50-491a-b35a-0a57a460681e
ModelInvariantUuid:0ea4e81f-a265-45aa-969b-46fffe5778f5
ModelName:VfwDf9fa5759f25.compute.nodes.heat.vfw
ModelUuid:9cd19fc8-6d55-4645-a1dd-98399e5ba883
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:34a902bc-6634-4408-af58-500862b959db
ModelInvariantUuid:a59596e5-ac9d-4917-ae7a-5131b2a7ed00
ModelName:vFW df9fa575-9f25-nodes.vsnCvfc
ModelUuid:3c90075b-b01c-4716-81d1-6b5cf4608475
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1e045ae9-bf8a-460f-a327-0c20085d4ed4
ModelInvariantUuid:2cf2d487-e0eb-47b0-b1d4-f9e2d0bddcbf
ModelName:VfwDf9fa5759f25.compute.nodes.heat.vsn
ModelUuid:22ddb6c9-6247-47f1-9dd3-330636854384
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5fcb2cc6-5384-467a-ac37-31d3e28cb410
ModelInvariantUuid:88e821ba-9902-47c4-a816-6c5c85c9906d
ModelName:vFW df9fa575-9f25-nodes.vpgCvfc
ModelUuid:6c757094-ee3b-48c6-ac3d-6dd3a4424003
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4068a660-06e0-4fbb-8141-5b700458a833
ModelInvariantUuid:523d8bf6-423f-4d35-bbb9-827fc5dc3015
ModelName:VfwDf9fa5759f25.compute.nodes.heat.vpg
ModelUuid:12c244f1-2ece-4ee9-9d07-f5f95095e981
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-05T04:51:50.332Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d84da5f0-7c32-4873-919a-b8252ac7ec31
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-05T04:51:50.337Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||vFW df9fa575-9f25 0
2022-07-05T04:51:50.338Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d84da5f0-7c32-4873-919a-b8252ac7ec31
2022-07-05T04:51:50.338Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 492543ac-aa00-487d-b90c-20e46842b079 from URL: /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json
2022-07-05T04:51:50.338Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:51:50.338Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json
2022-07-05T04:51:50.448Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:51:50.449Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json 492543ac-aa00-487d-b90c-20e46842b079 785
2022-07-05T04:51:50.450Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json ASDC sendASDCNotification
2022-07-05T04:51:50.450Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json
2022-07-05T04:51:50.450Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:51:50.450Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:50.458Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:50.458Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996710449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:51:50.559Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T04:51:50.560Z||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-05T04:51:50.560Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:50.575Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:50.576Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:51.460Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDf9fa5759f25..base_vfw..module-0",
"vfModuleModelInvariantUUID": "86f53b3f-11af-4ee2-94ca-7a5ee78cb0e7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e70b9a2b-ce1d-4d8f-bc12-c209219097cd",
"vfModuleModelCustomizationUUID": "6796e747-5c6f-45d0-ad2f-067a2d7c57ad",
"isBase": true,
"artifacts": [
"258d01a8-703e-4a7c-b4c5-8b9242ce1ef6",
"c5ac8c25-efd9-4593-8f4c-90da13aab365"
],
"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-05T04:51:51.466Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDf9fa5759f25..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e70b9a2b-ce1d-4d8f-bc12-c209219097cd
VfModuleModelInvariantUUID:86f53b3f-11af-4ee2-94ca-7a5ee78cb0e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
258d01a8-703e-4a7c-b4c5-8b9242ce1ef6
,
c5ac8c25-efd9-4593-8f4c-90da13aab365
}
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-05T04:51:51.469Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDf9fa5759f25..base_vfw..module-0",
"vfModuleModelInvariantUUID": "86f53b3f-11af-4ee2-94ca-7a5ee78cb0e7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e70b9a2b-ce1d-4d8f-bc12-c209219097cd",
"vfModuleModelCustomizationUUID": "6796e747-5c6f-45d0-ad2f-067a2d7c57ad",
"isBase": true,
"artifacts": [
"258d01a8-703e-4a7c-b4c5-8b9242ce1ef6",
"c5ac8c25-efd9-4593-8f4c-90da13aab365"
],
"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-05T04:51:51.470Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDf9fa5759f25..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e70b9a2b-ce1d-4d8f-bc12-c209219097cd
VfModuleModelInvariantUUID:86f53b3f-11af-4ee2-94ca-7a5ee78cb0e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
258d01a8-703e-4a7c-b4c5-8b9242ce1ef6
,
c5ac8c25-efd9-4593-8f4c-90da13aab365
}
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-05T04:51:51.470Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 258d01a8-703e-4a7c-b4c5-8b9242ce1ef6 from URL: /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml
2022-07-05T04:51:51.470Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:51:51.471Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml
2022-07-05T04:51:51.533Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:51:51.535Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml 258d01a8-703e-4a7c-b4c5-8b9242ce1ef6 20368
2022-07-05T04:51:51.535Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-05T04:51:51.536Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml
2022-07-05T04:51:51.536Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:51:51.537Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:51.540Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:51.541Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996711535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:51:51.640Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T04:51:51.641Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T04:51:51.641Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:51.672Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:51.673Z||pool-28-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:51:52.542Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c5ac8c25-efd9-4593-8f4c-90da13aab365 from URL: /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env
2022-07-05T04:51:52.542Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:51:52.544Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env
2022-07-05T04:51:52.712Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:51:52.713Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env c5ac8c25-efd9-4593-8f4c-90da13aab365 2098
2022-07-05T04:51:52.713Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-05T04:51:52.714Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env
2022-07-05T04:51:52.714Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:51:52.715Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:52.719Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:52.719Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996712713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:51:52.819Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:51:52.820Z||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-05T04:51:52.821Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:52.847Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:52.847Z||pool-29-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:53.720Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e3fc7e22-6be2-4dae-9389-b96edba3db4c
2022-07-05T04:51:53.721Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW df9fa575-9f25 0 d84da5f0-7c32-4873-919a-b8252ac7ec31 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-05T04:51:53.757Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58ac872e, org.onap.sdc.toscaparser.api.parameters.Input@6fb90b98, org.onap.sdc.toscaparser.api.parameters.Input@fdb3b15, org.onap.sdc.toscaparser.api.parameters.Input@4fa81779, org.onap.sdc.toscaparser.api.parameters.Input@73017c55]
2022-07-05T04:51:53.759Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.759Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.760Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-07-05T04:51:53.760Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 093fdad2-3002-4ea8-aa74-a33b7fc20beb
2022-07-05T04:51:53.760Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 093fdad2-3002-4ea8-aa74-a33b7fc20beb matches Tosca VF Customization UUID: 093fdad2-3002-4ea8-aa74-a33b7fc20beb
2022-07-05T04:51:53.760Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 093fdad2-3002-4ea8-aa74-a33b7fc20beb 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-05T04:51:53.765Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.766Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.767Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 093fdad2-3002-4ea8-aa74-a33b7fc20beb: {\"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-05T04:51:53.768Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d8a0a8c
2022-07-05T04:51:53.768Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.768Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T04:51:53.769Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6796e747-5c6f-45d0-ad2f-067a2d7c57ad
2022-07-05T04:51:53.769Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6796e747-5c6f-45d0-ad2f-067a2d7c57ad
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-05T04:51:53.773Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.773Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:53.773Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:53.774Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.774Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:53.774Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:53.775Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.775Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is not matching search criteria
2022-07-05T04:51:53.776Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:51:53.776Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:51:53.776Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-05T04:51:53.777Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:51:53.777Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:51:53.777Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.777Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:53.778Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:51:53.778Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:53.778Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:51:53.779Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.779Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=deb36916-fdbd-466b-8fbf-4d59bb760cf5
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-05T04:51:53.782Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.783Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:53.783Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:53.783Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.784Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is not matching search criteria
2022-07-05T04:51:53.784Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:51:53.784Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:51:53.785Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:51:53.785Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.785Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:53.786Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:51:53.786Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.786Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-05T04:51:53.787Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:51:53.788Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:53.788Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:51:53.789Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.789Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=34a902bc-6634-4408-af58-500862b959db
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-05T04:51:53.793Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.794Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:53.794Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:53.799Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.800Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is not matching search criteria
2022-07-05T04:51:53.800Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:51:53.801Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:51:53.801Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:51:53.801Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.801Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:53.802Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:51:53.802Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.803Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:51:53.803Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:51:53.803Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.804Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:53.804Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-05T04:51:53.805Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5fcb2cc6-5384-467a-ac37-31d3e28cb410
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-05T04:51:53.808Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.809Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:53.809Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:53.809Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.810Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:53.810Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=093fdad2-3002-4ea8-aa74-a33b7fc20beb
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-05T04:51:53.823Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.824Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.824Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e3fc7e22-6be2-4dae-9389-b96edba3db4c: vFW df9fa575-9f25
2022-07-05T04:51:53.825Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.825Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.825Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.826Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.826Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.826Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.827Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.827Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.827Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:51:53.828Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.828Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-07-05 04-48-03
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-05T04:51:54.166Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW df9fa575-9f25 d84da5f0-7c32-4873-919a-b8252ac7ec31 1 ASDC deployResourceStructure
2022-07-05T04:51:54.167Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json ASDC sendASDCNotification
2022-07-05T04:51:54.167Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json
2022-07-05T04:51:54.168Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:51:54.168Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:54.172Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:54.172Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996714167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "DEPLOY_OK"
}
2022-07-05T04:51:54.272Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:51:54.274Z||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-05T04:51:54.274Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:54.293Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:54.294Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:55.173Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-05T04:51:55.173Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml
2022-07-05T04:51:55.173Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:51:55.174Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:55.183Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:55.184Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996715173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-05T04:51:55.284Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T04:51:55.285Z||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-05T04:51:55.285Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:55.302Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:55.303Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:56.186Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-05T04:51:56.186Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env
2022-07-05T04:51:56.186Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:51:56.187Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:56.190Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:56.190Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996716186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-05T04:51:56.290Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:51:56.291Z||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-05T04:51:56.291Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:56.307Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:56.308Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:57.193Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar ASDC sendASDCNotification
2022-07-05T04:51:57.195Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:57.195Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:51:57.196Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:57.200Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:57.201Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996717193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:51:57.304Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-05T04:51:57.305Z||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-05T04:51:57.306Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:57.324Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:51:57.325Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:58.206Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd9e2964-05d4-4c55-b74a-fc1ceee0a511
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-05T04:51:58.235Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd9e2964-05d4-4c55-b74a-fc1ceee0a511
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-05T04:51:58.253Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T04:51:58.258Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T04:51:58.258Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T04:51:58.259Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T04:51:58.259Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T04:51:58.259Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T04:51:58.260Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T04:51:58.260Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T04:51:58.260Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T04:51:58.260Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T04:51:58.261Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T04:51:58.285Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T04:52:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:52:12.058Z||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-05T04:52:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:52:12.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:52:12.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996692690,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T04:52:12.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996693724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:52:12.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:52:12.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996693724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "NOTIFIED"
}
2022-07-05T04:52:12.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:52:12.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996693724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-05T04:52:12.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:52:12.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996693724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:52:12.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:52:12.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996693724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996693724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996693724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996705503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:52:12.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996710449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:52:12.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996711535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:52:12.706Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996712713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:52:12.706Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996714167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
"status": "DEPLOY_OK"
}
2022-07-05T04:52:12.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996715173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-05T04:52:12.708Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996716186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-05T04:52:12.709Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996717193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:52:12.709Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:28.286Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd9e2964-05d4-4c55-b74a-fc1ceee0a511 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-05T04:52:28.299Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd9e2964-05d4-4c55-b74a-fc1ceee0a511 and serviceModelVersionId: e3fc7e22-6be2-4dae-9389-b96edba3db4c
2022-07-05T04:52:28.299Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d96e908f-a848-4a8c-ae63-089d459c10e9
2022-07-05T04:52:28.301Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0
2022-07-05T04:52:28.314Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T04:52:28.393Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0|INFO|500||Invoke
2022-07-05T04:52:28.395Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fd9e2964-05d4-4c55-b74a-fc1ceee0a511], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7724eb8c-fadf-4600-ba63-683d0b95f595], X-ECOMP-RequestID=[fd9e2964-05d4-4c55-b74a-fc1ceee0a511], X-TransactionId=[], X-ONAP-RequestID=[fd9e2964-05d4-4c55-b74a-fc1ceee0a511], Content-Type=[application/merge-patch+json]}
2022-07-05T04:52:28.457Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-05T04:52:28.625Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?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/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220705-04:52:28:975-18356], vertex-id=[208944], Content-Length=[0], Date=[Tue, 05 Jul 2022 04:52:28 GMT], Content-Type=[application/json]}
2022-07-05T04:52:28.626Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T04:52:28.627Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0|INFO|500||InvokeReturn
2022-07-05T04:52:28.633Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T04:52:28.633Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T04:52:28.650Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T04:52:28.651Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd9e2964-05d4-4c55-b74a-fc1ceee0a511 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T04:52:28.652Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T04:52:28.653Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:52:28.659Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:52:28.660Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996748652,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T04:52:28.756Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-05T04:52:28.758Z||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-05T04:52:28.758Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:52:28.782Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:52:28.786Z||pool-34-thread-1|||||INFO|500||cambria reply ok (28 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-05T04:52:29.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:52:29.694Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T04:52:29.694Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:52:39.264Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:52:39.265Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:52:39.266Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T04:52:39.266Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:52:48.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:52:48.810Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:52:48.811Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T04:52:48.811Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:52:58.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:53:12.052Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:53:12.054Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T04:53:12.055Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:53:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:53:12.058Z||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-05T04:53:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:53:12.695Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:53:12.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:53:12.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996748652,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T04:53:12.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:53:21.605Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:54:12.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:54:12.053Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T04:54:12.053Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:54:12.058Z||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-05T04:54:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:12.693Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:54:12.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3693c34c-9e7e-436b-b28f-ea7283284f87","serviceName":"vFW 2022-07-05 04-52-06","serviceVersion":"1.0","serviceUUID":"8e3822f2-04ca-477f-b58b-eec6ff95f0fe","serviceDescription":"catalog service description","serviceInvariantUUID":"9b1f1c34-5658-44d0-b465-a4b88207b8a5","resources":[{"resourceInstanceName":"vFW 985c38cf-e492 0","resourceName":"vFW 985c38cf-e492","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"834f8299-6c34-4a1f-8d4b-b688b97ffad3","resourceInvariantUUID":"846db0a0-af99-48ef-83c3-2c9146ca0794","resourceCustomizationUUID":"bd8952a2-0ca0-4905-bb2a-1258823f7c40","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml","artifactChecksum":"NjAzZWRmMjkwMzRkZWZhNTQ1YzY0Y2M3MjhiNjFiZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebeb282f-b86c-4283-b66e-57f21a8eeac5","artifactVersion":"1"},{"artifactName":"vfw985c38cfe4920_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json","artifactChecksum":"MDYzOGU4NzFiM2VmMGE0MDQ1YzNjMWZmOTU1ZjFkOGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1192ce5a-d668-491a-8185-23cf948aad2d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8db0dc36-c5e2-46c8-a6ca-e8eb831f4077","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml","artifactChecksum":"YWRlNjBlNDNhOGVkNjQ2MTcwMjIyNGE2Y2VkMWFhODg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fedd9797-a9c6-4298-9dab-58846a854f6e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"91903469-39d2-4c5a-872d-3a11a18a5c5a","artifactVersion":"2","generatedFromUUID":"8db0dc36-c5e2-46c8-a6ca-e8eb831f4077"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220705045206-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml","artifactChecksum":"NmM3MjhlNTY0MDVhZmMyNDkyZGFkNGY4Nzg0MzQ5Mjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f657f1cb-c184-4b73-ae68-af011a34669b","artifactVersion":"1"},{"artifactName":"service-Vfw20220705045206-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar","artifactChecksum":"NzIzMWY2ZWRmMTA4Yzg5ODZmNGU2YTFkMTkyZTRkMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c19aaa95-e3fc-4f9c-8c3e-ed6d7e33be2a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T04:54:12.699Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:54:12.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.701Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:54:12.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "cds",
"timestamp": 1656996812278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.702Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:12.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996809362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996814126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996814684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "cds",
"timestamp": 1656996812278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996809362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
"status": "NOTIFIED"
}
2022-07-05T04:54:12.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "policy-id",
"timestamp": 1656996814715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.706Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:12.706Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996852051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996814126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996814684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "cds",
"timestamp": 1656996812278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996809362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-05T04:54:12.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "policy-id",
"timestamp": 1656996814715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996814126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996814684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "cds",
"timestamp": 1656996812278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996809362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "policy-id",
"timestamp": 1656996814715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-05T04:54:12.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996814126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996814684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "cds",
"timestamp": 1656996812278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996809362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-05T04:54:12.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "policy-id",
"timestamp": 1656996814715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996814126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996814684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "cds",
"timestamp": 1656996812278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996809362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "policy-id",
"timestamp": 1656996814715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996814126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996814684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "cds",
"timestamp": 1656996812278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:54:12.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996809362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:54:12.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "ves-openapi-manager",
"timestamp": 1656996814126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "policy-id",
"timestamp": 1656996814715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996814684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:54:12.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "policy-id",
"timestamp": 1656996814715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:54:12.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "cds",
"timestamp": 1656996822019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.737Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996822146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.737Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996822612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.738Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "cds",
"timestamp": 1656996823030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-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-05T04:54:12.762Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3693c34c-9e7e-436b-b28f-ea7283284f87
2022-07-05T04:54:12.763Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3693c34c-9e7e-436b-b28f-ea7283284f87 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-05T04:54:12.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996823381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "policy-id",
"timestamp": 1656996822823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "policy-id",
"timestamp": 1656996823834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:54:12.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996824473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "policy-id",
"timestamp": 1656996824837,
"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-05T04:54:12.795Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3693c34c-9e7e-436b-b28f-ea7283284f87
2022-07-05T04:54:12.796Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3693c34c-9e7e-436b-b28f-ea7283284f87 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:54:12.807Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T04:54:12.809Z||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-05T04:54:12.809Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:12.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996825497,
"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-05T04:54:12.831Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:54:12.831Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3693c34c-9e7e-436b-b28f-ea7283284f87
2022-07-05T04:54:12.831Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3693c34c-9e7e-436b-b28f-ea7283284f87 and ComponentName POLICY
2022-07-05T04:54:12.832Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
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-05T04:54:12.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996825922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:54:12.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656996826500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
"status": "DEPLOY_OK"
}
2022-07-05T04:54:12.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656996826926,
"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-05T04:54:12.863Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3693c34c-9e7e-436b-b28f-ea7283284f87
2022-07-05T04:54:12.864Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3693c34c-9e7e-436b-b28f-ea7283284f87 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-05T04:54:12.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "clamp",
"timestamp": 1656996827607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "clamp",
"timestamp": 1656996827607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
"status": "NOTIFIED"
}
2022-07-05T04:54:12.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "clamp",
"timestamp": 1656996827607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "clamp",
"timestamp": 1656996827607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "aai-ml",
"timestamp": 1656996831742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "clamp",
"timestamp": 1656996827607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "aai-ml",
"timestamp": 1656996831742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "clamp",
"timestamp": 1656996827607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "aai-ml",
"timestamp": 1656996831742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "clamp",
"timestamp": 1656996827607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:54:12.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "aai-ml",
"timestamp": 1656996831742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "aai-ml",
"timestamp": 1656996831742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "aai-ml",
"timestamp": 1656996831742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "aai-ml",
"timestamp": 1656996831742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:54:12.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-05T04:54:12.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "aai-ml",
"timestamp": 1656996839818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.900Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "aai-ml",
"timestamp": 1656996850153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:54:12.900Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "clamp",
"timestamp": 1656996849576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "aai-ml",
"timestamp": 1656996851157,
"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-05T04:54:12.925Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3693c34c-9e7e-436b-b28f-ea7283284f87
2022-07-05T04:54:12.926Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3693c34c-9e7e-436b-b28f-ea7283284f87 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-05T04:54:12.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "clamp",
"timestamp": 1656996851593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T04:54:12.949Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:13.707Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:54:13.708Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:13.711Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:13.711Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996852051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
"status": "NOTIFIED"
}
2022-07-05T04:54:13.811Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:54:13.812Z||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-05T04:54:13.813Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:13.828Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:54:13.829Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:54:14.713Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:54:14.713Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:14.718Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:14.719Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996852051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-05T04:54:14.818Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T04:54:14.819Z||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-05T04:54:14.819Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:14.841Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:54:14.842Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:54:15.719Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:54:15.721Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:15.724Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:15.724Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996852051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:15.833Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-07-05T04:54:15.834Z||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-05T04:54:15.834Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:15.861Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:54:15.862Z||pool-38-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:54:16.725Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:54:16.725Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:16.727Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:16.728Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996852051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-05T04:54:16.828Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:54:16.830Z||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-05T04:54:16.831Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:16.853Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:54:16.853Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:54:17.736Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:54:17.737Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:17.740Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:17.740Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996852051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T04:54:17.844Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-05T04:54:17.845Z||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-05T04:54:17.845Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:17.862Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:54:17.863Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:54:18.741Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:54:18.742Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:18.746Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:18.746Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996852051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T04:54:18.846Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T04:54:18.847Z||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-05T04:54:18.847Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:18.863Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:54:18.864Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:54:19.748Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"serviceName": "vFW 2022-07-05 04-52-06",
"serviceVersion": "1.0",
"serviceUUID": "8e3822f2-04ca-477f-b58b-eec6ff95f0fe",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9b1f1c34-5658-44d0-b465-a4b88207b8a5",
"resources": [
{
"resourceInstanceName": "vFW 985c38cf-e492 0",
"resourceCustomizationUUID": "bd8952a2-0ca0-4905-bb2a-1258823f7c40",
"resourceName": "vFW 985c38cf-e492",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "834f8299-6c34-4a1f-8d4b-b688b97ffad3",
"resourceInvariantUUID": "846db0a0-af99-48ef-83c3-2c9146ca0794",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw985c38cfe4920_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
"artifactChecksum": "MDYzOGU4NzFiM2VmMGE0MDQ1YzNjMWZmOTU1ZjFkOGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1192ce5a-d668-491a-8185-23cf948aad2d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8db0dc36-c5e2-46c8-a6ca-e8eb831f4077",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "91903469-39d2-4c5a-872d-3a11a18a5c5a",
"generatedFromUUID": "8db0dc36-c5e2-46c8-a6ca-e8eb831f4077"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "91903469-39d2-4c5a-872d-3a11a18a5c5a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220705045206-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"artifactChecksum": "NzIzMWY2ZWRmMTA4Yzg5ODZmNGU2YTFkMTkyZTRkMjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c19aaa95-e3fc-4f9c-8c3e-ed6d7e33be2a"
}
],
"workloadContext": "Production"
}
2022-07-05T04:54:19.749Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T04:54:19.749Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8e3822f2-04ca-477f-b58b-eec6ff95f0fe ASDC
2022-07-05T04:54:19.749Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3693c34c-9e7e-436b-b28f-ea7283284f87
ServiceName:vFW 2022-07-05 04-52-06
ServiceVersion:1.0
ServiceUUID:8e3822f2-04ca-477f-b58b-eec6ff95f0fe
ServiceInvariantUUID:9b1f1c34-5658-44d0-b465-a4b88207b8a5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220705045206-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar
ArtifactUUID:c19aaa95-e3fc-4f9c-8c3e-ed6d7e33be2a
ArtifactChecksum:NzIzMWY2ZWRmMTA4Yzg5ODZmNGU2YTFkMTkyZTRkMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 985c38cf-e492 0
ResourceCustomizationUUID:bd8952a2-0ca0-4905-bb2a-1258823f7c40
ResourceInvariantUUID:846db0a0-af99-48ef-83c3-2c9146ca0794
ResourceName:vFW 985c38cf-e492
ResourceType:VF
ResourceUUID:834f8299-6c34-4a1f-8d4b-b688b97ffad3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw985c38cfe4920_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json
ArtifactUUID:1192ce5a-d668-491a-8185-23cf948aad2d
ArtifactChecksum:MDYzOGU4NzFiM2VmMGE0MDQ1YzNjMWZmOTU1ZjFkOGQ=
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/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml
ArtifactUUID:8db0dc36-c5e2-46c8-a6ca-e8eb831f4077
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/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env
ArtifactUUID:91903469-39d2-4c5a-872d-3a11a18a5c5a
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/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env
ArtifactUUID:91903469-39d2-4c5a-872d-3a11a18a5c5a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-05T04:54:19.751Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8e3822f2-04ca-477f-b58b-eec6ff95f0fe 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-05T04:54:19.791Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T04:54:19.792Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-05T04:54:19.793Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-05T04:54:19.793Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c19aaa95-e3fc-4f9c-8c3e-ed6d7e33be2a from URL: /sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:19.793Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T04:54:19.793Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:20.047Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T04:54:20.061Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar c19aaa95-e3fc-4f9c-8c3e-ed6d7e33be2a 99032
2022-07-05T04:54:20.061Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar ASDC sendASDCNotification
2022-07-05T04:54:20.062Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:20.062Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:54:20.063Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:20.070Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:20.071Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996860061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:54:20.167Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-05T04:54:20.169Z||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-05T04:54:20.169Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:20.194Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:54:20.195Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:54:21.072Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T04:54:21.073Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-05T04:54:21.074Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c19aaa95-e3fc-4f9c-8c3e-ed6d7e33be2a, URL: /sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar to file: /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:21.074Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220705045206-csar.csar
2022-07-05T04:54:21.076Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:21.076Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:21.542Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP942699131096659599/Definitions/service-Vfw20220705045206-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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-05T04:54:25.342Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T04:54:25.343Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-05T04:54:25.343Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.343Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-05T04:54:25.344Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.344Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.344Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 985c38cf-e492 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-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.344Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.344Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.344Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.344Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.345Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.345Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.345Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.345Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.345Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.345Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.345Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-05T04:54:25.346Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.346Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:25.346Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:25.347Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-05T04:54:25.347Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T04:54:25.347Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.347Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:25.348Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:25.348Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-05T04:54:25.348Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T04:54:25.349Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.349Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:25.349Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.349Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is not matching search criteria
2022-07-05T04:54:25.350Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:54:25.350Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:54:25.350Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.350Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.350Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:54:25.351Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.351Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:54:25.351Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:54:25.351Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:54:25.351Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.352Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.352Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:54:25.352Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.352Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:54:25.352Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.353Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T04:54:25.353Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.353Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T04:54:25.353Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.354Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:25.354Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:54:25.354Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.354Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:25.355Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:54:25.355Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.355Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:25.355Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:54:25.356Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.356Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is not matching search criteria
2022-07-05T04:54:25.356Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:54:25.356Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-05T04:54:25.356Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:54:25.357Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:54:25.357Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:54:25.357Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.357Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.357Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:54:25.358Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.358Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:54:25.358Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.358Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d3085c65-3b33-49b9-ab6c-2197535b96d5
2022-07-05T04:54:25.359Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.359Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is not matching search criteria
2022-07-05T04:54:25.359Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:54:25.359Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:54:25.359Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.359Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.360Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:54:25.360Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.360Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:54:25.360Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-05T04:54:25.361Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:54:25.361Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.361Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:54:25.361Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.361Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ccf7e91c-e12f-481c-857e-b70a11eefa83
2022-07-05T04:54:25.362Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.362Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is not matching search criteria
2022-07-05T04:54:25.362Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:54:25.363Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:54:25.363Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.363Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.363Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:54:25.363Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.364Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:54:25.364Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:54:25.364Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:54:25.364Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.364Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.365Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-05T04:54:25.365Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c02344a-f2d9-41bb-9705-310cde0c39b8
2022-07-05T04:54:25.365Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.365Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:25.365Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.366Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:25.367Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.367Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:25.367Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:25.367Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:25.368Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-05 04-52-06
Description:catalog service description
Model UUID:8e3822f2-04ca-477f-b58b-eec6ff95f0fe
Model Version:NULL
Model InvariantUuid:9b1f1c34-5658-44d0-b465-a4b88207b8a5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 985c38cf-e492
Model UUID:3a005141-d4a9-4c25-9163-b09074f75a98
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:846db0a0-af99-48ef-83c3-2c9146ca0794
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bd8952a2-0ca0-4905-bb2a-1258823f7c40
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:500c6ad2-de6d-491e-9d95-6d4818649119
ModelName:Vfw985c38cfE492..base_vfw..module-0
ModelUuid:0ed24017-fd3f-41cb-be0c-f8886485fa77
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d3085c65-3b33-49b9-ab6c-2197535b96d5
ModelInvariantUuid:6e58a877-2077-4407-99fe-7987641791ba
ModelName:vFW 985c38cf-e492-nodes.vfwCvfc
ModelUuid:805e88f2-6110-4b7f-b0c2-d89d50114822
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4b5f6fe5-5f52-46e6-a260-c1e35bd8d2a0
ModelInvariantUuid:5953bdf5-d0bf-4a37-b3fb-a440db1e9c7b
ModelName:Vfw985c38cfE492.compute.nodes.heat.vfw
ModelUuid:77c2c93e-8a0e-47b3-b314-bb51499e5af5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ccf7e91c-e12f-481c-857e-b70a11eefa83
ModelInvariantUuid:5ccf987b-cd81-4c2a-89b6-dc5a8bb06f47
ModelName:vFW 985c38cf-e492-nodes.vsnCvfc
ModelUuid:1ef61d7e-56e5-4ed5-978a-5abcb454fa26
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4fdc5ef5-0645-49db-8468-08eedf79bd0d
ModelInvariantUuid:a55fdd6e-6fec-4cdd-b6a0-f39111e5ab50
ModelName:Vfw985c38cfE492.compute.nodes.heat.vsn
ModelUuid:5d9cfa52-f7bc-4ab0-83f6-63d81b8d5887
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9c02344a-f2d9-41bb-9705-310cde0c39b8
ModelInvariantUuid:a56d7c1f-6cdf-43e1-b2ca-8084a8e23660
ModelName:vFW 985c38cf-e492-nodes.vpgCvfc
ModelUuid:cbb92271-f100-4f16-a11f-c2399066dec4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:94d4304c-540b-48f5-92d2-33a3434a6321
ModelInvariantUuid:f273c0d6-29d2-41a9-9ff9-e77d1ea29c7d
ModelName:Vfw985c38cfE492.compute.nodes.heat.vpg
ModelUuid:b8cb9d30-4a81-4772-9b62-c1522106cbcc
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-05T04:54:25.385Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 834f8299-6c34-4a1f-8d4b-b688b97ffad3
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-05T04:54:25.395Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||vFW 985c38cf-e492 0
2022-07-05T04:54:25.396Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 834f8299-6c34-4a1f-8d4b-b688b97ffad3
2022-07-05T04:54:25.396Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1192ce5a-d668-491a-8185-23cf948aad2d from URL: /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json
2022-07-05T04:54:25.396Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T04:54:25.396Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json
2022-07-05T04:54:25.632Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T04:54:25.633Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json 1192ce5a-d668-491a-8185-23cf948aad2d 785
2022-07-05T04:54:25.633Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json ASDC sendASDCNotification
2022-07-05T04:54:25.633Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json
2022-07-05T04:54:25.633Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:54:25.634Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:25.638Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:25.639Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996865633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:54:25.738Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T04:54:25.739Z||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-05T04:54:25.739Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:25.757Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:54:25.758Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:54:26.640Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw985c38cfE492..base_vfw..module-0",
"vfModuleModelInvariantUUID": "500c6ad2-de6d-491e-9d95-6d4818649119",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0ed24017-fd3f-41cb-be0c-f8886485fa77",
"vfModuleModelCustomizationUUID": "7ff77b49-8aa0-47c4-beab-59bf8c20a12e",
"isBase": true,
"artifacts": [
"8db0dc36-c5e2-46c8-a6ca-e8eb831f4077",
"91903469-39d2-4c5a-872d-3a11a18a5c5a"
],
"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-05T04:54:26.646Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw985c38cfE492..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ed24017-fd3f-41cb-be0c-f8886485fa77
VfModuleModelInvariantUUID:500c6ad2-de6d-491e-9d95-6d4818649119
VfModuleModelDescription:NULL
Artifacts UUID List:{
8db0dc36-c5e2-46c8-a6ca-e8eb831f4077
,
91903469-39d2-4c5a-872d-3a11a18a5c5a
}
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-05T04:54:26.650Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw985c38cfE492..base_vfw..module-0",
"vfModuleModelInvariantUUID": "500c6ad2-de6d-491e-9d95-6d4818649119",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0ed24017-fd3f-41cb-be0c-f8886485fa77",
"vfModuleModelCustomizationUUID": "7ff77b49-8aa0-47c4-beab-59bf8c20a12e",
"isBase": true,
"artifacts": [
"8db0dc36-c5e2-46c8-a6ca-e8eb831f4077",
"91903469-39d2-4c5a-872d-3a11a18a5c5a"
],
"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-05T04:54:26.650Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw985c38cfE492..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ed24017-fd3f-41cb-be0c-f8886485fa77
VfModuleModelInvariantUUID:500c6ad2-de6d-491e-9d95-6d4818649119
VfModuleModelDescription:NULL
Artifacts UUID List:{
8db0dc36-c5e2-46c8-a6ca-e8eb831f4077
,
91903469-39d2-4c5a-872d-3a11a18a5c5a
}
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-05T04:54:26.651Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8db0dc36-c5e2-46c8-a6ca-e8eb831f4077 from URL: /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml
2022-07-05T04:54:26.651Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T04:54:26.651Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml
2022-07-05T04:54:26.825Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T04:54:26.827Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml 8db0dc36-c5e2-46c8-a6ca-e8eb831f4077 20368
2022-07-05T04:54:26.828Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-05T04:54:26.828Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml
2022-07-05T04:54:26.829Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:54:26.829Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:26.833Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:26.833Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996866828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:54:26.933Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T04:54:26.934Z||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-05T04:54:26.934Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:26.950Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:54:26.951Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:54:27.836Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 91903469-39d2-4c5a-872d-3a11a18a5c5a from URL: /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env
2022-07-05T04:54:27.837Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T04:54:27.837Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env
2022-07-05T04:54:27.970Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T04:54:27.972Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env 91903469-39d2-4c5a-872d-3a11a18a5c5a 2098
2022-07-05T04:54:27.973Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-05T04:54:27.973Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env
2022-07-05T04:54:27.973Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:54:27.974Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:27.978Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:27.979Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656996867973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-05T04:54:28.079Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:54:28.081Z||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-05T04:54:28.081Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:28.099Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T04:54:28.100Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:54:28.980Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8e3822f2-04ca-477f-b58b-eec6ff95f0fe
2022-07-05T04:54:28.980Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 985c38cf-e492 0 834f8299-6c34-4a1f-8d4b-b688b97ffad3 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-05T04:54:29.019Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d5c6807, org.onap.sdc.toscaparser.api.parameters.Input@5894c9fc, org.onap.sdc.toscaparser.api.parameters.Input@614eeddc, org.onap.sdc.toscaparser.api.parameters.Input@2bd90599, org.onap.sdc.toscaparser.api.parameters.Input@658b5cb5]
2022-07-05T04:54:29.024Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:29.029Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:29.030Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-07-05T04:54:29.031Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= bd8952a2-0ca0-4905-bb2a-1258823f7c40
2022-07-05T04:54:29.031Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bd8952a2-0ca0-4905-bb2a-1258823f7c40 matches Tosca VF Customization UUID: bd8952a2-0ca0-4905-bb2a-1258823f7c40
2022-07-05T04:54:29.031Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: bd8952a2-0ca0-4905-bb2a-1258823f7c40 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-05T04:54:29.037Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:29.038Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:29.039Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id bd8952a2-0ca0-4905-bb2a-1258823f7c40: {\"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-05T04:54:29.039Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e8eb582
2022-07-05T04:54:29.039Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T04:54:29.040Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T04:54:29.040Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ff77b49-8aa0-47c4-beab-59bf8c20a12e
2022-07-05T04:54:29.041Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ff77b49-8aa0-47c4-beab-59bf8c20a12e
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-05T04:54:29.045Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery