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-18T03:43:41.733Z||main|||||INFO|500||The following profiles are active: basic
2022-07-18T03:43:58.787Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-18T03:43:58.788Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-18T03:43:58.964Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-18T03:44:04.377Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-18T03:44:04.894Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-18T03:44:05.607Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-18T03:44:05.620Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-18T03:44:05.782Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-18T03:44:06.051Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-18T03:44:06.761Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-18T03:44:09.456Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-18T03:44:12.863Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-18T03:44:12.948Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-18T03:44:13.692Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-18T03:44:14.046Z||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-18T03:44:15.475Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-18T03:44:16.850Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-18T03:44:16.873Z||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$$7b5c92.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-18T03:44:16.874Z||main|||||WARN|500||The sdc end point is not alive
2022-07-18T03:44:21.296Z||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-18T03:44:25.718Z||main|||||WARN|500||---
2022-07-18T03:44:25.719Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-18T03:44:25.720Z||main|||||WARN|500||---
2022-07-18T03:44:26.272Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-18T03:44:32.173Z||main|||||INFO|500||Started Application in 55.568 seconds (JVM running for 58.279)
2022-07-18T03:44:32.198Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-18T03:44:32.199Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-18T03:44:32.216Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-18T03:44:32.256Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-18T03:44:32.299Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5965d120-0753-4ec6-ad40-de3c02884302 url= /sdc/v1/artifactTypes
2022-07-18T03:44:32.300Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-18T03:44:33.382Z||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.6.89] 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$$3065b507.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-18T03:44:33.388Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@168c8848
2022-07-18T03:44:33.389Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-18T03:44:33.412Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-18T03:44:33.416Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-18T03:44:33.420Z||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$$3065b507.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-18T03:45:22.166Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-18T03:45:22.167Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-18T03:45:22.168Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-18T03:45:22.171Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-18T03:45:22.176Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3941f3eb-5cf3-4fc4-bc81-e40f7b7b102e url= /sdc/v1/artifactTypes
2022-07-18T03:45:22.177Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-18T03:45:23.207Z||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.6.89] 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$$3065b507.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-18T03:45:23.208Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cbfacd8
2022-07-18T03:45:23.208Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-18T03:45:23.209Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-18T03:45:23.210Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-18T03:45:23.211Z||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$$3065b507.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-18T03:46:12.167Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-18T03:46:12.167Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-18T03:46:12.168Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-18T03:46:12.171Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-18T03:46:12.177Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bb05cbc9-b5d7-49e8-8abd-ac42e1e9852c url= /sdc/v1/artifactTypes
2022-07-18T03:46:12.178Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-18T03:46:13.188Z||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.6.89] 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$$3065b507.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-18T03:46:13.190Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6016065e
2022-07-18T03:46:13.190Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-18T03:46:13.190Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-18T03:46:13.191Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-18T03:46:13.192Z||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$$3065b507.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-18T03:47:02.174Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-18T03:47:02.177Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-18T03:47:02.178Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-18T03:47:02.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-18T03:47:02.254Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b434bbc0-15e3-49a0-a3eb-af3cd0cc1f5e url= /sdc/v1/artifactTypes
2022-07-18T03:47:02.255Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-18T03:47:02.757Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-18T03:47:02.775Z||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-18T03:47:02.852Z||scheduling-1|||||DEBUG|500||create keys
2022-07-18T03:47:02.867Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-18T03:47:02.922Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:47:02.956Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2d8ca8a8-9b82-4325-9017-37f806b925a4 url= /sdc/v1/registerForDistribution
2022-07-18T03:47:03.149Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2d8ca8a8-9b82-4325-9017-37f806b925a4 url= /sdc/v1/registerForDistribution
2022-07-18T03:47:03.150Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-18T03:47:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:47:03.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:47:03.187Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-18T03:47:03.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T03:47:03.189Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:47:03.198Z||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-18T03:47:03.199Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:47:13.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:47:13.667Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:48:03.161Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:48:03.163Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T03:48:03.163Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T03:48:03.166Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:48:03.167Z||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-18T03:48:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:48:12.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:48:12.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:49:03.161Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:49:03.162Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T03:49:03.162Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T03:49:03.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:49:03.168Z||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-18T03:49:03.168Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:49:12.746Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:49:12.747Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:50:03.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:50:03.162Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T03:50:03.163Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T03:50:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:50:03.166Z||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-18T03:50:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:50:12.739Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:50:12.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:51:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:51:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:51:03.163Z||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-18T03:51:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:51:03.167Z||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-18T03:51:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:51:12.748Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:51:12.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:52:03.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:52:03.162Z||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-18T03:52:03.162Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:52:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:52:03.167Z||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-18T03:52:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:52:12.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:52:12.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:53:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:53:03.164Z||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-18T03:53:03.164Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:53:03.165Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:53:03.167Z||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-18T03:53:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:53:12.743Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:53:12.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:54:01.662Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-18T03:54:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:54:03.162Z||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-18T03:54:03.163Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:54:03.165Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:54:03.168Z||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-18T03:54:03.168Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:54:12.738Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:54:12.738Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:55:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:55:03.163Z||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-18T03:55:03.163Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:55:03.165Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:55:03.166Z||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-18T03:55:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:55:12.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:55:12.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:56:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:56:03.162Z||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-18T03:56:03.162Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:56:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:56:03.166Z||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-18T03:56:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:56:12.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:56:12.739Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:57:03.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:57:03.162Z||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-18T03:57:03.162Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:57:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:57:03.166Z||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-18T03:57:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:57:12.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:57:12.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:58:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:58:03.162Z||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-18T03:58:03.163Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:58:03.165Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:58:03.167Z||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-18T03:58:03.168Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:58:12.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:58:12.783Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:59:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:59:03.162Z||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-18T03:59:03.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T03:59:03.169Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:59:03.170Z||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-18T03:59:03.170Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T03:59:12.782Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T03:59:12.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:00:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:00:03.164Z||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-18T04:00:03.165Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:00:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:00:03.166Z||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-18T04:00:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:00:12.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:00:12.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:01:03.161Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:01:03.163Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:01:03.163Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:01:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:01:03.166Z||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-18T04:01:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:01:12.737Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:01:12.753Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:02:03.161Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:02:03.162Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:02:03.162Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:02:03.165Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:02:03.166Z||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-18T04:02:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:02:12.744Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:02:12.773Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:03:03.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:03:03.162Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:03:03.163Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:03:03.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:03:03.168Z||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-18T04:03:03.168Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:03:12.747Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:03:12.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:04:03.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:04:03.162Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:04:03.162Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:04:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:04:03.166Z||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-18T04:04:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:04:12.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:04:12.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:05:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:05:03.163Z||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-18T04:05:03.163Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:05:03.166Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:05:03.167Z||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-18T04:05:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:05:12.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:05:12.796Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:06:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:06:03.162Z||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-18T04:06:03.162Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:06:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:06:03.165Z||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-18T04:06:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:06:12.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:06:12.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:07:03.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:07:03.164Z||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-18T04:07:03.165Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:07:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:07:03.166Z||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-18T04:07:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:07:12.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:07:12.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:08:03.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:08:03.162Z||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-18T04:08:03.162Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:08:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:08:03.166Z||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-18T04:08:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:08:12.745Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:08:12.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:09:03.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:09:03.162Z||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-18T04:09:03.162Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:09:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:09:03.166Z||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-18T04:09:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:09:12.749Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:09:12.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:10:03.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:10:03.162Z||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-18T04:10:03.163Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:10:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:10:03.166Z||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-18T04:10:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:10:12.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:10:12.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:11:03.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:11:03.161Z||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-18T04:11:03.162Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:11:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:11:03.165Z||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-18T04:11:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:11:12.734Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:11:12.734Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:12:03.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:12:03.162Z||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-18T04:12:03.162Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:12:03.165Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:12:03.166Z||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-18T04:12:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:12:12.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:12:12.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:13:03.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:13:03.162Z||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-18T04:13:03.162Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:13:03.165Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:13:03.166Z||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-18T04:13:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:13:12.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:13:12.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:14:03.163Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:14:03.164Z||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-18T04:14:03.164Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:14:03.165Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:14:03.165Z||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-18T04:14:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:14:12.728Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:14:12.728Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:15:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:15:03.162Z||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-18T04:15:03.162Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:15:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:15:03.166Z||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-18T04:15:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:15:12.739Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:15:12.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:16:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:16:03.163Z||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-18T04:16:03.164Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:16:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:16:03.166Z||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-18T04:16:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:16:12.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:16:12.734Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:17:03.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:17:03.162Z||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-18T04:17:03.163Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:17:03.166Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:17:03.166Z||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-18T04:17:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:17:12.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:17:12.732Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:18:03.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:18:03.162Z||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-18T04:18:03.162Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:18:03.165Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:18:03.166Z||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-18T04:18:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:18:12.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:18:12.739Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:19:03.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:19:03.161Z||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-18T04:19:03.162Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:19:03.165Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:19:03.166Z||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-18T04:19:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:19:12.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:19:12.719Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:20:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:20:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:20:03.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:20:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:20:03.166Z||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-18T04:20:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:20:12.743Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:20:12.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:21:03.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:21:03.163Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:21:03.163Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:21:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:21:03.166Z||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-18T04:21:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:21:12.736Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:21:12.741Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:22:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:22:03.161Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:22:03.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:22:03.165Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:22:03.165Z||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-18T04:22:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:22:12.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:22:12.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:23:03.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:23:03.163Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:23:03.163Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:23:03.165Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:23:03.166Z||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-18T04:23:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:23:12.733Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:23:12.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:24:03.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:24:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:24:03.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:24:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:24:03.166Z||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-18T04:24:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:24:12.740Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:24:12.745Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:25:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:25:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:25:03.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:25:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:25:03.165Z||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-18T04:25:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:25:12.735Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:25:12.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:26:03.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:26:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:26:03.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:26:03.165Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:26:03.166Z||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-18T04:26:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:26:12.750Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:26:12.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:27:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:27:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:27:03.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:27:03.165Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:27:03.170Z||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-18T04:27:03.170Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:27:12.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:27:12.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:28:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:28:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:28:03.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:28:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:28:03.167Z||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-18T04:28:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:28:12.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:28:12.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:29:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:29:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:29:03.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:29:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:29:03.166Z||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-18T04:29:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:29:12.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:29:12.763Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:30:03.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:30:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:30:03.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:30:03.165Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:30:03.166Z||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-18T04:30:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:30:12.736Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:30:12.740Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:31:03.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:31:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:31:03.163Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:31:03.165Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:31:03.166Z||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-18T04:31:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:31:12.731Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:31:12.731Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:32:03.161Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:32:03.162Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:32:03.162Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:32:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:32:03.166Z||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-18T04:32:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:32:12.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:32:12.730Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:33:03.160Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:33:03.162Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:33:03.162Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:33:03.165Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:33:03.166Z||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-18T04:33:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:33:12.747Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:33:12.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:34:03.160Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:34:03.162Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:34:03.162Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:34:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:34:03.166Z||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-18T04:34:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:34:12.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:34:12.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:35:03.160Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:35:03.162Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:35:03.162Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:35:03.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:35:03.167Z||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-18T04:35:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:35:12.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:35:12.735Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:36:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:36:03.161Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:36:03.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:36:03.165Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:36:03.166Z||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-18T04:36:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:36:12.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:36:12.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:37:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:37:03.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:37:03.166Z||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-18T04:37:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:04.702Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:04.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-18T04:37:04.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c3d2d86-3975-4482-bbb2-8882911e1fd1","serviceName":"vFW 2022-07-18 04-35-42","serviceVersion":"1.0","serviceUUID":"5b8529f3-44a7-4a70-b0c9-0b26cb84b694","serviceDescription":"catalog service description","serviceInvariantUUID":"60f558a3-12a7-4fc0-a918-24aa8282f42e","resources":[{"resourceInstanceName":"vFW ac1b2b25-d3ab 0","resourceName":"vFW ac1b2b25-d3ab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"538f9972-3d9f-410e-8f30-49ec15b48543","resourceInvariantUUID":"729a8208-ce90-4a66-aaf0-aa6b606ea343","resourceCustomizationUUID":"460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml","artifactChecksum":"YjUzNmZiZTM3NDNhMjhkZDljMzhiNDA5ZTg0ZjQ2Yjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0fb70c9-6f8d-44a3-9430-dc7b9d312b47","artifactVersion":"1"},{"artifactName":"vfwac1b2b25d3ab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json","artifactChecksum":"MjI4MzIwN2Y2MTFiMzU3ODc5OWM3ZmUyMTQwM2MyYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"052e8e65-4597-4b11-9308-14e2f8e3ceaa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b04ccc3-f22c-4be1-a463-a8793ae6992f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDA0NWZmM2NjNjM2MzJkMzQ2ZmVhNzNjMmYwNjg3MWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f45676de-3349-45bb-95ab-93d668325034","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1694f5e6-8433-4d70-a600-4b0f0b39f524","artifactVersion":"2","generatedFromUUID":"2b04ccc3-f22c-4be1-a463-a8793ae6992f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220718043542-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml","artifactChecksum":"MGU3YmVhMzEyZTQ1NTE5ZGNiMmQzNDA4ZWRlNmE4Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"366099eb-0297-498c-9812-804c3dff7d39","artifactVersion":"1"},{"artifactName":"service-Vfw20220718043542-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar","artifactChecksum":"MDgyY2U3NTBiMjBmOGJhNGRlN2JlNDFlNmFlZDllMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28d98ccd-a4b4-442f-a0d1-14c388eb92e2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-18T04:37:04.720Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:37:04.728Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:04.748Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:04.749Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119023160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:37:04.848Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-07-18T04:37:04.854Z||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-18T04:37:04.855Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:04.885Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:04.887Z||pool-3-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":5,"count":1}
2022-07-18T04:37:05.119Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:05.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:37:05.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119023160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:37:05.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:37:05.759Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:37:05.760Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:05.762Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:05.762Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119023160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "NOTIFIED"
}
2022-07-18T04:37:05.862Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:37:05.864Z||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-18T04:37:05.864Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:05.883Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:05.884Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:37:06.763Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:37:06.764Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:06.768Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:06.768Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119023160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-18T04:37:06.868Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:37:06.870Z||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-18T04:37:06.870Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:06.887Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:06.888Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:37:07.768Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:37:07.770Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:07.773Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:07.773Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119023160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:37:07.873Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:37:07.874Z||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-18T04:37:07.874Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:07.892Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:07.893Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:37:08.774Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:37:08.775Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:08.778Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:08.778Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119023160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-18T04:37:08.878Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:37:08.880Z||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-18T04:37:08.880Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:08.907Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:08.908Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:37:09.779Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:37:09.780Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:09.783Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:09.783Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119023160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:37:09.883Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:37:09.885Z||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-18T04:37:09.885Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:09.908Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:09.909Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:37:10.784Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:37:10.785Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:10.788Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:10.789Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119023160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:37:10.889Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-18T04:37:10.890Z||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-18T04:37:10.890Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:10.912Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:10.913Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:37:11.791Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"serviceName": "vFW 2022-07-18 04-35-42",
"serviceVersion": "1.0",
"serviceUUID": "5b8529f3-44a7-4a70-b0c9-0b26cb84b694",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "60f558a3-12a7-4fc0-a918-24aa8282f42e",
"resources": [
{
"resourceInstanceName": "vFW ac1b2b25-d3ab 0",
"resourceCustomizationUUID": "460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2",
"resourceName": "vFW ac1b2b25-d3ab",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "538f9972-3d9f-410e-8f30-49ec15b48543",
"resourceInvariantUUID": "729a8208-ce90-4a66-aaf0-aa6b606ea343",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwac1b2b25d3ab0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"artifactChecksum": "MjI4MzIwN2Y2MTFiMzU3ODc5OWM3ZmUyMTQwM2MyYTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "052e8e65-4597-4b11-9308-14e2f8e3ceaa",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2b04ccc3-f22c-4be1-a463-a8793ae6992f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1694f5e6-8433-4d70-a600-4b0f0b39f524",
"generatedFromUUID": "2b04ccc3-f22c-4be1-a463-a8793ae6992f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1694f5e6-8433-4d70-a600-4b0f0b39f524",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220718043542-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"artifactChecksum": "MDgyY2U3NTBiMjBmOGJhNGRlN2JlNDFlNmFlZDllMGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "28d98ccd-a4b4-442f-a0d1-14c388eb92e2"
}
],
"workloadContext": "Production"
}
2022-07-18T04:37:11.793Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-18T04:37:11.794Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b8529f3-44a7-4a70-b0c9-0b26cb84b694 ASDC
2022-07-18T04:37:11.957Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9c3d2d86-3975-4482-bbb2-8882911e1fd1
ServiceName:vFW 2022-07-18 04-35-42
ServiceVersion:1.0
ServiceUUID:5b8529f3-44a7-4a70-b0c9-0b26cb84b694
ServiceInvariantUUID:60f558a3-12a7-4fc0-a918-24aa8282f42e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220718043542-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar
ArtifactUUID:28d98ccd-a4b4-442f-a0d1-14c388eb92e2
ArtifactChecksum:MDgyY2U3NTBiMjBmOGJhNGRlN2JlNDFlNmFlZDllMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ac1b2b25-d3ab 0
ResourceCustomizationUUID:460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2
ResourceInvariantUUID:729a8208-ce90-4a66-aaf0-aa6b606ea343
ResourceName:vFW ac1b2b25-d3ab
ResourceType:VF
ResourceUUID:538f9972-3d9f-410e-8f30-49ec15b48543
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwac1b2b25d3ab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json
ArtifactUUID:052e8e65-4597-4b11-9308-14e2f8e3ceaa
ArtifactChecksum:MjI4MzIwN2Y2MTFiMzU3ODc5OWM3ZmUyMTQwM2MyYTU=
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/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml
ArtifactUUID:2b04ccc3-f22c-4be1-a463-a8793ae6992f
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/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env
ArtifactUUID:1694f5e6-8433-4d70-a600-4b0f0b39f524
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/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env
ArtifactUUID:1694f5e6-8433-4d70-a600-4b0f0b39f524
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-18T04:37:11.958Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b8529f3-44a7-4a70-b0c9-0b26cb84b694 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-18T04:37:12.365Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-18T04:37:12.367Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-18T04:37:12.371Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-18T04:37:12.372Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 28d98ccd-a4b4-442f-a0d1-14c388eb92e2 from URL: /sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar
2022-07-18T04:37:12.372Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-18T04:37:12.374Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar
2022-07-18T04:37:12.483Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-18T04:37:12.515Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar 28d98ccd-a4b4-442f-a0d1-14c388eb92e2 99051
2022-07-18T04:37:12.516Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar ASDC sendASDCNotification
2022-07-18T04:37:12.516Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar
2022-07-18T04:37:12.518Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-18T04:37:12.519Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:12.522Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:12.523Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119032515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:37:12.625Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-18T04:37:12.626Z||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-18T04:37:12.627Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:12.664Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:12.665Z||pool-10-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:37:13.523Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-18T04:37:13.525Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-18T04:37:13.525Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 28d98ccd-a4b4-442f-a0d1-14c388eb92e2, URL: /sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar to file: /app/ASDC/1/service-Vfw20220718043542-csar.csar
2022-07-18T04:37:13.526Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220718043542-csar.csar
2022-07-18T04:37:13.651Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220718043542-csar.csar
2022-07-18T04:37:13.652Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220718043542-csar.csar
2022-07-18T04:37:14.625Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8978116486332680089/Definitions/service-Vfw20220718043542-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-07-18T04:37:18.881Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-18T04:37:18.888Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-18T04:37:18.889Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar
2022-07-18T04:37:18.889Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-18T04:37:18.889Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||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-Vfw20220718043542-csar.csar
2022-07-18T04:37:18.889Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||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-Vfw20220718043542-csar.csar
2022-07-18T04:37:18.889Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ac1b2b25-d3ab 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-Vfw20220718043542-csar.csar
2022-07-18T04:37:18.889Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||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-Vfw20220718043542-csar.csar
2022-07-18T04:37:18.890Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar
2022-07-18T04:37:18.890Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar
2022-07-18T04:37:18.890Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||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-Vfw20220718043542-csar.csar
2022-07-18T04:37:18.890Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||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-Vfw20220718043542-csar.csar
2022-07-18T04:37:18.891Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||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-Vfw20220718043542-csar.csar
2022-07-18T04:37:18.891Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar
2022-07-18T04:37:18.891Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||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-Vfw20220718043542-csar.csar
2022-07-18T04:37:18.891Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar
2022-07-18T04:37:18.892Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||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-Vfw20220718043542-csar.csar
2022-07-18T04:37:18.892Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-18T04:37:18.902Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.905Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:18.912Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria
2022-07-18T04:37:18.913Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-18T04:37:18.916Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-18T04:37:18.921Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.921Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:18.921Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria
2022-07-18T04:37:18.921Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-18T04:37:18.922Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-18T04:37:18.922Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.922Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:18.927Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.927Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is not matching search criteria
2022-07-18T04:37:18.928Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-18T04:37:18.928Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-18T04:37:18.928Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-18T04:37:18.928Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:18.929Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-18T04:37:18.929Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-18T04:37:18.930Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-18T04:37:18.930Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-18T04:37:18.930Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-18T04:37:18.930Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-18T04:37:18.930Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:18.930Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-18T04:37:18.931Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:18.931Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-18T04:37:18.931Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-18T04:37:18.931Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-18T04:37:18.932Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.932Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-18T04:37:18.934Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.935Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria
2022-07-18T04:37:18.935Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:37:18.936Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.936Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria
2022-07-18T04:37:18.936Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:37:18.936Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.936Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria
2022-07-18T04:37:18.937Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:37:18.937Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.937Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is not matching search criteria
2022-07-18T04:37:18.938Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-18T04:37:18.938Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-18T04:37:18.938Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-18T04:37:18.938Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-18T04:37:18.938Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-18T04:37:18.938Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-18T04:37:18.938Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:18.939Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-18T04:37:18.939Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:18.939Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-18T04:37:18.939Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-18T04:37:18.939Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a53b36ee-4e99-47c8-a67b-e0a4894f8cf8
2022-07-18T04:37:18.940Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.940Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is not matching search criteria
2022-07-18T04:37:18.940Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-18T04:37:18.940Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-18T04:37:18.941Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-18T04:37:18.941Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:18.941Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-18T04:37:18.941Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-18T04:37:18.941Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-18T04:37:18.942Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-18T04:37:18.942Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-18T04:37:18.942Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:18.942Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-18T04:37:18.942Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-18T04:37:18.943Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2df5babf-a78a-4a6a-a075-94af634ff685
2022-07-18T04:37:18.943Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.943Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is not matching search criteria
2022-07-18T04:37:18.943Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-18T04:37:18.943Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-18T04:37:18.944Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-18T04:37:18.944Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:18.944Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-18T04:37:18.944Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-18T04:37:18.945Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-18T04:37:18.945Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-18T04:37:18.945Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-18T04:37:18.946Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-18T04:37:18.946Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:18.946Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-18T04:37:18.946Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b3f61568-63be-4c59-a237-617a86a10e1f
2022-07-18T04:37:18.946Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.947Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:18.947Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.947Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:18.947Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.947Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:18.948Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:18.948Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:18.948Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-18 04-35-42
Description:catalog service description
Model UUID:5b8529f3-44a7-4a70-b0c9-0b26cb84b694
Model Version:NULL
Model InvariantUuid:60f558a3-12a7-4fc0-a918-24aa8282f42e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ac1b2b25-d3ab
Model UUID:9aa4b52d-e61d-40da-822f-0ed65c748467
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:729a8208-ce90-4a66-aaf0-aa6b606ea343
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1cd8c7a7-2661-4af7-9143-636b91164bef
ModelName:VfwAc1b2b25D3ab..base_vfw..module-0
ModelUuid:de79fc99-b2d9-4c02-b435-d37f6531cb8d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a53b36ee-4e99-47c8-a67b-e0a4894f8cf8
ModelInvariantUuid:0426ac72-6c57-45ce-8d0d-e3db551d8090
ModelName:vFW ac1b2b25-d3ab-nodes.vfwCvfc
ModelUuid:47af3e39-add9-41ae-a49a-adfc9a8e65f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2a3f2372-f82f-44df-a4f9-55f1a99e569d
ModelInvariantUuid:2c9b9cce-c039-4924-ba21-aff81f2d508d
ModelName:VfwAc1b2b25D3ab.compute.nodes.heat.vfw
ModelUuid:58ec82e0-3475-4cf9-929d-c757e252077f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2df5babf-a78a-4a6a-a075-94af634ff685
ModelInvariantUuid:365dc882-996e-44fb-87ec-3f16d364bd33
ModelName:vFW ac1b2b25-d3ab-nodes.vsnCvfc
ModelUuid:3019bf0c-4056-4f4a-b698-c621aa55e894
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a53d38c0-32ae-4fa0-a2c0-518d730f463b
ModelInvariantUuid:3fbd9f51-88ec-4eac-b1bb-83dffa66615c
ModelName:VfwAc1b2b25D3ab.compute.nodes.heat.vsn
ModelUuid:f1d0152c-b01b-4d1c-ba3f-7c7c4b841d7c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b3f61568-63be-4c59-a237-617a86a10e1f
ModelInvariantUuid:e32ee604-9e9e-4bb1-9cd0-75cb65aa65aa
ModelName:vFW ac1b2b25-d3ab-nodes.vpgCvfc
ModelUuid:7498bc89-3b4d-4043-9618-5447e0f4566b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:199b2371-d935-49ec-827a-bfcb724d1c65
ModelInvariantUuid:c634a416-ab74-4f8a-a018-6867e2aa64a5
ModelName:VfwAc1b2b25D3ab.compute.nodes.heat.vpg
ModelUuid:740340b8-a209-485c-be1c-e08df0fc57b5
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-18T04:37:18.990Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 538f9972-3d9f-410e-8f30-49ec15b48543
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-18T04:37:19.166Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||vFW ac1b2b25-d3ab 0
2022-07-18T04:37:19.191Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 538f9972-3d9f-410e-8f30-49ec15b48543
2022-07-18T04:37:19.192Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 052e8e65-4597-4b11-9308-14e2f8e3ceaa from URL: /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json
2022-07-18T04:37:19.192Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-18T04:37:19.193Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json
2022-07-18T04:37:19.277Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-18T04:37:19.278Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json 052e8e65-4597-4b11-9308-14e2f8e3ceaa 785
2022-07-18T04:37:19.278Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json ASDC sendASDCNotification
2022-07-18T04:37:19.279Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json
2022-07-18T04:37:19.279Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-18T04:37:19.279Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:19.281Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:19.281Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119039278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:37:19.382Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-18T04:37:19.384Z||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-18T04:37:19.385Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:19.405Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:19.407Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1}
2022-07-18T04:37:20.284Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAc1b2b25D3ab..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1cd8c7a7-2661-4af7-9143-636b91164bef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "de79fc99-b2d9-4c02-b435-d37f6531cb8d",
"vfModuleModelCustomizationUUID": "d1bb1a09-1fa5-4eec-87c3-a45923346754",
"isBase": true,
"artifacts": [
"2b04ccc3-f22c-4be1-a463-a8793ae6992f",
"1694f5e6-8433-4d70-a600-4b0f0b39f524"
],
"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-18T04:37:20.311Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAc1b2b25D3ab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de79fc99-b2d9-4c02-b435-d37f6531cb8d
VfModuleModelInvariantUUID:1cd8c7a7-2661-4af7-9143-636b91164bef
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b04ccc3-f22c-4be1-a463-a8793ae6992f
,
1694f5e6-8433-4d70-a600-4b0f0b39f524
}
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-18T04:37:20.317Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAc1b2b25D3ab..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1cd8c7a7-2661-4af7-9143-636b91164bef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "de79fc99-b2d9-4c02-b435-d37f6531cb8d",
"vfModuleModelCustomizationUUID": "d1bb1a09-1fa5-4eec-87c3-a45923346754",
"isBase": true,
"artifacts": [
"2b04ccc3-f22c-4be1-a463-a8793ae6992f",
"1694f5e6-8433-4d70-a600-4b0f0b39f524"
],
"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-18T04:37:20.318Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAc1b2b25D3ab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de79fc99-b2d9-4c02-b435-d37f6531cb8d
VfModuleModelInvariantUUID:1cd8c7a7-2661-4af7-9143-636b91164bef
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b04ccc3-f22c-4be1-a463-a8793ae6992f
,
1694f5e6-8433-4d70-a600-4b0f0b39f524
}
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-18T04:37:20.318Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2b04ccc3-f22c-4be1-a463-a8793ae6992f from URL: /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml
2022-07-18T04:37:20.318Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-18T04:37:20.319Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml
2022-07-18T04:37:20.427Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-18T04:37:20.428Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml 2b04ccc3-f22c-4be1-a463-a8793ae6992f 20368
2022-07-18T04:37:20.428Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-18T04:37:20.428Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml
2022-07-18T04:37:20.429Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-18T04:37:20.429Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:20.433Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:20.433Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119040428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:37:20.533Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:37:20.534Z||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-18T04:37:20.535Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:20.559Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:20.560Z||pool-12-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:37:21.434Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1694f5e6-8433-4d70-a600-4b0f0b39f524 from URL: /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env
2022-07-18T04:37:21.434Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-18T04:37:21.435Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env
2022-07-18T04:37:21.595Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-18T04:37:21.596Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env 1694f5e6-8433-4d70-a600-4b0f0b39f524 2098
2022-07-18T04:37:21.597Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-18T04:37:21.598Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env
2022-07-18T04:37:21.598Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-18T04:37:21.599Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:21.609Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:21.611Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119041597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:37:21.707Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-18T04:37:21.708Z||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-18T04:37:21.708Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:21.749Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:21.750Z||pool-13-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:37:22.613Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5b8529f3-44a7-4a70-b0c9-0b26cb84b694
2022-07-18T04:37:22.614Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ac1b2b25-d3ab 0 538f9972-3d9f-410e-8f30-49ec15b48543 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-18T04:37:22.684Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@502ce8a3, org.onap.sdc.toscaparser.api.parameters.Input@249f4f81, org.onap.sdc.toscaparser.api.parameters.Input@416dbe9f, org.onap.sdc.toscaparser.api.parameters.Input@245fe8e2, org.onap.sdc.toscaparser.api.parameters.Input@1381653a]
2022-07-18T04:37:22.690Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.691Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:22.691Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-07-18T04:37:22.691Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2
2022-07-18T04:37:22.692Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2 matches Tosca VF Customization UUID: 460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2
2022-07-18T04:37:22.692Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2 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-18T04:37:22.718Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.719Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:22.722Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2: {\"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-18T04:37:22.722Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2695a823
2022-07-18T04:37:22.723Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.723Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-18T04:37:22.725Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d1bb1a09-1fa5-4eec-87c3-a45923346754
2022-07-18T04:37:22.727Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d1bb1a09-1fa5-4eec-87c3-a45923346754
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-18T04:37:22.738Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.740Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria
2022-07-18T04:37:22.740Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:37:22.742Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.742Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria
2022-07-18T04:37:22.742Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:37:22.743Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.743Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is not matching search criteria
2022-07-18T04:37:22.744Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-18T04:37:22.744Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-18T04:37:22.744Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-18T04:37:22.745Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-18T04:37:22.745Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-18T04:37:22.746Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-18T04:37:22.746Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:22.746Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-18T04:37:22.747Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:22.747Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-18T04:37:22.748Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-18T04:37:22.748Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a53b36ee-4e99-47c8-a67b-e0a4894f8cf8
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-18T04:37:22.774Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.775Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria
2022-07-18T04:37:22.775Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:37:22.776Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.777Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is not matching search criteria
2022-07-18T04:37:22.777Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-18T04:37:22.777Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-18T04:37:22.778Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-18T04:37:22.778Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:22.778Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-18T04:37:22.779Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-18T04:37:22.779Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-18T04:37:22.779Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-18T04:37:22.780Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-18T04:37:22.780Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:22.780Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-18T04:37:22.781Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-18T04:37:22.781Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2df5babf-a78a-4a6a-a075-94af634ff685
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-18T04:37:22.787Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.788Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria
2022-07-18T04:37:22.788Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:37:22.792Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.792Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is not matching search criteria
2022-07-18T04:37:22.793Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-18T04:37:22.793Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-18T04:37:22.793Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-18T04:37:22.794Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:22.794Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-18T04:37:22.794Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-18T04:37:22.795Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-18T04:37:22.795Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-18T04:37:22.795Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-18T04:37:22.796Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-18T04:37:22.796Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-18T04:37:22.796Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-18T04:37:22.797Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b3f61568-63be-4c59-a237-617a86a10e1f
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-18T04:37:22.801Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.802Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria
2022-07-18T04:37:22.802Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:37:22.803Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.803Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria
2022-07-18T04:37:22.804Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2
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-18T04:37:22.809Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.809Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:22.810Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5b8529f3-44a7-4a70-b0c9-0b26cb84b694: vFW ac1b2b25-d3ab
2022-07-18T04:37:22.810Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.811Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:22.811Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.811Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:22.812Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.812Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:22.813Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.813Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:22.813Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:37:22.814Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:37:22.814Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-07-18 04-35-42
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-18T04:37:23.514Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ac1b2b25-d3ab 538f9972-3d9f-410e-8f30-49ec15b48543 1 ASDC deployResourceStructure
2022-07-18T04:37:23.515Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json ASDC sendASDCNotification
2022-07-18T04:37:23.515Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json
2022-07-18T04:37:23.516Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-18T04:37:23.516Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:23.518Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:23.519Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119043515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-18T04:37:23.622Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-18T04:37:23.623Z||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-18T04:37:23.623Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:23.644Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:23.645Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:37:24.521Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-18T04:37:24.521Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml
2022-07-18T04:37:24.521Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-18T04:37:24.522Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:24.525Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:24.525Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119044520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-18T04:37:24.625Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-18T04:37:24.626Z||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-18T04:37:24.626Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:24.645Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:24.646Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:37:25.526Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-18T04:37:25.527Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env
2022-07-18T04:37:25.527Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-18T04:37:25.527Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:25.530Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:25.530Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119045526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-18T04:37:25.630Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:37:25.631Z||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-18T04:37:25.631Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:25.654Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:25.655Z||pool-16-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:37:26.532Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar ASDC sendASDCNotification
2022-07-18T04:37:26.532Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar
2022-07-18T04:37:26.532Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-18T04:37:26.533Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:37:26.535Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:37:26.535Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119046532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-18T04:37:26.635Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:37:26.637Z||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-18T04:37:26.638Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:37:26.659Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:37:26.661Z||pool-17-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:37:27.536Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1
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-18T04:37:27.571Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1
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-18T04:37:27.574Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-18T04:37:27.574Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-18T04:37:27.575Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-18T04:37:57.576Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1
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-18T04:37:57.595Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1
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-18T04:37:57.599Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-18T04:37:57.599Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-18T04:37:57.599Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-18T04:38:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:38:03.166Z||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-18T04:38:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:38:03.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:38:03.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:38:03.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119022150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:38:03.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:38:03.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:38:03.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119022214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:38:03.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:38:03.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:38:03.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "cds",
"timestamp": 1658119019420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:38:03.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:38:27.600Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1
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-18T04:38:27.619Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1
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-18T04:38:27.622Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-18T04:38:27.622Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-18T04:38:27.622Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-18T04:38:57.622Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1
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-18T04:38:57.652Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1
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-18T04:38:57.656Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-18T04:38:57.656Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-18T04:38:57.657Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-18T04:39:03.166Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:39:03.171Z||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-18T04:39:03.171Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:39:03.721Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:39:03.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119023160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119022150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119022214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "cds",
"timestamp": 1658119019420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119023160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119022150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119022214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "cds",
"timestamp": 1658119019420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119023160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119022150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119022214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "cds",
"timestamp": 1658119019420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119022150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119023160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119022214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "cds",
"timestamp": 1658119019420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119023160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119022150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119022214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "cds",
"timestamp": 1658119019420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119023160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119022150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119022214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "cds",
"timestamp": 1658119019420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119032965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:39:03.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119031443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:39:03.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "cds",
"timestamp": 1658119032085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:39:03.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119032515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:39:03.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "policy-id",
"timestamp": 1658119032914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119032201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "cds",
"timestamp": 1658119033119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-18T04:39:03.760Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c3d2d86-3975-4482-bbb2-8882911e1fd1
2022-07-18T04:39:03.761Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3d2d86-3975-4482-bbb2-8882911e1fd1 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-18T04:39:03.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119034074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:39:03.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "policy-id",
"timestamp": 1658119032914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119032201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119035237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:39:03.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "policy-id",
"timestamp": 1658119032914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119032201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119036340,
"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-18T04:39:03.790Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c3d2d86-3975-4482-bbb2-8882911e1fd1
2022-07-18T04:39:03.790Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3d2d86-3975-4482-bbb2-8882911e1fd1 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-18T04:39:03.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "policy-id",
"timestamp": 1658119032914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119032201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119037347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-18T04:39:03.807Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "policy-id",
"timestamp": 1658119032914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119032201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "policy-id",
"timestamp": 1658119032914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119032201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119037456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-18T04:39:03.810Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "policy-id",
"timestamp": 1658119032914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119032201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119038462,
"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-18T04:39:03.821Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c3d2d86-3975-4482-bbb2-8882911e1fd1
2022-07-18T04:39:03.821Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3d2d86-3975-4482-bbb2-8882911e1fd1 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-18T04:39:03.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119039278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:39:03.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "policy-id",
"timestamp": 1658119040848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:39:03.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "aai-ml",
"timestamp": 1658119039733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119040428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:39:03.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "policy-id",
"timestamp": 1658119041860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-18T04:39:03.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "clamp",
"timestamp": 1658119040163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "aai-ml",
"timestamp": 1658119039733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119041597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:39:03.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "policy-id",
"timestamp": 1658119042866,
"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-18T04:39:03.843Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c3d2d86-3975-4482-bbb2-8882911e1fd1
2022-07-18T04:39:03.844Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3d2d86-3975-4482-bbb2-8882911e1fd1 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-18T04:39:03.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "clamp",
"timestamp": 1658119040163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "aai-ml",
"timestamp": 1658119039733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "clamp",
"timestamp": 1658119040163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "aai-ml",
"timestamp": 1658119039733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119043515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-18T04:39:03.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "clamp",
"timestamp": 1658119040163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "aai-ml",
"timestamp": 1658119039733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119044520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-18T04:39:03.856Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "clamp",
"timestamp": 1658119040163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "aai-ml",
"timestamp": 1658119039733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119045526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-18T04:39:03.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "clamp",
"timestamp": 1658119040163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:39:03.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "aai-ml",
"timestamp": 1658119039733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119046532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-18T04:39:03.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "clamp",
"timestamp": 1658119040163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:39:03.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-18T04:39:03.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "aai-ml",
"timestamp": 1658119047756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:39:03.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "clamp",
"timestamp": 1658119059908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:39:03.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "clamp",
"timestamp": 1658119061926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-18T04:39:03.861Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "clamp",
"timestamp": 1658119062931,
"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-18T04:39:03.868Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c3d2d86-3975-4482-bbb2-8882911e1fd1
2022-07-18T04:39:03.868Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3d2d86-3975-4482-bbb2-8882911e1fd1 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-18T04:39:03.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "aai-ml",
"timestamp": 1658119069111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-18T04:39:03.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:39:03.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:39:03.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "aai-ml",
"timestamp": 1658119070120,
"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-18T04:39:03.890Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c3d2d86-3975-4482-bbb2-8882911e1fd1
2022-07-18T04:39:03.891Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3d2d86-3975-4482-bbb2-8882911e1fd1 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-18T04:39:27.657Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1
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-18T04:39:27.674Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1
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-18T04:39:27.680Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-18T04:39:27.681Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-18T04:39:27.681Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-18T04:39:27.681Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-18T04:39:27.682Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-18T04:39:27.682Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-18T04:39:27.682Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-18T04:39:27.682Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-18T04:39:27.683Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-18T04:39:27.683Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-18T04:39:27.684Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||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-18T04:39:27.704Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-18T04:39:57.705Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1 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-18T04:39:57.723Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1 and serviceModelVersionId: 5b8529f3-44a7-4a70-b0c9-0b26cb84b694
2022-07-18T04:39:57.724Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 60f558a3-12a7-4fc0-a918-24aa8282f42e
2022-07-18T04:40:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:40:03.166Z||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-18T04:40:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:40:12.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:40:15.888Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0
2022-07-18T04:40:16.019Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-18T04:40:16.598Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0|INFO|500||Invoke
2022-07-18T04:40:16.607Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9c3d2d86-3975-4482-bbb2-8882911e1fd1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[94ff9d4c-448e-43a6-a650-4a41db1139a3], X-ECOMP-RequestID=[9c3d2d86-3975-4482-bbb2-8882911e1fd1], X-TransactionId=[], X-ONAP-RequestID=[9c3d2d86-3975-4482-bbb2-8882911e1fd1], Content-Type=[application/merge-patch+json]}
2022-07-18T04:40:16.746Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-18T04:40:17.056Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?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/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220718-04:40:16:914-83114], vertex-id=[188632], Content-Length=[0], Date=[Mon, 18 Jul 2022 04:40:16 GMT], Content-Type=[application/json]}
2022-07-18T04:40:17.059Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-18T04:40:17.060Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0|INFO|500||InvokeReturn
2022-07-18T04:40:17.070Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-18T04:40:17.070Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||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-18T04:40:17.086Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||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-18T04:40:17.088Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c3d2d86-3975-4482-bbb2-8882911e1fd1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-18T04:40:17.090Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-18T04:40:17.091Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:40:17.096Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:40:17.096Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119217088,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-18T04:40:17.195Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-18T04:40:17.197Z||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-18T04:40:17.197Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:40:17.220Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:40:17.221Z||pool-18-thread-1|||||INFO|500||cambria reply ok (25 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-18T04:40:18.127Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:40:18.128Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:40:18.129Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:40:28.565Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:40:28.566Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:40:28.566Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:40:28.567Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:40:38.124Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:40:38.125Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:40:38.126Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:40:38.126Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:40:47.686Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:41:03.160Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:41:03.162Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:41:03.162Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:41:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:41:03.166Z||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-18T04:41:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:41:03.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:41:03.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-18T04:41:03.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119217088,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-18T04:41:03.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:41:12.727Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:42:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:42:03.165Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:42:03.166Z||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-18T04:42:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:42:03.167Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:42:03.167Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:42:12.730Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:42:12.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:03.160Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:43:03.162Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:43:03.162Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:43:03.167Z||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-18T04:43:03.168Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:03.822Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:03.823Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.823Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2054341-b08b-4070-85ca-50b5ea5f33ae","serviceName":"basic_onboard_WODwuK","serviceVersion":"1.0","serviceUUID":"8af344fd-9b5b-4e2a-881b-f2c7df34039a","serviceDescription":"service","serviceInvariantUUID":"b40ec9b3-2447-49e3-b86f-228f9932d8f8","resources":[{"resourceInstanceName":"basic_onboard_WODwuK 0","resourceName":"basic_onboard_WODwuK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04464e23-2973-43d9-a74e-5fb9e403242b","resourceInvariantUUID":"6b066545-6479-4c2c-97f0-4b3d87e07a8c","resourceCustomizationUUID":"442a0a4a-22be-4849-9d54-71bd180c914c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml","artifactChecksum":"NWRlNzc1NjdiYmM1NzZhMWI3ZGZmMDhlNTU2MjE2Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a856d87d-85fc-4582-b553-a0a65ca1bd9f","artifactVersion":"1"},{"artifactName":"basic_onboard_wodwuk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json","artifactChecksum":"OTQ2MzYxNjA0MDlmNTc0Y2FhN2M4MGY5N2M0M2IxZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"15846006-34a5-4b5c-92ae-0b472e91976d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5044391b-21ff-4a6e-9a41-f80d071383e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c8a12a13-0eec-424a-b56a-a8b820178fa4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"914aaf72-e8e8-46ee-8266-5ebd95cb2fea","artifactVersion":"2","generatedFromUUID":"5044391b-21ff-4a6e-9a41-f80d071383e8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWodwuk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml","artifactChecksum":"MzlkODAzNTgxZDJlMDY1MjBlYjk2NjJkNjllMGI5MmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1914f5af-fb9a-4011-8de3-804abeba88f8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWodwuk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar","artifactChecksum":"YjM1MGFkODhjNGVlOWQ2ODg1YTA1MjZhNGQzN2RmYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"33d71f90-b8f8-4658-a01b-07a0052b3dd7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-18T04:43:03.826Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:43:03.826Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:03.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:03.829Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:03.829Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119383160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "clamp",
"timestamp": 1658119340163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "aai-ml",
"timestamp": 1658119339735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "cds",
"timestamp": 1658119334420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119332201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "policy-id",
"timestamp": 1658119332914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119342214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "clamp",
"timestamp": 1658119340163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "NOTIFIED"
}
2022-07-18T04:43:03.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "aai-ml",
"timestamp": 1658119339735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "cds",
"timestamp": 1658119334420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "policy-id",
"timestamp": 1658119332914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119332201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119342214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "NOTIFIED"
}
2022-07-18T04:43:03.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "clamp",
"timestamp": 1658119340163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "cds",
"timestamp": 1658119334420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "policy-id",
"timestamp": 1658119332914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-18T04:43:03.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119332201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "aai-ml",
"timestamp": 1658119339735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119342214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-18T04:43:03.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "clamp",
"timestamp": 1658119340163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "cds",
"timestamp": 1658119334420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "aai-ml",
"timestamp": 1658119339735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119332201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "policy-id",
"timestamp": 1658119332914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119342214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "clamp",
"timestamp": 1658119340163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "cds",
"timestamp": 1658119334420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "aai-ml",
"timestamp": 1658119339735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119332201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "policy-id",
"timestamp": 1658119332914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119342214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-18T04:43:03.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "clamp",
"timestamp": 1658119340163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "cds",
"timestamp": 1658119334420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "aai-ml",
"timestamp": 1658119339735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "policy-id",
"timestamp": 1658119332914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119332201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119342214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "clamp",
"timestamp": 1658119340163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:43:03.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "cds",
"timestamp": 1658119334420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:43:03.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "aai-ml",
"timestamp": 1658119339735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:43:03.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119332201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "policy-id",
"timestamp": 1658119332914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:43:03.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119342214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:43:03.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "policy-id",
"timestamp": 1658119349461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:43:03.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:43:03.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "aai-ml",
"timestamp": 1658119348716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:43:03.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:43:03.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "cds",
"timestamp": 1658119348576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:43:03.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:43:03.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119350102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:43:03.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:43:03.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "policy-id",
"timestamp": 1658119350468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-18T04:43:03.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:43:03.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "cds",
"timestamp": 1658119349584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-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-18T04:43:03.895Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2054341-b08b-4070-85ca-50b5ea5f33ae
2022-07-18T04:43:03.896Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2054341-b08b-4070-85ca-50b5ea5f33ae 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-18T04:43:03.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119351304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:43:03.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:43:03.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "policy-id",
"timestamp": 1658119351472,
"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-18T04:43:03.917Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2054341-b08b-4070-85ca-50b5ea5f33ae
2022-07-18T04:43:03.918Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2054341-b08b-4070-85ca-50b5ea5f33ae 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-18T04:43:03.929Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:43:03.930Z||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-18T04:43:03.930Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:03.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119352494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:43:03.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:43:03.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119353531,
"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-18T04:43:03.945Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2054341-b08b-4070-85ca-50b5ea5f33ae
2022-07-18T04:43:03.945Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2054341-b08b-4070-85ca-50b5ea5f33ae 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-18T04:43:03.949Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:03.950Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-18T04:43:03.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119352150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119354538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-18T04:43:03.955Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:43:03.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119352150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119352150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119352150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119352150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119352150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:03.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "aai-ml",
"timestamp": 1658119358819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-18T04:43:03.960Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:43:03.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119352150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:43:03.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:43:03.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "aai-ml",
"timestamp": 1658119359825,
"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-18T04:43:03.968Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2054341-b08b-4070-85ca-50b5ea5f33ae
2022-07-18T04:43:03.968Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2054341-b08b-4070-85ca-50b5ea5f33ae 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-18T04:43:03.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "clamp",
"timestamp": 1658119359991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:43:03.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:43:03.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119360000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:43:03.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:43:03.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "clamp",
"timestamp": 1658119362005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-18T04:43:03.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:43:03.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119362586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-18T04:43:03.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:43:03.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:03.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "clamp",
"timestamp": 1658119363009,
"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-18T04:43:03.989Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c2054341-b08b-4070-85ca-50b5ea5f33ae
2022-07-18T04:43:03.989Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2054341-b08b-4070-85ca-50b5ea5f33ae 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-18T04:43:04.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:43:04.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119363591,
"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-18T04:43:04.010Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2054341-b08b-4070-85ca-50b5ea5f33ae
2022-07-18T04:43:04.010Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2054341-b08b-4070-85ca-50b5ea5f33ae 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-18T04:43:04.829Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:43:04.831Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:04.833Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:04.834Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119383160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "NOTIFIED"
}
2022-07-18T04:43:04.933Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-18T04:43:04.934Z||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-18T04:43:04.935Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:04.974Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:04.975Z||pool-20-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:43:05.834Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:43:05.836Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:05.838Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:05.839Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119383160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-18T04:43:05.939Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:43:05.940Z||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-18T04:43:05.940Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:05.960Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:05.961Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:43:06.839Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:43:06.840Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:06.844Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:06.844Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119383160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:06.944Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:43:06.946Z||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-18T04:43:06.946Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:06.969Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:06.970Z||pool-22-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:43:07.845Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:43:07.846Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:07.848Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:07.849Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119383160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-18T04:43:07.949Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:43:07.950Z||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-18T04:43:07.950Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:08.009Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:08.010Z||pool-23-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:43:08.850Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:43:08.851Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:08.854Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:08.854Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119383160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:43:08.954Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:43:08.955Z||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-18T04:43:08.955Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:08.972Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:08.973Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:43:09.855Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:43:09.856Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:09.859Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:09.859Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119383160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:43:09.960Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:43:09.961Z||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-18T04:43:09.961Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:09.987Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:09.988Z||pool-25-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:43:10.861Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"serviceName": "basic_onboard_WODwuK",
"serviceVersion": "1.0",
"serviceUUID": "8af344fd-9b5b-4e2a-881b-f2c7df34039a",
"serviceDescription": "service",
"serviceInvariantUUID": "b40ec9b3-2447-49e3-b86f-228f9932d8f8",
"resources": [
{
"resourceInstanceName": "basic_onboard_WODwuK 0",
"resourceCustomizationUUID": "442a0a4a-22be-4849-9d54-71bd180c914c",
"resourceName": "basic_onboard_WODwuK",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "04464e23-2973-43d9-a74e-5fb9e403242b",
"resourceInvariantUUID": "6b066545-6479-4c2c-97f0-4b3d87e07a8c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wodwuk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"artifactChecksum": "OTQ2MzYxNjA0MDlmNTc0Y2FhN2M4MGY5N2M0M2IxZGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "15846006-34a5-4b5c-92ae-0b472e91976d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5044391b-21ff-4a6e-9a41-f80d071383e8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "914aaf72-e8e8-46ee-8266-5ebd95cb2fea",
"generatedFromUUID": "5044391b-21ff-4a6e-9a41-f80d071383e8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "914aaf72-e8e8-46ee-8266-5ebd95cb2fea",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWodwuk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"artifactChecksum": "YjM1MGFkODhjNGVlOWQ2ODg1YTA1MjZhNGQzN2RmYTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "33d71f90-b8f8-4658-a01b-07a0052b3dd7"
}
],
"workloadContext": "Production"
}
2022-07-18T04:43:10.862Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-18T04:43:10.862Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8af344fd-9b5b-4e2a-881b-f2c7df34039a ASDC
2022-07-18T04:43:10.863Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c2054341-b08b-4070-85ca-50b5ea5f33ae
ServiceName:basic_onboard_WODwuK
ServiceVersion:1.0
ServiceUUID:8af344fd-9b5b-4e2a-881b-f2c7df34039a
ServiceInvariantUUID:b40ec9b3-2447-49e3-b86f-228f9932d8f8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWodwuk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar
ArtifactUUID:33d71f90-b8f8-4658-a01b-07a0052b3dd7
ArtifactChecksum:YjM1MGFkODhjNGVlOWQ2ODg1YTA1MjZhNGQzN2RmYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WODwuK 0
ResourceCustomizationUUID:442a0a4a-22be-4849-9d54-71bd180c914c
ResourceInvariantUUID:6b066545-6479-4c2c-97f0-4b3d87e07a8c
ResourceName:basic_onboard_WODwuK
ResourceType:VF
ResourceUUID:04464e23-2973-43d9-a74e-5fb9e403242b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wodwuk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json
ArtifactUUID:15846006-34a5-4b5c-92ae-0b472e91976d
ArtifactChecksum:OTQ2MzYxNjA0MDlmNTc0Y2FhN2M4MGY5N2M0M2IxZGE=
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/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5044391b-21ff-4a6e-9a41-f80d071383e8
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/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env
ArtifactUUID:914aaf72-e8e8-46ee-8266-5ebd95cb2fea
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/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env
ArtifactUUID:914aaf72-e8e8-46ee-8266-5ebd95cb2fea
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-18T04:43:10.863Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8af344fd-9b5b-4e2a-881b-f2c7df34039a 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-18T04:43:10.932Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-18T04:43:10.933Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-18T04:43:10.933Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-18T04:43:10.934Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 33d71f90-b8f8-4658-a01b-07a0052b3dd7 from URL: /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:10.934Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-18T04:43:10.934Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:11.088Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-18T04:43:11.093Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar 33d71f90-b8f8-4658-a01b-07a0052b3dd7 71573
2022-07-18T04:43:11.093Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar ASDC sendASDCNotification
2022-07-18T04:43:11.094Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:11.094Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-18T04:43:11.094Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:11.097Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:11.098Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119391093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:43:11.196Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-18T04:43:11.198Z||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-18T04:43:11.198Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:11.218Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:11.219Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:43:12.098Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-18T04:43:12.099Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-18T04:43:12.100Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 33d71f90-b8f8-4658-a01b-07a0052b3dd7, URL: /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar to file: /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:12.100Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:12.101Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:12.101Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:12.435Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8873559891081724825/Definitions/service-BasicOnboardWodwuk-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-18T04:43:14.137Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-18T04:43:14.137Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-18T04:43:14.138Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:14.138Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-18T04:43:14.138Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||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-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:14.138Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||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-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:14.138Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||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-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:14.139Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||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-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:14.139Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:14.139Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:14.139Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||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-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:14.139Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WODwuK 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-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:14.140Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||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-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:14.140Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-18T04:43:14.140Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:14.140Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:14.141Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria
2022-07-18T04:43:14.141Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-18T04:43:14.141Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-18T04:43:14.141Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:14.142Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:14.142Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria
2022-07-18T04:43:14.142Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-18T04:43:14.142Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-18T04:43:14.143Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:14.143Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:14.143Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:14.143Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is not matching search criteria
2022-07-18T04:43:14.143Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-18T04:43:14.144Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-18T04:43:14.144Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-18T04:43:14.144Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-18T04:43:14.144Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-18T04:43:14.144Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:14.145Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-18T04:43:14.145Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:14.145Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria
2022-07-18T04:43:14.146Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:43:14.146Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:14.146Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria
2022-07-18T04:43:14.147Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:43:14.147Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:14.148Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria
2022-07-18T04:43:14.148Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:43:14.148Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:14.148Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is not matching search criteria
2022-07-18T04:43:14.149Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-18T04:43:14.149Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-18T04:43:14.149Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a42e70c-e738-40ad-a04f-cef85f80f01c
2022-07-18T04:43:14.149Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:14.150Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:14.150Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:14.150Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:14.150Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:14.150Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:14.151Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:14.151Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:14.151Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_WODwuK
Description:service
Model UUID:8af344fd-9b5b-4e2a-881b-f2c7df34039a
Model Version:NULL
Model InvariantUuid:b40ec9b3-2447-49e3-b86f-228f9932d8f8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_WODwuK
Model UUID:4b8bc8ff-ad20-49e3-b2cf-0fb2606e9dc3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6b066545-6479-4c2c-97f0-4b3d87e07a8c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:442a0a4a-22be-4849-9d54-71bd180c914c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:01e3ca56-f1e6-41cd-ae35-7591a0c0315e
ModelName:BasicOnboardWodwuk..base_ubuntu18..module-0
ModelUuid:01949403-8d28-4056-91e8-531d33de54c3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0a42e70c-e738-40ad-a04f-cef85f80f01c
ModelInvariantUuid:7f9971b6-c11c-4914-b1f5-c2f3198428e3
ModelName:basic_onboard_WODwuK-nodes.ubuntu18Cvfc
ModelUuid:7b81c1cf-6d02-41f5-9134-92f8acabf279
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:271d5868-fae3-4e76-b243-e9ababb954ab
ModelInvariantUuid:53c14fcd-a8c5-4060-aab4-6344c3883910
ModelName:BasicOnboardWodwuk.compute.nodes.heat.ubuntu18
ModelUuid:0ee56f02-4571-4e15-8f9b-a5ff1fcfe6fb
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-18T04:43:14.159Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 04464e23-2973-43d9-a74e-5fb9e403242b
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-18T04:43:14.163Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||basic_onboard_WODwuK 0
2022-07-18T04:43:14.164Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 04464e23-2973-43d9-a74e-5fb9e403242b
2022-07-18T04:43:14.164Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 15846006-34a5-4b5c-92ae-0b472e91976d from URL: /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json
2022-07-18T04:43:14.164Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-18T04:43:14.165Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json
2022-07-18T04:43:14.354Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-18T04:43:14.354Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json 15846006-34a5-4b5c-92ae-0b472e91976d 798
2022-07-18T04:43:14.355Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json ASDC sendASDCNotification
2022-07-18T04:43:14.355Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json
2022-07-18T04:43:14.355Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-18T04:43:14.355Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:14.358Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:14.358Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119394355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:43:14.458Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:43:14.463Z||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-18T04:43:14.463Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:14.505Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:14.508Z||pool-27-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:43:15.359Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWodwuk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "01e3ca56-f1e6-41cd-ae35-7591a0c0315e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "01949403-8d28-4056-91e8-531d33de54c3",
"vfModuleModelCustomizationUUID": "134d7ff7-cedc-42bf-b6fb-e3f9fcb4b0e0",
"isBase": true,
"artifacts": [
"5044391b-21ff-4a6e-9a41-f80d071383e8",
"914aaf72-e8e8-46ee-8266-5ebd95cb2fea"
],
"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-18T04:43:15.366Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWodwuk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:01949403-8d28-4056-91e8-531d33de54c3
VfModuleModelInvariantUUID:01e3ca56-f1e6-41cd-ae35-7591a0c0315e
VfModuleModelDescription:NULL
Artifacts UUID List:{
5044391b-21ff-4a6e-9a41-f80d071383e8
,
914aaf72-e8e8-46ee-8266-5ebd95cb2fea
}
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-18T04:43:15.369Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWodwuk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "01e3ca56-f1e6-41cd-ae35-7591a0c0315e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "01949403-8d28-4056-91e8-531d33de54c3",
"vfModuleModelCustomizationUUID": "134d7ff7-cedc-42bf-b6fb-e3f9fcb4b0e0",
"isBase": true,
"artifacts": [
"5044391b-21ff-4a6e-9a41-f80d071383e8",
"914aaf72-e8e8-46ee-8266-5ebd95cb2fea"
],
"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-18T04:43:15.369Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWodwuk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:01949403-8d28-4056-91e8-531d33de54c3
VfModuleModelInvariantUUID:01e3ca56-f1e6-41cd-ae35-7591a0c0315e
VfModuleModelDescription:NULL
Artifacts UUID List:{
5044391b-21ff-4a6e-9a41-f80d071383e8
,
914aaf72-e8e8-46ee-8266-5ebd95cb2fea
}
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-18T04:43:15.370Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5044391b-21ff-4a6e-9a41-f80d071383e8 from URL: /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml
2022-07-18T04:43:15.370Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-18T04:43:15.370Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml
2022-07-18T04:43:15.481Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-18T04:43:15.481Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml 5044391b-21ff-4a6e-9a41-f80d071383e8 5033
2022-07-18T04:43:15.482Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-18T04:43:15.482Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml
2022-07-18T04:43:15.483Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-18T04:43:15.483Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:15.488Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:15.488Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119395482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:43:15.586Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-18T04:43:15.588Z||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-18T04:43:15.588Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:15.614Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:15.615Z||pool-28-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:43:16.490Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 914aaf72-e8e8-46ee-8266-5ebd95cb2fea from URL: /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env
2022-07-18T04:43:16.490Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-18T04:43:16.491Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env
2022-07-18T04:43:16.696Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-18T04:43:16.697Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env 914aaf72-e8e8-46ee-8266-5ebd95cb2fea 909
2022-07-18T04:43:16.697Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-18T04:43:16.698Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env
2022-07-18T04:43:16.698Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-18T04:43:16.698Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:16.700Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:16.700Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119396697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:43:16.800Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:43:16.802Z||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-18T04:43:16.802Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:16.823Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:16.824Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:43:17.701Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8af344fd-9b5b-4e2a-881b-f2c7df34039a
2022-07-18T04:43:17.702Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WODwuK 0 04464e23-2973-43d9-a74e-5fb9e403242b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-18T04:43:17.724Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64276fd6, org.onap.sdc.toscaparser.api.parameters.Input@1b1aba2c, org.onap.sdc.toscaparser.api.parameters.Input@68886787, org.onap.sdc.toscaparser.api.parameters.Input@6312122, org.onap.sdc.toscaparser.api.parameters.Input@59b7a7ed]
2022-07-18T04:43:17.727Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:17.727Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:17.728Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-07-18T04:43:17.728Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 442a0a4a-22be-4849-9d54-71bd180c914c
2022-07-18T04:43:17.728Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 442a0a4a-22be-4849-9d54-71bd180c914c matches Tosca VF Customization UUID: 442a0a4a-22be-4849-9d54-71bd180c914c
2022-07-18T04:43:17.729Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 442a0a4a-22be-4849-9d54-71bd180c914c 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-18T04:43:17.734Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:17.734Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:17.735Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 442a0a4a-22be-4849-9d54-71bd180c914c: {\"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-18T04:43:17.736Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@331a4a95
2022-07-18T04:43:17.736Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:17.737Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-18T04:43:17.738Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 134d7ff7-cedc-42bf-b6fb-e3f9fcb4b0e0
2022-07-18T04:43:17.738Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 134d7ff7-cedc-42bf-b6fb-e3f9fcb4b0e0
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-18T04:43:17.743Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:17.744Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria
2022-07-18T04:43:17.744Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:43:17.745Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:17.745Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria
2022-07-18T04:43:17.745Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:43:17.746Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:17.746Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is not matching search criteria
2022-07-18T04:43:17.747Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-18T04:43:17.747Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-18T04:43:17.747Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a42e70c-e738-40ad-a04f-cef85f80f01c
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-18T04:43:17.751Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:17.752Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria
2022-07-18T04:43:17.752Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:43:17.757Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:17.758Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria
2022-07-18T04:43:17.759Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0] matching following query criteria: sdcType=VF, customizationUUID=442a0a4a-22be-4849-9d54-71bd180c914c
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-18T04:43:17.763Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:17.763Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:17.764Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8af344fd-9b5b-4e2a-881b-f2c7df34039a: basic_onboard_WODwuK
2022-07-18T04:43:17.764Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:17.765Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:17.765Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:17.765Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:17.766Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:17.766Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:17.766Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:17.767Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:17.767Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:43:17.767Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:43:17.767Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_WODwuK
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-18T04:43:17.886Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WODwuK 04464e23-2973-43d9-a74e-5fb9e403242b 1 ASDC deployResourceStructure
2022-07-18T04:43:17.887Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json ASDC sendASDCNotification
2022-07-18T04:43:17.888Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json
2022-07-18T04:43:17.888Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-18T04:43:17.889Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:17.892Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:17.892Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119397887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-18T04:43:17.992Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:43:17.993Z||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-18T04:43:17.993Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:18.013Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:18.014Z||pool-30-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:43:18.893Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-18T04:43:18.894Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml
2022-07-18T04:43:18.894Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-18T04:43:18.894Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:18.897Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:18.897Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119398893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-18T04:43:18.997Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:43:18.998Z||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-18T04:43:18.998Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:19.018Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:19.018Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:43:19.898Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-18T04:43:19.898Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env
2022-07-18T04:43:19.898Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-18T04:43:19.898Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:19.901Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:19.901Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119399898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-18T04:43:20.005Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-18T04:43:20.014Z||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-18T04:43:20.014Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:20.040Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:20.041Z||pool-32-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:43:20.904Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar ASDC sendASDCNotification
2022-07-18T04:43:20.904Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar
2022-07-18T04:43:20.904Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-18T04:43:20.905Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:20.907Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:20.907Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119400904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-18T04:43:21.008Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-18T04:43:21.009Z||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-18T04:43:21.009Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:21.043Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:21.044Z||pool-33-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":2,"count":1}
2022-07-18T04:43:21.908Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2054341-b08b-4070-85ca-50b5ea5f33ae
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-18T04:43:21.927Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2054341-b08b-4070-85ca-50b5ea5f33ae
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-18T04:43:21.934Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-18T04:43:21.935Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-18T04:43:21.935Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-18T04:43:21.935Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-18T04:43:21.935Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-18T04:43:21.935Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-18T04:43:21.935Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-18T04:43:21.935Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-18T04:43:21.936Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-18T04:43:21.936Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-18T04:43:21.936Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||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-18T04:43:21.943Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-18T04:43:51.944Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2054341-b08b-4070-85ca-50b5ea5f33ae 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-18T04:43:51.962Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2054341-b08b-4070-85ca-50b5ea5f33ae and serviceModelVersionId: 8af344fd-9b5b-4e2a-881b-f2c7df34039a
2022-07-18T04:43:51.963Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b40ec9b3-2447-49e3-b86f-228f9932d8f8
2022-07-18T04:43:51.967Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b40ec9b3-2447-49e3-b86f-228f9932d8f8/model-vers/model-ver/8af344fd-9b5b-4e2a-881b-f2c7df34039a?depth=0
2022-07-18T04:43:51.976Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-18T04:43:52.093Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b40ec9b3-2447-49e3-b86f-228f9932d8f8/model-vers/model-ver/8af344fd-9b5b-4e2a-881b-f2c7df34039a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-18T04:43:52.094Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b40ec9b3-2447-49e3-b86f-228f9932d8f8/model-vers/model-ver/8af344fd-9b5b-4e2a-881b-f2c7df34039a?depth=0|INFO|500||Invoke
2022-07-18T04:43:52.132Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b40ec9b3-2447-49e3-b86f-228f9932d8f8/model-vers/model-ver/8af344fd-9b5b-4e2a-881b-f2c7df34039a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-18T04:43:52.248Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b40ec9b3-2447-49e3-b86f-228f9932d8f8/model-vers/model-ver/8af344fd-9b5b-4e2a-881b-f2c7df34039a?depth=0|INFO|500||InvokeReturn
2022-07-18T04:43:52.249Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b40ec9b3-2447-49e3-b86f-228f9932d8f8/model-vers/model-ver/8af344fd-9b5b-4e2a-881b-f2c7df34039a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220718-04:43:52:302-55247], vertex-id=[405712], Content-Length=[0], Date=[Mon, 18 Jul 2022 04:43:52 GMT], Content-Type=[application/json]}
2022-07-18T04:43:52.250Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-07-18T04:43:52.250Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-18T04:43:52.250Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||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-18T04:43:52.258Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||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-18T04:43:52.258Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2054341-b08b-4070-85ca-50b5ea5f33ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-18T04:43:52.259Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-18T04:43:52.259Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:43:52.263Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:43:52.263Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119432259,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-18T04:43:52.363Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:43:52.364Z||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-18T04:43:52.364Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:43:52.397Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:43:52.398Z||pool-34-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-18T04:44:03.160Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:44:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:44:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:44:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:44:03.166Z||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-18T04:44:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:44:03.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:44:03.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:44:03.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119383160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:44:03.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:44:12.725Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:45:03.160Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:45:03.161Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:45:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:45:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:45:03.165Z||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-18T04:45:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:45:03.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:45:03.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119383160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "NOTIFIED"
}
2022-07-18T04:45:03.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:45:03.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119383160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-18T04:45:03.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:45:03.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119383160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:45:03.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:45:03.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119383160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-18T04:45:03.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:45:03.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119383160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:45:03.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:45:03.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119383160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:45:03.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-18T04:45:03.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119391093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:45:03.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:45:03.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119394355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:45:03.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:45:03.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119395482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:45:03.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:45:03.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119396697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:45:03.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:45:03.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119397887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-18T04:45:03.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:45:03.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119398893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-18T04:45:03.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:45:03.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119399898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-18T04:45:03.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:45:03.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119400904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-18T04:45:03.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:45:03.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-18T04:45:03.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119432259,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-18T04:45:03.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:45:12.731Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:46:03.161Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:46:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:46:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:46:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:46:03.166Z||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-18T04:46:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:46:12.728Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:46:12.741Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:47:03.161Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:47:03.163Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:47:03.163Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:47:03.165Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:47:03.166Z||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-18T04:47:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:47:12.729Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:47:12.736Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:48:03.161Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:48:03.163Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:48:03.163Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:48:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:48:03.167Z||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-18T04:48:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:48:12.738Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:48:12.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:49:03.161Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:49:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:49:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:49:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:49:03.166Z||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-18T04:49:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:49:12.723Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:49:12.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:50:03.160Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:50:03.161Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:50:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:50:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:50:03.166Z||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-18T04:50:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:50:12.721Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:50:12.735Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:51:03.160Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:51:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:51:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:51:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:51:03.166Z||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-18T04:51:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:51:12.732Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:51:12.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:52:03.160Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:52:03.161Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:52:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:52:03.165Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:52:03.166Z||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-18T04:52:03.166Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:52:12.734Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:52:12.750Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:03.160Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:53:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-18T04:53:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:03.166Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-18T04:53:03.167Z||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-18T04:53:03.167Z||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 R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:03.810Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:03.811Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.811Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"60978931-a0f2-4f38-920e-34d78f2fe154","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"486cb83a-af7c-4d10-8675-340e6168fe33","serviceDescription":"service","serviceInvariantUUID":"23c41590-daf4-4e53-82f9-5ca924d77287","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7dfeddaf-3cae-4320-8cfd-d302a5267164","resourceInvariantUUID":"ff1b5a28-08cc-4a89-8fb8-f3061eb6f0ce","resourceCustomizationUUID":"5dc68f84-e474-4e35-8f8d-0d96891abb4d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MTZhNTVkNDhkNzBjZDliMjAxNTRhNTlhNDkxYzJkNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da69560c-fd1b-4b6d-bd47-7714aff1ab77","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6220841-6498-4aa6-aad1-349889175e19","artifactVersion":"2","generatedFromUUID":"a13df1f6-ddd0-485d-8e5b-586ab19c0ad0"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a13df1f6-ddd0-485d-8e5b-586ab19c0ad0","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MWI2Mjk2YjFhZjIzNjIxNDI0MmRmNTY0NDAzYTFiZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"15359052-99cc-4998-ba23-4c92cbdce7fd","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b0439148-8f43-4b2d-9efd-a98cde02b433","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"935a3d47-6007-4e15-9ccd-b4f45bbb3a10","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8049b572-68ad-413b-81bb-63ca1c74411a","artifactVersion":"2","generatedFromUUID":"b0439148-8f43-4b2d-9efd-a98cde02b433"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTM4MGUxNzU1MDg3ODJmMjUwNDY3NGE5NmJhNmRiNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b622930-89df-4a24-9e8e-4c6bd0336e88","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjJjZTk3ZTY4NzhiZjIyNTdhMTNmNjFmNTNlOWVmMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50f52cf3-6670-4bd4-b7ec-553a0ebfd939","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-18T04:53:03.819Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:53:03.819Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:03.826Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:03.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:03.826Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119983160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119952151,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119952201,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "cds",
"timestamp": 1658119949420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "policy-id",
"timestamp": 1658119952914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119952151,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119952201,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "policy-id",
"timestamp": 1658119952914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "cds",
"timestamp": 1658119949420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119952201,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119952151,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "cds",
"timestamp": 1658119949420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "policy-id",
"timestamp": 1658119952914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119952201,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119952151,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "policy-id",
"timestamp": 1658119952914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "cds",
"timestamp": 1658119949420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119952201,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119952151,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "cds",
"timestamp": 1658119949420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "policy-id",
"timestamp": 1658119952914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-07-18T04:53:03.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119962214,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119952201,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119952151,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "policy-id",
"timestamp": 1658119952914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "cds",
"timestamp": 1658119949420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119962214,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-07-18T04:53:03.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119952151,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119952201,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "policy-id",
"timestamp": 1658119952914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "cds",
"timestamp": 1658119949420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119962214,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-07-18T04:53:03.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119952201,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119952151,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "policy-id",
"timestamp": 1658119952914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "cds",
"timestamp": 1658119949420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119962214,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-07-18T04:53:03.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "ves-openapi-manager",
"timestamp": 1658119952201,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119952151,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:53:03.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "policy-id",
"timestamp": 1658119952914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:53:03.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "cds",
"timestamp": 1658119949420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:53:03.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119962214,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-07-18T04:53:03.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119965693,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:53:03.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:53:03.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "cds",
"timestamp": 1658119966347,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:53:03.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:53:03.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "policy-id",
"timestamp": 1658119967307,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:53:03.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:53:03.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119962214,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "cds",
"timestamp": 1658119967357,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-18T04:53:03.918Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60978931-a0f2-4f38-920e-34d78f2fe154
2022-07-18T04:53:03.919Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60978931-a0f2-4f38-920e-34d78f2fe154 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=?
2022-07-18T04:53:03.923Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-07-18T04:53:03.924Z||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-18T04:53:03.925Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-18T04:53:03.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "policy-id",
"timestamp": 1658119968313,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-18T04:53:03.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:53:03.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119962214,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-07-18T04:53:03.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "policy-id",
"timestamp": 1658119969316,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-07-18T04:53:03.942Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:03.943Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-18T04:53:03.958Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60978931-a0f2-4f38-920e-34d78f2fe154
2022-07-18T04:53:03.959Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60978931-a0f2-4f38-920e-34d78f2fe154 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-18T04:53:03.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119968248,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-18T04:53:03.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:53:03.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119962214,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:03.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:03.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:03.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658119969252,
"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-18T04:53:03.985Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60978931-a0f2-4f38-920e-34d78f2fe154
2022-07-18T04:53:03.985Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60978931-a0f2-4f38-920e-34d78f2fe154 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-18T04:53:04.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119962214,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:53:04.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "aai-ml",
"timestamp": 1658119969734,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "clamp",
"timestamp": 1658119970163,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119972068,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:53:04.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:53:04.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "aai-ml",
"timestamp": 1658119969734,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "clamp",
"timestamp": 1658119970163,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119973145,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:53:04.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:53:04.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "aai-ml",
"timestamp": 1658119969734,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "clamp",
"timestamp": 1658119970163,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119974238,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:53:04.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:53:04.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "aai-ml",
"timestamp": 1658119969734,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "clamp",
"timestamp": 1658119970163,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-07-18T04:53:04.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "aai-ml",
"timestamp": 1658119969734,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119975353,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:53:04.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:53:04.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "clamp",
"timestamp": 1658119970163,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "aai-ml",
"timestamp": 1658119969734,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119976443,
"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-18T04:53:04.063Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60978931-a0f2-4f38-920e-34d78f2fe154
2022-07-18T04:53:04.063Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60978931-a0f2-4f38-920e-34d78f2fe154 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-18T04:53:04.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "clamp",
"timestamp": 1658119970163,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "aai-ml",
"timestamp": 1658119969734,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658119977448,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-18T04:53:04.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:53:04.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "clamp",
"timestamp": 1658119970163,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "aai-ml",
"timestamp": 1658119969734,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "clamp",
"timestamp": 1658119970163,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:04.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "aai-ml",
"timestamp": 1658119969734,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:53:04.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "clamp",
"timestamp": 1658119970163,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:53:04.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-18T04:53:04.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-18T04:53:04.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "aai-ml",
"timestamp": 1658119979626,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:53:04.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-18T04:53:04.831Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:53:04.832Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:04.834Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:04.835Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119983160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-07-18T04:53:04.935Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:53:04.936Z||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-18T04:53:04.936Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:04.956Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:04.957Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:53:05.836Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:53:05.837Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:05.840Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:05.840Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119983160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-07-18T04:53:05.940Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:53:05.941Z||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-18T04:53:05.941Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:05.959Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:05.959Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:53:06.840Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:53:06.841Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:06.845Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:06.845Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119983160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-07-18T04:53:06.945Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:53:06.946Z||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-18T04:53:06.946Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:06.975Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:06.975Z||pool-38-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:53:07.846Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:53:07.847Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:07.850Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:07.850Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119983160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-07-18T04:53:07.954Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-18T04:53:07.955Z||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-18T04:53:07.955Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:07.974Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:07.975Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:53:08.851Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:53:08.853Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:08.856Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:08.857Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119983160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:08.956Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-18T04:53:08.957Z||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-18T04:53:08.957Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:08.980Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:08.981Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:53:09.857Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:53:09.858Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:09.862Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:09.862Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119983160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-07-18T04:53:09.962Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:53:09.963Z||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-18T04:53:09.963Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:09.996Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:09.998Z||pool-41-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:53:10.863Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:53:10.863Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:10.868Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:10.869Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119983160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-18T04:53:10.968Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-18T04:53:10.969Z||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-18T04:53:10.969Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:10.992Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:10.992Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:53:11.869Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-18T04:53:11.871Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:11.873Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:11.874Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119983160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-07-18T04:53:11.974Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-18T04:53:11.975Z||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-18T04:53:11.975Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:11.992Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:11.992Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:53:12.876Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "486cb83a-af7c-4d10-8675-340e6168fe33",
"serviceDescription": "service",
"serviceInvariantUUID": "23c41590-daf4-4e53-82f9-5ca924d77287",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "5dc68f84-e474-4e35-8f8d-0d96891abb4d",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7dfeddaf-3cae-4320-8cfd-d302a5267164",
"resourceInvariantUUID": "ff1b5a28-08cc-4a89-8fb8-f3061eb6f0ce",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b6220841-6498-4aa6-aad1-349889175e19",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a13df1f6-ddd0-485d-8e5b-586ab19c0ad0",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "MWI2Mjk2YjFhZjIzNjIxNDI0MmRmNTY0NDAzYTFiZjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "15359052-99cc-4998-ba23-4c92cbdce7fd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b0439148-8f43-4b2d-9efd-a98cde02b433",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8049b572-68ad-413b-81bb-63ca1c74411a",
"generatedFromUUID": "b0439148-8f43-4b2d-9efd-a98cde02b433"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8049b572-68ad-413b-81bb-63ca1c74411a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "YjJjZTk3ZTY4NzhiZjIyNTdhMTNmNjFmNTNlOWVmMmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "50f52cf3-6670-4bd4-b7ec-553a0ebfd939"
}
],
"workloadContext": "Production"
}
2022-07-18T04:53:12.877Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-18T04:53:12.877Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 486cb83a-af7c-4d10-8675-340e6168fe33 ASDC
2022-07-18T04:53:12.878Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:60978931-a0f2-4f38-920e-34d78f2fe154
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:486cb83a-af7c-4d10-8675-340e6168fe33
ServiceInvariantUUID:23c41590-daf4-4e53-82f9-5ca924d77287
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:50f52cf3-6670-4bd4-b7ec-553a0ebfd939
ArtifactChecksum:YjJjZTk3ZTY4NzhiZjIyNTdhMTNmNjFmNTNlOWVmMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:5dc68f84-e474-4e35-8f8d-0d96891abb4d
ResourceInvariantUUID:ff1b5a28-08cc-4a89-8fb8-f3061eb6f0ce
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7dfeddaf-3cae-4320-8cfd-d302a5267164
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:b6220841-6498-4aa6-aad1-349889175e19
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:a13df1f6-ddd0-485d-8e5b-586ab19c0ad0
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:15359052-99cc-4998-ba23-4c92cbdce7fd
ArtifactChecksum:MWI2Mjk2YjFhZjIzNjIxNDI0MmRmNTY0NDAzYTFiZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:b0439148-8f43-4b2d-9efd-a98cde02b433
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:8049b572-68ad-413b-81bb-63ca1c74411a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:8049b572-68ad-413b-81bb-63ca1c74411a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-18T04:53:12.878Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 486cb83a-af7c-4d10-8675-340e6168fe33 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-18T04:53:12.981Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-18T04:53:12.982Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-18T04:53:12.983Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-18T04:53:12.983Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 50f52cf3-6670-4bd4-b7ec-553a0ebfd939 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-18T04:53:12.983Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-18T04:53:12.984Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-18T04:53:13.057Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-18T04:53:13.062Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 50f52cf3-6670-4bd4-b7ec-553a0ebfd939 68955
2022-07-18T04:53:13.064Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-18T04:53:13.064Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-18T04:53:13.064Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-18T04:53:13.065Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:13.068Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:13.069Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119993064,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:53:13.169Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:53:13.170Z||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-18T04:53:13.170Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:13.190Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:13.191Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:53:14.070Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-18T04:53:14.071Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-18T04:53:14.072Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 50f52cf3-6670-4bd4-b7ec-553a0ebfd939, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-18T04:53:14.072Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-18T04:53:14.073Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-18T04:53:14.073Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-18T04:53:14.264Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13208598517871563769/Definitions/service-BasicCnf-template.yml
2022-07-18T04:53:15.953Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-18T04:53:15.953Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-18T04:53:15.954Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-18T04:53:15.955Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-18T04:53:15.956Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-18T04:53:15.956Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-18T04:53:15.957Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||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-BasicCnf-csar.csar
2022-07-18T04:53:15.957Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2022-07-18T04:53:15.957Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-18T04:53:15.958Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:15.959Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:53:15.959Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-18T04:53:15.959Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-18T04:53:15.960Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-18T04:53:15.960Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:15.961Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:53:15.961Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-18T04:53:15.961Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-18T04:53:15.962Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-18T04:53:15.962Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:15.962Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:53:15.963Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:15.963Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-18T04:53:15.963Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-18T04:53:15.964Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-18T04:53:15.964Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-18T04:53:15.964Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:15.965Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-18T04:53:15.965Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:15.965Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-18T04:53:15.966Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:53:15.966Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:15.966Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-18T04:53:15.966Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:53:15.967Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:15.967Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-18T04:53:15.967Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:53:15.967Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:15.968Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-18T04:53:15.968Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-18T04:53:15.968Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=136a02ed-0661-4cff-a655-37d84f414dcc
2022-07-18T04:53:15.969Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:15.969Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:53:15.969Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:15.970Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:53:15.970Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:15.970Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:53:15.971Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:15.971Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:53:15.971Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:486cb83a-af7c-4d10-8675-340e6168fe33
Model Version:NULL
Model InvariantUuid:23c41590-daf4-4e53-82f9-5ca924d77287
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:7398c7a0-c8b3-476a-bde5-e789f436e442
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ff1b5a28-08cc-4a89-8fb8-f3061eb6f0ce
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5dc68f84-e474-4e35-8f8d-0d96891abb4d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a09503f6-7329-4fd8-a83a-00679ad73020
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:13ee2c72-4dbe-435a-aba0-384e251a277f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:136a02ed-0661-4cff-a655-37d84f414dcc
ModelInvariantUuid:cccc9de4-1a89-46a5-9dde-bf42b53f1447
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:df8ce80b-dec4-46c1-b244-eb77a3860ba9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:8ebb0dcd-9a3d-475d-ba44-9ef477429369
ModelInvariantUuid:7b24fa0b-ef66-4564-be43-41404979e04d
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:3b41ee47-34a4-4f6d-a17c-811edccd3f33
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-18T04:53:15.983Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 7dfeddaf-3cae-4320-8cfd-d302a5267164
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-18T04:53:15.990Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-07-18T04:53:15.990Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7dfeddaf-3cae-4320-8cfd-d302a5267164
2022-07-18T04:53:15.990Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b6220841-6498-4aa6-aad1-349889175e19 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-18T04:53:15.991Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-18T04:53:15.991Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-18T04:53:16.099Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-18T04:53:16.099Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b6220841-6498-4aa6-aad1-349889175e19 12
2022-07-18T04:53:16.100Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-07-18T04:53:16.100Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-18T04:53:16.100Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-18T04:53:16.101Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:16.104Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:16.104Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119996100,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:53:16.204Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:53:16.205Z||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-18T04:53:16.206Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:16.224Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:16.224Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:53:17.105Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a13df1f6-ddd0-485d-8e5b-586ab19c0ad0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-18T04:53:17.105Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-18T04:53:17.107Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-18T04:53:17.202Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-18T04:53:17.202Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a13df1f6-ddd0-485d-8e5b-586ab19c0ad0 2688
2022-07-18T04:53:17.203Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-07-18T04:53:17.203Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-18T04:53:17.203Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-18T04:53:17.203Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:17.206Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:17.206Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119997203,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:53:17.306Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-18T04:53:17.308Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-18T04:53:17.308Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:17.332Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:17.333Z||pool-46-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:53:18.208Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 15359052-99cc-4998-ba23-4c92cbdce7fd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-18T04:53:18.208Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-18T04:53:18.209Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-18T04:53:18.270Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-18T04:53:18.270Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 15359052-99cc-4998-ba23-4c92cbdce7fd 828
2022-07-18T04:53:18.270Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-07-18T04:53:18.270Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-18T04:53:18.271Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-18T04:53:18.271Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:18.273Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:18.273Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119998270,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:53:18.374Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-18T04:53:18.375Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-18T04:53:18.375Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:18.400Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:18.401Z||pool-47-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-07-18T04:53:19.275Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "a09503f6-7329-4fd8-a83a-00679ad73020",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "13ee2c72-4dbe-435a-aba0-384e251a277f",
"vfModuleModelCustomizationUUID": "6e7bed45-fdc8-4327-b62e-0dc39af8d05a",
"isBase": true,
"artifacts": [
"b0439148-8f43-4b2d-9efd-a98cde02b433",
"a13df1f6-ddd0-485d-8e5b-586ab19c0ad0",
"8049b572-68ad-413b-81bb-63ca1c74411a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"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-18T04:53:19.279Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:13ee2c72-4dbe-435a-aba0-384e251a277f
VfModuleModelInvariantUUID:a09503f6-7329-4fd8-a83a-00679ad73020
VfModuleModelDescription:NULL
Artifacts UUID List:{
b0439148-8f43-4b2d-9efd-a98cde02b433
,
a13df1f6-ddd0-485d-8e5b-586ab19c0ad0
,
8049b572-68ad-413b-81bb-63ca1c74411a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-18T04:53:19.281Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "a09503f6-7329-4fd8-a83a-00679ad73020",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "13ee2c72-4dbe-435a-aba0-384e251a277f",
"vfModuleModelCustomizationUUID": "6e7bed45-fdc8-4327-b62e-0dc39af8d05a",
"isBase": true,
"artifacts": [
"b0439148-8f43-4b2d-9efd-a98cde02b433",
"a13df1f6-ddd0-485d-8e5b-586ab19c0ad0",
"8049b572-68ad-413b-81bb-63ca1c74411a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"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-18T04:53:19.281Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:13ee2c72-4dbe-435a-aba0-384e251a277f
VfModuleModelInvariantUUID:a09503f6-7329-4fd8-a83a-00679ad73020
VfModuleModelDescription:NULL
Artifacts UUID List:{
b0439148-8f43-4b2d-9efd-a98cde02b433
,
a13df1f6-ddd0-485d-8e5b-586ab19c0ad0
,
8049b572-68ad-413b-81bb-63ca1c74411a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-18T04:53:19.282Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b0439148-8f43-4b2d-9efd-a98cde02b433 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-18T04:53:19.282Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-18T04:53:19.282Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-18T04:53:19.394Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-18T04:53:19.397Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b0439148-8f43-4b2d-9efd-a98cde02b433 1164
2022-07-18T04:53:19.398Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-07-18T04:53:19.398Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-18T04:53:19.399Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-18T04:53:19.400Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:19.402Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:19.402Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658119999398,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:53:19.502Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-18T04:53:19.503Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-18T04:53:19.504Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:19.524Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:19.526Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:53:20.404Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8049b572-68ad-413b-81bb-63ca1c74411a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-18T04:53:20.405Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-18T04:53:20.406Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-18T04:53:20.597Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-18T04:53:20.598Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8049b572-68ad-413b-81bb-63ca1c74411a 200
2022-07-18T04:53:20.598Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-07-18T04:53:20.598Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-18T04:53:20.598Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-18T04:53:20.599Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-18T04:53:20.601Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-18T04:53:20.601Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658120000598,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-07-18T04:53:20.705Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-18T04:53:20.706Z||pool-49-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-18T04:53:20.707Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ...
2022-07-18T04:53:20.726Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-18T04:53:20.727Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-18T04:53:21.601Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 486cb83a-af7c-4d10-8675-340e6168fe33
2022-07-18T04:53:21.603Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7dfeddaf-3cae-4320-8cfd-d302a5267164 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=?
2022-07-18T04:53:21.625Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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-18T04:53:21.638Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b0315ae, org.onap.sdc.toscaparser.api.parameters.Input@ab7041b, org.onap.sdc.toscaparser.api.parameters.Input@3e3066db, org.onap.sdc.toscaparser.api.parameters.Input@4d5dccc2, org.onap.sdc.toscaparser.api.parameters.Input@5e601ea2]
2022-07-18T04:53:21.641Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:21.641Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:53:21.641Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-07-18T04:53:21.642Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 5dc68f84-e474-4e35-8f8d-0d96891abb4d
2022-07-18T04:53:21.642Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5dc68f84-e474-4e35-8f8d-0d96891abb4d matches Tosca VF Customization UUID: 5dc68f84-e474-4e35-8f8d-0d96891abb4d
2022-07-18T04:53:21.642Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 5dc68f84-e474-4e35-8f8d-0d96891abb4d 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-18T04:53:21.645Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:21.645Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-18T04:53:21.646Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 5dc68f84-e474-4e35-8f8d-0d96891abb4d: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-07-18T04:53:21.646Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@72e61665
2022-07-18T04:53:21.646Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:21.646Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-18T04:53:21.646Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e7bed45-fdc8-4327-b62e-0dc39af8d05a
2022-07-18T04:53:21.646Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e7bed45-fdc8-4327-b62e-0dc39af8d05a
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-18T04:53:21.649Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:21.649Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-18T04:53:21.650Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:53:21.650Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-18T04:53:21.650Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-18T04:53:21.650Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-18T04:53:21.650Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery