By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-05T03:34:51.047Z||main|||||INFO|500||The following profiles are active: basic
2022-06-05T03:35:10.086Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-05T03:35:10.088Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-05T03:35:10.280Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-05T03:35:17.450Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-05T03:35:18.095Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-05T03:35:18.857Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-05T03:35:18.867Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-05T03:35:19.062Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-05T03:35:19.391Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-05T03:35:20.259Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-05T03:35:22.774Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-05T03:35:26.058Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-05T03:35:26.145Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-05T03:35:26.949Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-05T03:35:27.259Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-05T03:35:28.923Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-05T03:35:30.636Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-05T03:35:30.664Z||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$$9ade955a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-05T03:35:30.666Z||main|||||WARN|500||The sdc end point is not alive
2022-06-05T03:35:35.128Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-05T03:35:38.691Z||main|||||WARN|500||---
2022-06-05T03:35:38.692Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-05T03:35:38.692Z||main|||||WARN|500||---
2022-06-05T03:35:39.258Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-05T03:35:45.566Z||main|||||INFO|500||Started Application in 59.819 seconds (JVM running for 64.101)
2022-06-05T03:35:45.606Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T03:35:45.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T03:35:45.621Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T03:35:45.656Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T03:35:45.720Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 190f6b7c-d052-43fc-8adf-b4b316d58e8b url= /sdc/v1/artifactTypes
2022-06-05T03:35:45.721Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T03:35:46.831Z||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.46.71] 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$$a3258904.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-05T03:35:46.836Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54f86069
2022-06-05T03:35:46.837Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-05T03:35:46.855Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-05T03:35:46.858Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-05T03:35:46.862Z||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$$a3258904.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-05T03:36:35.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T03:36:35.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T03:36:35.557Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T03:36:35.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T03:36:35.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cfd094ce-a944-4948-a575-e78136b2f2e2 url= /sdc/v1/artifactTypes
2022-06-05T03:36:35.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T03:36:36.586Z||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.46.71] 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$$a3258904.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-05T03:36:36.588Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70bc4eba
2022-06-05T03:36:36.588Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-05T03:36:36.589Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-05T03:36:36.589Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-05T03:36:36.589Z||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$$a3258904.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-05T03:37:25.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T03:37:25.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T03:37:25.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T03:37:25.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T03:37:25.569Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8abbab64-9b5f-4453-abaa-e60b2ee5730e url= /sdc/v1/artifactTypes
2022-06-05T03:37:25.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T03:37:26.603Z||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.46.71] 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$$a3258904.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-05T03:37:26.605Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@440cc584
2022-06-05T03:37:26.605Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-05T03:37:26.606Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-05T03:37:26.606Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-05T03:37:26.607Z||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$$a3258904.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-05T03:38:15.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T03:38:15.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T03:38:15.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T03:38:15.562Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T03:38:15.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 43ad91f0-4673-49f0-a19e-410a57283923 url= /sdc/v1/artifactTypes
2022-06-05T03:38:15.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T03:38:16.050Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-05T03:38:16.058Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-05T03:38:16.082Z||scheduling-1|||||DEBUG|500||create keys
2022-06-05T03:38:16.090Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-05T03:38:16.137Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:38:16.154Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8a6a9923-d45b-4385-b705-371e0725d64d url= /sdc/v1/registerForDistribution
2022-06-05T03:38:16.390Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8a6a9923-d45b-4385-b705-371e0725d64d url= /sdc/v1/registerForDistribution
2022-06-05T03:38:16.391Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-05T03:38:16.450Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:38:16.451Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:38:16.457Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-05T03:38:16.462Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:38:16.462Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:38:16.462Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:38:16.463Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:38:26.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:38:26.797Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:39:16.398Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:39:16.399Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:39:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:39:16.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:39:16.446Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:39:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:39:25.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:39:25.999Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:40:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:40:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:40:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:40:16.446Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:40:16.447Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:40:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:40:25.954Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:40:26.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:41:16.398Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:41:16.400Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:41:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:41:16.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:41:16.446Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:41:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:41:25.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:41:26.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:42:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:42:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:42:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:42:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:42:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:42:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:42:25.945Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:42:26.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:43:16.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:43:16.401Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:43:16.402Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:43:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:43:16.447Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:43:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:43:25.948Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:43:26.026Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:44:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:44:16.401Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:44:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:44:16.446Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:44:16.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:44:16.448Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:44:25.955Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:44:26.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:45:10.354Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-05T03:45:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:45:16.401Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:45:16.402Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:45:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:45:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:45:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:45:25.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:45:26.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:46:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:46:16.401Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:46:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:46:16.446Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:46:16.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:46:16.448Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:46:25.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:46:25.991Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:47:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:47:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:47:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:47:16.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:47:16.461Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:47:16.462Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:47:25.947Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:47:26.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:48:16.398Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:48:16.400Z||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-06-05T03:48:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:48:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:48:16.447Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:48:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:48:25.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:48:26.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:49:16.398Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:49:16.399Z||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-06-05T03:49:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:49:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:49:16.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:49:16.448Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:49:25.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:49:25.997Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:50:16.398Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:50:16.399Z||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-06-05T03:50:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:50:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:50:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:50:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:50:25.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:50:25.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:51:16.398Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:51:16.399Z||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-06-05T03:51:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:51:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:51:16.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:51:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:51:25.946Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:51:26.040Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:52:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:52:16.400Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:52:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:52:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:52:16.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:52:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:52:25.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:52:26.004Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:53:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:53:16.401Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:53:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:53:16.446Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:53:16.447Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:53:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:53:25.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:53:25.994Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:54:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:54:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:54:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:54:16.446Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:54:16.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:54:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:54:25.956Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:54:26.021Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:55:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:55:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:55:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:55:16.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:55:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:55:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:55:25.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:55:25.992Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:56:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:56:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:56:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:56:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:56:16.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:56:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:56:25.947Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:56:25.990Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:57:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:57:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:57:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:57:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:57:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:57:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:57:25.946Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:57:25.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:58:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:58:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:58:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:58:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:58:16.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:58:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:58:25.944Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:58:25.990Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:59:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:59:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:59:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:59:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:59:16.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:59:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:59:25.979Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T03:59:25.991Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:00:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:00:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:00:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:00:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:00:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:00:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:00:25.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:00:26.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:01:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:01:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:01:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:01:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:01:16.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:01:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:01:25.953Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:01:26.013Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:02:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:02:16.399Z||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-06-05T04:02:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:02:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:02:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:02:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:02:25.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:02:26.004Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:03:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:03:16.399Z||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-06-05T04:03:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:03:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:03:16.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:03:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:03:25.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:03:25.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:04:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:04:16.400Z||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-06-05T04:04:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:04:16.446Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:04:16.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:04:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:04:25.948Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:04:26.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:05:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:05:16.400Z||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-06-05T04:05:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:05:16.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:05:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:05:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:05:25.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:05:26.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:06:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:06:16.399Z||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-06-05T04:06:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:06:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:06:16.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:06:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:06:25.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:06:26.012Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:07:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:07:16.399Z||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-06-05T04:07:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:07:16.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:07:16.461Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:07:16.461Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:07:25.944Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:07:26.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:08:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:08:16.399Z||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-06-05T04:08:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:08:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:08:16.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:08:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:08:25.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:08:25.993Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:09:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:09:16.399Z||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-06-05T04:09:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:09:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:09:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:09:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:09:25.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:09:25.983Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:10:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:10:16.399Z||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-06-05T04:10:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:10:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:10:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:10:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:10:25.970Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:10:26.002Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:11:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:11:16.400Z||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-06-05T04:11:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:11:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:11:16.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:11:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:11:25.956Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:11:26.008Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:12:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:12:16.399Z||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-06-05T04:12:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:12:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:12:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:12:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:12:25.957Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:12:26.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:13:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:13:16.399Z||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-06-05T04:13:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:13:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:13:16.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:13:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:13:25.998Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:13:26.000Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:14:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:14:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:14:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:14:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:14:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:14:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:14:25.958Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:14:25.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:15:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:15:16.400Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:15:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:15:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:15:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:15:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:15:25.960Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:15:25.992Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:16:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:16:16.401Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:16:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:16:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:16:16.446Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:16:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:16:25.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:16:25.993Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:17:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:17:16.400Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:17:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:17:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:17:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:17:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:17:25.962Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:17:25.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:18:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:18:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:18:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:18:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:18:16.447Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:18:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:18:25.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:18:25.991Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:19:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:19:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:19:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:19:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:19:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:19:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:19:25.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:19:25.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:20:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:20:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:20:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:20:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:20:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:20:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:20:25.979Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:20:25.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:21:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:21:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:21:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:21:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:21:16.446Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:21:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:21:25.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:21:25.985Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:22:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:22:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:22:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:22:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:22:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:22:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:22:25.961Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:22:25.994Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:23:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:23:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:23:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:23:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:23:16.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:23:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:23:25.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:23:25.996Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:24:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:24:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:24:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:24:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:24:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:24:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:24:25.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:24:25.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:25:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:25:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:25:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:25:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:25:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:25:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:25:25.959Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:25:25.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:26:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:26:16.399Z||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-06-05T04:26:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:26:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:26:16.446Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:26:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:26:25.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:26:26.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:27:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:27:16.400Z||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-06-05T04:27:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:27:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:27:16.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:27:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:27:25.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:27:25.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:28:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:28:16.401Z||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-06-05T04:28:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:28:16.446Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:28:16.447Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:28:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:28:25.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:28:25.985Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:29:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:29:16.399Z||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-06-05T04:29:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:29:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:29:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:29:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:29:25.976Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:29:26.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:30:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:30:16.399Z||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-06-05T04:30:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:30:16.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:30:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:30:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:30:25.967Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:30:26.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:31:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:31:16.399Z||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-06-05T04:31:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:31:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:31:16.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:31:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:31:25.998Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:31:25.998Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:32:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:32:16.399Z||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-06-05T04:32:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:32:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:32:16.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:32:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:32:25.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:32:25.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:33:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:33:16.399Z||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-06-05T04:33:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:33:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:33:16.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:33:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:33:25.980Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:33:25.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:34:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:34:16.399Z||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-06-05T04:34:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:34:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:34:16.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:34:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:34:25.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:34:26.000Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:35:16.399Z||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-06-05T04:35:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:16.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:35:16.449Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:35:16.449Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:17.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:17.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e02d6308-7d1d-4dcf-9713-15a5dc3bb17e","serviceName":"basic_onboard_lAXkKz","serviceVersion":"1.0","serviceUUID":"794d4fc8-26c5-4fb2-9548-5d5dec51a46e","serviceDescription":"service","serviceInvariantUUID":"127440bc-d746-4f45-8c4a-5406f7ced36c","resources":[{"resourceInstanceName":"basic_onboard_lAXkKz 0","resourceName":"basic_onboard_lAXkKz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d9837454-09ff-4d79-9a3b-62fcc24ba47e","resourceInvariantUUID":"2061bbc5-873b-4d9d-b16f-72bbce5ae70a","resourceCustomizationUUID":"3342347f-6321-4872-ae6c-eeca3e577994","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml","artifactChecksum":"YTE3NWU1YmM4NDUwNTc0MDYyNWJkODFlMDIzZDQ4ZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c9b942c-b848-45b4-b39c-c62cf69ddb83","artifactVersion":"1"},{"artifactName":"basic_onboard_laxkkz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json","artifactChecksum":"Y2U0MmExMGM2NTJkMjI1N2M5YzliYTI4MmMyZjg1YmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"65f02a02-3935-4aaa-8db3-3e6be5ea74d8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7cbef787-953b-4019-8ecc-d4cb5f98e1e3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"93f99549-f4b8-4290-b5f0-ee79084b2fc7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8bd5b2ab-c441-4710-9131-7215a7413800","artifactVersion":"2","generatedFromUUID":"7cbef787-953b-4019-8ecc-d4cb5f98e1e3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLaxkkz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml","artifactChecksum":"YjFmMjdkZGY1NTVmOGQ5MjA4MGU0ZjUzZDc4MTViN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cad97664-1d6f-4bc9-a78b-c8ab4db8962c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLaxkkz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar","artifactChecksum":"Mjc5MTgzNGExNzI3YTA5NDU0MTQ2ZmQxZjk2NTAxNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9a997ed-172f-4cc6-9295-55cc0a1fa95c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T04:35:17.046Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:35:17.052Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:17.063Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:17.064Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403716398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:17.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "clamp",
"timestamp": 1654403684217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "ves-openapi-manager",
"timestamp": 1654403685667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "cds",
"timestamp": 1654403681473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "ves-openapi-manager",
"timestamp": 1654403685667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "cds",
"timestamp": 1654403681473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "clamp",
"timestamp": 1654403684217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "NOTIFIED"
}
2022-06-05T04:35:17.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "ves-openapi-manager",
"timestamp": 1654403685667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "cds",
"timestamp": 1654403681473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "clamp",
"timestamp": 1654403684217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "ves-openapi-manager",
"timestamp": 1654403685667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "cds",
"timestamp": 1654403681473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "clamp",
"timestamp": 1654403684217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "ves-openapi-manager",
"timestamp": 1654403685667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "cds",
"timestamp": 1654403681473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "clamp",
"timestamp": 1654403684217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "ves-openapi-manager",
"timestamp": 1654403685667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "cds",
"timestamp": 1654403681473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "clamp",
"timestamp": 1654403684217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "policy-id",
"timestamp": 1654403696288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "ves-openapi-manager",
"timestamp": 1654403685667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "cds",
"timestamp": 1654403681473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "clamp",
"timestamp": 1654403684217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403697288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "policy-id",
"timestamp": 1654403696288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403697288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "NOTIFIED"
}
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "policy-id",
"timestamp": 1654403696288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-05T04:35:17.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "cds",
"timestamp": 1654403699391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403697288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-05T04:35:17.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "policy-id",
"timestamp": 1654403696288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "cds",
"timestamp": 1654403700413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-05T04:35:17.165Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-05T04:35:17.171Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:17.172Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:35:17.190Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:17.192Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:35:17.351Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
2022-06-05T04:35:17.377Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:35:17.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403697288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "policy-id",
"timestamp": 1654403696288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403697288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-05T04:35:17.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "policy-id",
"timestamp": 1654403696288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403697288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "policy-id",
"timestamp": 1654403696288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:35:17.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "aai-ml",
"timestamp": 1654403702417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403697288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:35:17.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "aai-ml",
"timestamp": 1654403702417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "policy-id",
"timestamp": 1654403704594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403705274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.407Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "aai-ml",
"timestamp": 1654403702417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "policy-id",
"timestamp": 1654403705606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-05T04:35:17.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403704787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "clamp",
"timestamp": 1654403705553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "aai-ml",
"timestamp": 1654403702417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "policy-id",
"timestamp": 1654403706613,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:35:17.427Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
2022-06-05T04:35:17.428Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:35:17.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403706778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403704787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "aai-ml",
"timestamp": 1654403702417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403704787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "clamp",
"timestamp": 1654403707566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-05T04:35:17.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403708292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "aai-ml",
"timestamp": 1654403702417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403704787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "clamp",
"timestamp": 1654403708572,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:35:17.444Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
2022-06-05T04:35:17.444Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:35:17.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403709400,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:35:17.455Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
2022-06-05T04:35:17.456Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-05T04:35:17.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "aai-ml",
"timestamp": 1654403702417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:35:17.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403704787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403710406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-05T04:35:17.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403704787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "aai-ml",
"timestamp": 1654403710639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403704787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:35:17.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:35:17.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403712986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.470Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:18.072Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:35:18.073Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:18.075Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:18.075Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403716398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "NOTIFIED"
}
2022-06-05T04:35:18.175Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:18.177Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:18.177Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:18.192Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:18.193Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:35:19.076Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:35:19.079Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:19.083Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:19.083Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403716398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-05T04:35:19.183Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:19.184Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:19.185Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:19.201Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:19.202Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:20.084Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:35:20.085Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:20.087Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:20.087Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403716398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:20.188Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:35:20.189Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:20.189Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:20.209Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:20.209Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:21.088Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:35:21.089Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:21.092Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:21.092Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403716398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-05T04:35:21.192Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:21.193Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:21.194Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:21.211Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:21.212Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:22.093Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:35:22.094Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:22.101Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:22.101Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403716398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:35:22.201Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:22.203Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:22.203Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:22.218Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:22.219Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:23.101Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:35:23.102Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:23.106Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:23.107Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403716398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:35:23.208Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:23.209Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:23.209Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:23.224Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:23.224Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:24.113Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"serviceName": "basic_onboard_lAXkKz",
"serviceVersion": "1.0",
"serviceUUID": "794d4fc8-26c5-4fb2-9548-5d5dec51a46e",
"serviceDescription": "service",
"serviceInvariantUUID": "127440bc-d746-4f45-8c4a-5406f7ced36c",
"resources": [
{
"resourceInstanceName": "basic_onboard_lAXkKz 0",
"resourceCustomizationUUID": "3342347f-6321-4872-ae6c-eeca3e577994",
"resourceName": "basic_onboard_lAXkKz",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d9837454-09ff-4d79-9a3b-62fcc24ba47e",
"resourceInvariantUUID": "2061bbc5-873b-4d9d-b16f-72bbce5ae70a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_laxkkz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"artifactChecksum": "Y2U0MmExMGM2NTJkMjI1N2M5YzliYTI4MmMyZjg1YmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "65f02a02-3935-4aaa-8db3-3e6be5ea74d8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7cbef787-953b-4019-8ecc-d4cb5f98e1e3",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8bd5b2ab-c441-4710-9131-7215a7413800",
"generatedFromUUID": "7cbef787-953b-4019-8ecc-d4cb5f98e1e3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8bd5b2ab-c441-4710-9131-7215a7413800",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLaxkkz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"artifactChecksum": "Mjc5MTgzNGExNzI3YTA5NDU0MTQ2ZmQxZjk2NTAxNDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c9a997ed-172f-4cc6-9295-55cc0a1fa95c"
}
],
"workloadContext": "Production"
}
2022-06-05T04:35:24.119Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T04:35:24.119Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 794d4fc8-26c5-4fb2-9548-5d5dec51a46e ASDC
2022-06-05T04:35:24.284Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
ServiceName:basic_onboard_lAXkKz
ServiceVersion:1.0
ServiceUUID:794d4fc8-26c5-4fb2-9548-5d5dec51a46e
ServiceInvariantUUID:127440bc-d746-4f45-8c4a-5406f7ced36c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLaxkkz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar
ArtifactUUID:c9a997ed-172f-4cc6-9295-55cc0a1fa95c
ArtifactChecksum:Mjc5MTgzNGExNzI3YTA5NDU0MTQ2ZmQxZjk2NTAxNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lAXkKz 0
ResourceCustomizationUUID:3342347f-6321-4872-ae6c-eeca3e577994
ResourceInvariantUUID:2061bbc5-873b-4d9d-b16f-72bbce5ae70a
ResourceName:basic_onboard_lAXkKz
ResourceType:VF
ResourceUUID:d9837454-09ff-4d79-9a3b-62fcc24ba47e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_laxkkz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json
ArtifactUUID:65f02a02-3935-4aaa-8db3-3e6be5ea74d8
ArtifactChecksum:Y2U0MmExMGM2NTJkMjI1N2M5YzliYTI4MmMyZjg1YmI=
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/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7cbef787-953b-4019-8ecc-d4cb5f98e1e3
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/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env
ArtifactUUID:8bd5b2ab-c441-4710-9131-7215a7413800
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/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env
ArtifactUUID:8bd5b2ab-c441-4710-9131-7215a7413800
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-05T04:35:24.284Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 794d4fc8-26c5-4fb2-9548-5d5dec51a46e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T04:35:24.346Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:35:24.348Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T04:35:24.350Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T04:35:24.351Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c9a997ed-172f-4cc6-9295-55cc0a1fa95c from URL: /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:24.351Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:35:24.354Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:24.627Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:35:24.645Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar c9a997ed-172f-4cc6-9295-55cc0a1fa95c 71586
2022-06-05T04:35:24.646Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar ASDC sendASDCNotification
2022-06-05T04:35:24.647Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:24.648Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:35:24.649Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:24.652Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:24.652Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403724646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:35:24.752Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:35:24.754Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:24.754Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:24.768Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:24.769Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:35:25.654Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:35:25.656Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T04:35:25.656Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c9a997ed-172f-4cc6-9295-55cc0a1fa95c, URL: /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar to file: /app/ASDC/1/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:25.657Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:25.770Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:25.770Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:26.522Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6041005147646894044/Definitions/service-BasicOnboardLaxkkz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-05T04:35:28.979Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T04:35:28.985Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-05T04:35:28.985Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.985Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-05T04:35:28.986Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.986Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.986Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.986Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.987Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.987Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.987Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.987Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lAXkKz 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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.988Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.988Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-05T04:35:28.997Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:28.999Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:29.004Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:29.004Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-05T04:35:29.006Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:35:29.009Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:29.009Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:29.009Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:29.010Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-05T04:35:29.010Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:35:29.010Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:29.011Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:29.015Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:29.016Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is not matching search criteria
2022-06-05T04:35:29.016Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-05T04:35:29.016Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-05T04:35:29.017Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-05T04:35:29.017Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-05T04:35:29.018Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-05T04:35:29.018Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:29.019Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T04:35:29.021Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:29.022Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:29.023Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:35:29.024Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:29.024Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:29.024Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:35:29.025Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:29.025Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:29.026Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:35:29.026Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:29.027Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is not matching search criteria
2022-06-05T04:35:29.027Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-05T04:35:29.028Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-05T04:35:29.028Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4de6c4fc-2074-4cc8-a24b-f3f9d88bc003
2022-06-05T04:35:29.029Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:29.029Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:29.029Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:29.030Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:29.030Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:29.031Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:29.031Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:29.032Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:29.032Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_lAXkKz
Description:service
Model UUID:794d4fc8-26c5-4fb2-9548-5d5dec51a46e
Model Version:NULL
Model InvariantUuid:127440bc-d746-4f45-8c4a-5406f7ced36c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_lAXkKz
Model UUID:26266acd-9217-48a6-a7cf-013d9b720490
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2061bbc5-873b-4d9d-b16f-72bbce5ae70a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3342347f-6321-4872-ae6c-eeca3e577994
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:35656f59-24f6-453e-82dd-08f1ccd459c9
ModelName:BasicOnboardLaxkkz..base_ubuntu18..module-0
ModelUuid:f5665ea2-1cc5-4065-869d-7e4c42336958
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4de6c4fc-2074-4cc8-a24b-f3f9d88bc003
ModelInvariantUuid:7d7b7058-dd79-4d5f-beac-3dca15af0204
ModelName:basic_onboard_lAXkKz-nodes.ubuntu18Cvfc
ModelUuid:52b788a1-a582-4e3a-b255-e53e1086eeb9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6f263f77-4e7b-471d-b8f7-417a680a3e24
ModelInvariantUuid:2533e268-a19e-4bd7-884f-6f6e9d9ebd9a
ModelName:BasicOnboardLaxkkz.compute.nodes.heat.ubuntu18
ModelUuid:fe917c0e-7148-452d-8035-956b117ee770
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T04:35:29.046Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d9837454-09ff-4d79-9a3b-62fcc24ba47e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:35:29.204Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||basic_onboard_lAXkKz 0
2022-06-05T04:35:29.215Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d9837454-09ff-4d79-9a3b-62fcc24ba47e
2022-06-05T04:35:29.216Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 65f02a02-3935-4aaa-8db3-3e6be5ea74d8 from URL: /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json
2022-06-05T04:35:29.216Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:35:29.217Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json
2022-06-05T04:35:29.514Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:35:29.516Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json 65f02a02-3935-4aaa-8db3-3e6be5ea74d8 798
2022-06-05T04:35:29.516Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json ASDC sendASDCNotification
2022-06-05T04:35:29.517Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json
2022-06-05T04:35:29.517Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:35:29.518Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:29.535Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:29.536Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403729516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:35:29.621Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-06-05T04:35:29.624Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:29.624Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:29.640Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:29.641Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:30.537Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLaxkkz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "35656f59-24f6-453e-82dd-08f1ccd459c9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f5665ea2-1cc5-4065-869d-7e4c42336958",
"vfModuleModelCustomizationUUID": "4107848b-a856-49e8-964b-e504b4e39bb6",
"isBase": true,
"artifacts": [
"7cbef787-953b-4019-8ecc-d4cb5f98e1e3",
"8bd5b2ab-c441-4710-9131-7215a7413800"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-05T04:35:30.555Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLaxkkz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5665ea2-1cc5-4065-869d-7e4c42336958
VfModuleModelInvariantUUID:35656f59-24f6-453e-82dd-08f1ccd459c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
7cbef787-953b-4019-8ecc-d4cb5f98e1e3
,
8bd5b2ab-c441-4710-9131-7215a7413800
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-05T04:35:30.559Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLaxkkz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "35656f59-24f6-453e-82dd-08f1ccd459c9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f5665ea2-1cc5-4065-869d-7e4c42336958",
"vfModuleModelCustomizationUUID": "4107848b-a856-49e8-964b-e504b4e39bb6",
"isBase": true,
"artifacts": [
"7cbef787-953b-4019-8ecc-d4cb5f98e1e3",
"8bd5b2ab-c441-4710-9131-7215a7413800"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-05T04:35:30.559Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLaxkkz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5665ea2-1cc5-4065-869d-7e4c42336958
VfModuleModelInvariantUUID:35656f59-24f6-453e-82dd-08f1ccd459c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
7cbef787-953b-4019-8ecc-d4cb5f98e1e3
,
8bd5b2ab-c441-4710-9131-7215a7413800
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-05T04:35:30.560Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7cbef787-953b-4019-8ecc-d4cb5f98e1e3 from URL: /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml
2022-06-05T04:35:30.560Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:35:30.560Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml
2022-06-05T04:35:30.909Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:35:30.910Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml 7cbef787-953b-4019-8ecc-d4cb5f98e1e3 5033
2022-06-05T04:35:30.911Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-05T04:35:30.911Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml
2022-06-05T04:35:30.911Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:35:30.911Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:30.913Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:30.913Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403730910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:35:31.013Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:31.015Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:31.015Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:31.034Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:31.034Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:31.914Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8bd5b2ab-c441-4710-9131-7215a7413800 from URL: /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env
2022-06-05T04:35:31.915Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:35:31.915Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env
2022-06-05T04:35:32.306Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:35:32.307Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env 8bd5b2ab-c441-4710-9131-7215a7413800 909
2022-06-05T04:35:32.307Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-05T04:35:32.307Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env
2022-06-05T04:35:32.307Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:35:32.307Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:32.309Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:32.310Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403732307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:35:32.410Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:32.411Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:32.411Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:32.426Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:32.427Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:33.310Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 794d4fc8-26c5-4fb2-9548-5d5dec51a46e
2022-06-05T04:35:33.312Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lAXkKz 0 d9837454-09ff-4d79-9a3b-62fcc24ba47e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:35:33.350Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d969876, org.onap.sdc.toscaparser.api.parameters.Input@4448e85a, org.onap.sdc.toscaparser.api.parameters.Input@5db09ae4, org.onap.sdc.toscaparser.api.parameters.Input@71d23b75, org.onap.sdc.toscaparser.api.parameters.Input@384e5811]
2022-06-05T04:35:33.355Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:33.355Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.356Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-06-05T04:35:33.356Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 3342347f-6321-4872-ae6c-eeca3e577994
2022-06-05T04:35:33.356Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3342347f-6321-4872-ae6c-eeca3e577994 matches Tosca VF Customization UUID: 3342347f-6321-4872-ae6c-eeca3e577994
2022-06-05T04:35:33.356Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 3342347f-6321-4872-ae6c-eeca3e577994 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-05T04:35:33.365Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:33.366Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.368Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 3342347f-6321-4872-ae6c-eeca3e577994: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-05T04:35:33.368Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@86a29b8
2022-06-05T04:35:33.368Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:33.369Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T04:35:33.369Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4107848b-a856-49e8-964b-e504b4e39bb6
2022-06-05T04:35:33.370Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4107848b-a856-49e8-964b-e504b4e39bb6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-05T04:35:33.379Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:33.379Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:33.379Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:35:33.381Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:33.381Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:33.381Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:35:33.382Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:33.382Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is not matching search criteria
2022-06-05T04:35:33.382Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-05T04:35:33.383Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-05T04:35:33.383Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4de6c4fc-2074-4cc8-a24b-f3f9d88bc003
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T04:35:33.394Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:33.394Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:33.395Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:35:33.395Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:33.396Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:33.396Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0] matching following query criteria: sdcType=VF, customizationUUID=3342347f-6321-4872-ae6c-eeca3e577994
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:35:33.398Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:33.398Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.399Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 794d4fc8-26c5-4fb2-9548-5d5dec51a46e: basic_onboard_lAXkKz
2022-06-05T04:35:33.399Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:33.399Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.400Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:33.400Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.400Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:33.400Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.400Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:33.401Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.401Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:35:33.401Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.401Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_lAXkKz
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:35:33.591Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lAXkKz d9837454-09ff-4d79-9a3b-62fcc24ba47e 1 ASDC deployResourceStructure
2022-06-05T04:35:33.592Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json ASDC sendASDCNotification
2022-06-05T04:35:33.592Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json
2022-06-05T04:35:33.592Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:35:33.593Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:33.595Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:33.595Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403733592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-05T04:35:33.695Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:33.697Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:33.697Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:33.710Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:33.711Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:34.596Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-05T04:35:34.597Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml
2022-06-05T04:35:34.598Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:35:34.598Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:34.600Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:34.601Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403734596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-05T04:35:34.701Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:34.702Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:34.702Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:34.715Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:34.715Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:35.602Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-05T04:35:35.603Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env
2022-06-05T04:35:35.603Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:35:35.603Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:35.606Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:35.606Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403735602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-05T04:35:35.706Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:35.708Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:35.709Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:35.725Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:35.726Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:36.608Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar ASDC sendASDCNotification
2022-06-05T04:35:36.608Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:36.608Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:35:36.609Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:36.611Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:36.611Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403736608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-05T04:35:36.712Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:36.713Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:36.713Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:36.727Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:35:36.728Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:37.613Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:35:37.628Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:35:37.630Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:35:37.630Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:35:37.631Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:36:07.631Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:36:07.647Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:36:07.652Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:36:07.653Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:36:07.653Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:36:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:36:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:36:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:36:16.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:36:16.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:36:16.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403716398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:36:16.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:36:37.653Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:36:37.664Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:36:37.667Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:36:37.667Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:36:37.667Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:37:07.667Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:37:07.679Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:37:07.682Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:37:07.682Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:37:07.682Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:37:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:37:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:37:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:37:16.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:37:16.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:16.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403716398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "NOTIFIED"
}
2022-06-05T04:37:16.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:37:16.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:16.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403718115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-05T04:37:16.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:16.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:16.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403716398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-05T04:37:16.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:37:16.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:16.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403719120,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:37:16.989Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
2022-06-05T04:37:16.990Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:37:16.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:16.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403716398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:37:16.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:37:17.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403716398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-05T04:37:17.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:37:17.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403716398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:37:17.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:37:17.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403716398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:37:17.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:37:17.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403724646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:37:17.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "aai-ml",
"timestamp": 1654403727499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-05T04:37:17.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "aai-ml",
"timestamp": 1654403728505,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:37:17.009Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
2022-06-05T04:37:17.009Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:37:17.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403729516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:37:17.018Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403730910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:37:17.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403732307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:37:17.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403733592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-05T04:37:17.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403734596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-05T04:37:17.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403735602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-05T04:37:17.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403736608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-05T04:37:17.022Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:37.683Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:37:37.692Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:37:37.694Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:37:37.695Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T04:37:37.695Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T04:37:37.695Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T04:37:37.695Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-05T04:37:37.695Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-05T04:37:37.695Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-05T04:37:37.696Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-05T04:37:37.696Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-05T04:37:37.696Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-05T04:37:37.696Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:37:37.700Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T04:38:07.700Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T04:38:07.711Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and serviceModelVersionId: 794d4fc8-26c5-4fb2-9548-5d5dec51a46e
2022-06-05T04:38:07.712Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 127440bc-d746-4f45-8c4a-5406f7ced36c
2022-06-05T04:38:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:38:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:38:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:16.601Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:16.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "ves-openapi-manager",
"timestamp": 1654403885667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:38:16.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "cds",
"timestamp": 1654403891473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:38:16.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403884787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:38:16.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "ves-openapi-manager",
"timestamp": 1654403885667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:38:16.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "cds",
"timestamp": 1654403891473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:38:16.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403884787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:38:16.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "clamp",
"timestamp": 1654403894217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:38:16.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "ves-openapi-manager",
"timestamp": 1654403885667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:38:16.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "cds",
"timestamp": 1654403891473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:38:16.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403884787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.609Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:38:16.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "clamp",
"timestamp": 1654403894217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "NOTIFIED"
}
2022-06-05T04:38:16.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-05T04:38:24.138Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/127440bc-d746-4f45-8c4a-5406f7ced36c/model-vers/model-ver/794d4fc8-26c5-4fb2-9548-5d5dec51a46e?depth=0
2022-06-05T04:38:24.267Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T04:38:24.837Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127440bc-d746-4f45-8c4a-5406f7ced36c/model-vers/model-ver/794d4fc8-26c5-4fb2-9548-5d5dec51a46e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-05T04:38:24.844Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127440bc-d746-4f45-8c4a-5406f7ced36c/model-vers/model-ver/794d4fc8-26c5-4fb2-9548-5d5dec51a46e?depth=0|INFO|500||Invoke
2022-06-05T04:38:25.011Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127440bc-d746-4f45-8c4a-5406f7ced36c/model-vers/model-ver/794d4fc8-26c5-4fb2-9548-5d5dec51a46e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-05T04:38:25.705Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127440bc-d746-4f45-8c4a-5406f7ced36c/model-vers/model-ver/794d4fc8-26c5-4fb2-9548-5d5dec51a46e?depth=0|INFO|500||InvokeReturn
2022-06-05T04:38:25.706Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127440bc-d746-4f45-8c4a-5406f7ced36c/model-vers/model-ver/794d4fc8-26c5-4fb2-9548-5d5dec51a46e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220605-04:38:25:024-8753], vertex-id=[204944], Content-Length=[0], Date=[Sun, 05 Jun 2022 04:38:25 GMT], Content-Type=[application/json]}
2022-06-05T04:38:25.707Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-06-05T04:38:25.711Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T04:38:25.711Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:38:25.716Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T04:38:25.717Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T04:38:25.719Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T04:38:25.719Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:25.722Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:25.722Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403905718,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:38:25.822Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:25.824Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:25.824Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:25.841Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:25.842Z||pool-18-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=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T04:38:26.732Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:38:26.733Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|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-06-05T04:38:26.733Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:31.134Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:31.136Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-05T04:38:31.136Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2222d7d-5dd2-4024-b09a-2fded49b5980","serviceName":"vFW 2022-06-05 04-34-47","serviceVersion":"1.0","serviceUUID":"cfbc02c9-b70e-4714-8cfb-c449518ad04b","serviceDescription":"catalog service description","serviceInvariantUUID":"c02f15b0-4181-474e-854b-95dcf5bc0c66","resources":[{"resourceInstanceName":"vFW 7517bfbb-a459 0","resourceName":"vFW 7517bfbb-a459","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2d8e22a8-9bbe-4586-8a16-482e31f5d7ac","resourceInvariantUUID":"df5dc5be-db86-42e0-890b-ee232debae65","resourceCustomizationUUID":"2a92586a-baf9-4020-82d3-7fb2bc172753","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml","artifactChecksum":"OGU0NGE5YTBmZWYyYjEwMTcxMzM4NjBhNjI5NGE4ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a6c718b-e956-43a7-a1fe-accf77ab8b41","artifactVersion":"1"},{"artifactName":"vfw7517bfbba4590_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json","artifactChecksum":"OTUwYzJlZjZmZTRhZWRjZTdlYzJjZTdlMTNjOWM4NDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"880154a1-9cc8-488a-9f76-a5b2772dcbd9","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6bd6b74e-1c15-4aff-b572-069f679c00bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml","artifactChecksum":"MDVmNDJjNWY2NDBlZGRkMDZkYmE4NTMwOGMxOGM1ODk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"db9d1687-892d-4059-8bd6-05be26d8d7a5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"19866539-2c38-4e13-b01f-3de8c1f01b1f","artifactVersion":"3","generatedFromUUID":"6bd6b74e-1c15-4aff-b572-069f679c00bb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220605043447-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml","artifactChecksum":"N2VmZGVhOWVjMTg4Y2U0MTU5NzI4ODAzMTEwNGE4YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4baac927-f39b-4505-a9a6-37f9a9ceabc5","artifactVersion":"1"},{"artifactName":"service-Vfw20220605043447-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar","artifactChecksum":"Zjk4YTFlOTA5ZjJmZjM2ZTlhZTVmZjJiMGZlMmRlMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b16b99d-b215-49d5-9c92-b066d801398d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T04:38:31.139Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:38:31.139Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:31.142Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:31.142Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403906732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:38:31.243Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:31.244Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:31.244Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:31.257Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:31.258Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:32.143Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:38:32.145Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:32.147Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:32.147Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403906732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "NOTIFIED"
}
2022-06-05T04:38:32.247Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:38:32.249Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:32.249Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:32.266Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:32.267Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:38:33.148Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:38:33.150Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:33.152Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:33.153Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403906732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-05T04:38:33.252Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:38:33.253Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:33.254Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:33.267Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:33.267Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:38:34.153Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:38:34.155Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:34.157Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:34.157Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403906732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:38:34.259Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-05T04:38:34.260Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:34.260Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:34.275Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:34.276Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:35.158Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:38:35.160Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:35.162Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:35.162Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403906732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-05T04:38:35.263Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:35.264Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:35.264Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:35.278Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:35.279Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:36.163Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:38:36.164Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:36.167Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:36.167Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403906732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:38:36.267Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:36.268Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:36.268Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:36.282Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:36.283Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:38:37.168Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:38:37.169Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:37.172Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:37.172Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403906732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:38:37.272Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:37.273Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:37.274Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:37.287Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:37.288Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:38.175Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"serviceName": "vFW 2022-06-05 04-34-47",
"serviceVersion": "1.0",
"serviceUUID": "cfbc02c9-b70e-4714-8cfb-c449518ad04b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c02f15b0-4181-474e-854b-95dcf5bc0c66",
"resources": [
{
"resourceInstanceName": "vFW 7517bfbb-a459 0",
"resourceCustomizationUUID": "2a92586a-baf9-4020-82d3-7fb2bc172753",
"resourceName": "vFW 7517bfbb-a459",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2d8e22a8-9bbe-4586-8a16-482e31f5d7ac",
"resourceInvariantUUID": "df5dc5be-db86-42e0-890b-ee232debae65",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7517bfbba4590_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"artifactChecksum": "OTUwYzJlZjZmZTRhZWRjZTdlYzJjZTdlMTNjOWM4NDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "880154a1-9cc8-488a-9f76-a5b2772dcbd9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6bd6b74e-1c15-4aff-b572-069f679c00bb",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "19866539-2c38-4e13-b01f-3de8c1f01b1f",
"generatedFromUUID": "6bd6b74e-1c15-4aff-b572-069f679c00bb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "19866539-2c38-4e13-b01f-3de8c1f01b1f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220605043447-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"artifactChecksum": "Zjk4YTFlOTA5ZjJmZjM2ZTlhZTVmZjJiMGZlMmRlMzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8b16b99d-b215-49d5-9c92-b066d801398d"
}
],
"workloadContext": "Production"
}
2022-06-05T04:38:38.175Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T04:38:38.176Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cfbc02c9-b70e-4714-8cfb-c449518ad04b ASDC
2022-06-05T04:38:38.177Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a2222d7d-5dd2-4024-b09a-2fded49b5980
ServiceName:vFW 2022-06-05 04-34-47
ServiceVersion:1.0
ServiceUUID:cfbc02c9-b70e-4714-8cfb-c449518ad04b
ServiceInvariantUUID:c02f15b0-4181-474e-854b-95dcf5bc0c66
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220605043447-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar
ArtifactUUID:8b16b99d-b215-49d5-9c92-b066d801398d
ArtifactChecksum:Zjk4YTFlOTA5ZjJmZjM2ZTlhZTVmZjJiMGZlMmRlMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7517bfbb-a459 0
ResourceCustomizationUUID:2a92586a-baf9-4020-82d3-7fb2bc172753
ResourceInvariantUUID:df5dc5be-db86-42e0-890b-ee232debae65
ResourceName:vFW 7517bfbb-a459
ResourceType:VF
ResourceUUID:2d8e22a8-9bbe-4586-8a16-482e31f5d7ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7517bfbba4590_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json
ArtifactUUID:880154a1-9cc8-488a-9f76-a5b2772dcbd9
ArtifactChecksum:OTUwYzJlZjZmZTRhZWRjZTdlYzJjZTdlMTNjOWM4NDY=
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/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml
ArtifactUUID:6bd6b74e-1c15-4aff-b572-069f679c00bb
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env
ArtifactUUID:19866539-2c38-4e13-b01f-3de8c1f01b1f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env
ArtifactUUID:19866539-2c38-4e13-b01f-3de8c1f01b1f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-05T04:38:38.177Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cfbc02c9-b70e-4714-8cfb-c449518ad04b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:38:38.215Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:38:38.216Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T04:38:38.216Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T04:38:38.216Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8b16b99d-b215-49d5-9c92-b066d801398d from URL: /sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:38.216Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:38:38.217Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:38.700Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:38:38.708Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar 8b16b99d-b215-49d5-9c92-b066d801398d 99018
2022-06-05T04:38:38.709Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar ASDC sendASDCNotification
2022-06-05T04:38:38.709Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:38.710Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:38:38.710Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:38.714Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:38.715Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403918709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:38:38.815Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:38.816Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:38.816Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:38.831Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:38.832Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:39.715Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:38:39.716Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T04:38:39.717Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8b16b99d-b215-49d5-9c92-b066d801398d, URL: /sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar to file: /app/ASDC/1/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:39.717Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220605043447-csar.csar
2022-06-05T04:38:39.718Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:39.718Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:39.931Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4645941233684854756/Definitions/service-Vfw20220605043447-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-05T04:38:42.243Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T04:38:42.243Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7517bfbb-a459 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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.246Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:42.246Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:42.246Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-05T04:38:42.246Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:38:42.246Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.247Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:42.247Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:42.247Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-05T04:38:42.247Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:38:42.247Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.248Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:42.248Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.248Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is not matching search criteria
2022-06-05T04:38:42.248Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:38:42.248Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:38:42.248Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:38:42.249Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.249Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.249Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:38:42.249Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.250Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:38:42.250Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:38:42.250Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.250Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.251Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:38:42.251Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.251Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:38:42.251Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.251Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-05T04:38:42.252Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.252Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T04:38:42.252Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.252Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:42.253Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:42.253Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.253Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:42.253Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:42.254Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.254Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:42.254Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:42.254Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.254Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is not matching search criteria
2022-06-05T04:38:42.255Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:38:42.255Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:38:42.255Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-05T04:38:42.255Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:38:42.255Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:38:42.256Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.256Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.256Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:38:42.256Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.256Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:38:42.257Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.257Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f8ddd1ba-b1e4-4a44-838e-b209319c1f41
2022-06-05T04:38:42.257Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.258Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is not matching search criteria
2022-06-05T04:38:42.258Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:38:42.258Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:38:42.258Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:38:42.258Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.258Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.259Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:38:42.259Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.259Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-05T04:38:42.259Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:38:42.260Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.260Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:38:42.260Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.260Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4cc3b6c1-bacc-4c2b-88f7-d59e9cba9d72
2022-06-05T04:38:42.261Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.261Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is not matching search criteria
2022-06-05T04:38:42.261Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:38:42.261Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:38:42.261Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:38:42.262Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.262Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.262Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:38:42.262Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.262Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:38:42.263Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:38:42.263Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.263Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.263Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-05T04:38:42.264Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9b8ded1b-fa0f-4aa2-8a63-077d5754dc1b
2022-06-05T04:38:42.264Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.264Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:42.264Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.264Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:42.265Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.265Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:42.265Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:42.266Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:42.266Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-05 04-34-47
Description:catalog service description
Model UUID:cfbc02c9-b70e-4714-8cfb-c449518ad04b
Model Version:NULL
Model InvariantUuid:c02f15b0-4181-474e-854b-95dcf5bc0c66
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7517bfbb-a459
Model UUID:8e924181-2253-4638-a667-595c0d701942
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:df5dc5be-db86-42e0-890b-ee232debae65
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2a92586a-baf9-4020-82d3-7fb2bc172753
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b03026bd-95c6-43f8-99ac-e598f48a404e
ModelName:Vfw7517bfbbA459..base_vfw..module-0
ModelUuid:bc8117f3-5f18-4b75-8d68-997bf790ae1d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f8ddd1ba-b1e4-4a44-838e-b209319c1f41
ModelInvariantUuid:445929e5-e689-4e7c-a6b1-babf9ba5cd5d
ModelName:vFW 7517bfbb-a459-nodes.vfwCvfc
ModelUuid:2718f3c1-4a3a-4052-92ac-0f9a2ae38e21
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f87e3480-9317-479c-b0ff-7d08d583b1ed
ModelInvariantUuid:699db42d-a722-45bf-abcb-05cc9abb6b94
ModelName:Vfw7517bfbbA459.compute.nodes.heat.vfw
ModelUuid:81c7f359-6d99-463d-8991-b0c5f8818644
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4cc3b6c1-bacc-4c2b-88f7-d59e9cba9d72
ModelInvariantUuid:380d09cd-c327-4a49-bf0d-591cea13f70a
ModelName:vFW 7517bfbb-a459-nodes.vsnCvfc
ModelUuid:bf013683-259b-44fd-a058-513c8dcea1cf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:277072bf-a034-4d03-b587-6b0ed64ecdbd
ModelInvariantUuid:a6bf251f-6162-449a-a7d7-78f8721a10be
ModelName:Vfw7517bfbbA459.compute.nodes.heat.vsn
ModelUuid:9fb03f56-ef6e-4b52-8e40-8b3d3393f21c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9b8ded1b-fa0f-4aa2-8a63-077d5754dc1b
ModelInvariantUuid:ef71ae50-e077-4104-ac0e-4d9ce5769b32
ModelName:vFW 7517bfbb-a459-nodes.vpgCvfc
ModelUuid:72e847bc-fe14-4b6f-8e24-3f2afe6604d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e996f795-847b-428d-b2b1-b2ce940a0e0d
ModelInvariantUuid:6524028b-beac-44c2-977a-843fd63c8b4d
ModelName:Vfw7517bfbbA459.compute.nodes.heat.vpg
ModelUuid:6d77daf3-530a-4cb8-9331-c3d91d19ae4d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T04:38:42.272Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2d8e22a8-9bbe-4586-8a16-482e31f5d7ac
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:38:42.277Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||vFW 7517bfbb-a459 0
2022-06-05T04:38:42.277Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2d8e22a8-9bbe-4586-8a16-482e31f5d7ac
2022-06-05T04:38:42.277Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 880154a1-9cc8-488a-9f76-a5b2772dcbd9 from URL: /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json
2022-06-05T04:38:42.278Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:38:42.278Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json
2022-06-05T04:38:42.591Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:38:42.592Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json 880154a1-9cc8-488a-9f76-a5b2772dcbd9 785
2022-06-05T04:38:42.593Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json ASDC sendASDCNotification
2022-06-05T04:38:42.593Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json
2022-06-05T04:38:42.594Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:38:42.595Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:42.598Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:42.598Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403922593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:38:42.698Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:42.700Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:42.700Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:42.715Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:42.716Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:43.599Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7517bfbbA459..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b03026bd-95c6-43f8-99ac-e598f48a404e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bc8117f3-5f18-4b75-8d68-997bf790ae1d",
"vfModuleModelCustomizationUUID": "911f6f0e-cc06-491f-8d72-98cda2677a8d",
"isBase": true,
"artifacts": [
"6bd6b74e-1c15-4aff-b572-069f679c00bb",
"19866539-2c38-4e13-b01f-3de8c1f01b1f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-05T04:38:43.604Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7517bfbbA459..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc8117f3-5f18-4b75-8d68-997bf790ae1d
VfModuleModelInvariantUUID:b03026bd-95c6-43f8-99ac-e598f48a404e
VfModuleModelDescription:NULL
Artifacts UUID List:{
6bd6b74e-1c15-4aff-b572-069f679c00bb
,
19866539-2c38-4e13-b01f-3de8c1f01b1f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-05T04:38:43.607Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7517bfbbA459..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b03026bd-95c6-43f8-99ac-e598f48a404e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bc8117f3-5f18-4b75-8d68-997bf790ae1d",
"vfModuleModelCustomizationUUID": "911f6f0e-cc06-491f-8d72-98cda2677a8d",
"isBase": true,
"artifacts": [
"6bd6b74e-1c15-4aff-b572-069f679c00bb",
"19866539-2c38-4e13-b01f-3de8c1f01b1f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-05T04:38:43.607Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7517bfbbA459..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc8117f3-5f18-4b75-8d68-997bf790ae1d
VfModuleModelInvariantUUID:b03026bd-95c6-43f8-99ac-e598f48a404e
VfModuleModelDescription:NULL
Artifacts UUID List:{
6bd6b74e-1c15-4aff-b572-069f679c00bb
,
19866539-2c38-4e13-b01f-3de8c1f01b1f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-05T04:38:43.607Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6bd6b74e-1c15-4aff-b572-069f679c00bb from URL: /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml
2022-06-05T04:38:43.607Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:38:43.608Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml
2022-06-05T04:38:43.808Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:38:43.810Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml 6bd6b74e-1c15-4aff-b572-069f679c00bb 20368
2022-06-05T04:38:43.811Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-05T04:38:43.811Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml
2022-06-05T04:38:43.811Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:38:43.811Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:43.814Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:43.814Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403923810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:38:43.915Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-05T04:38:43.916Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:43.916Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:43.930Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:43.931Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:44.815Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 19866539-2c38-4e13-b01f-3de8c1f01b1f from URL: /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env
2022-06-05T04:38:44.819Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:38:44.819Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env
2022-06-05T04:38:45.110Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:38:45.111Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env 19866539-2c38-4e13-b01f-3de8c1f01b1f 2098
2022-06-05T04:38:45.111Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-05T04:38:45.111Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env
2022-06-05T04:38:45.111Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:38:45.112Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:45.114Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:45.114Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403925111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:38:45.214Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:45.217Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:45.217Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:45.230Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:45.231Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:46.115Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: cfbc02c9-b70e-4714-8cfb-c449518ad04b
2022-06-05T04:38:46.115Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7517bfbb-a459 0 2d8e22a8-9bbe-4586-8a16-482e31f5d7ac ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:38:46.138Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74372fdf, org.onap.sdc.toscaparser.api.parameters.Input@641ed686, org.onap.sdc.toscaparser.api.parameters.Input@36e0eb54, org.onap.sdc.toscaparser.api.parameters.Input@17cdd55c, org.onap.sdc.toscaparser.api.parameters.Input@5ac959ad]
2022-06-05T04:38:46.140Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.140Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.141Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-06-05T04:38:46.141Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2a92586a-baf9-4020-82d3-7fb2bc172753
2022-06-05T04:38:46.141Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a92586a-baf9-4020-82d3-7fb2bc172753 matches Tosca VF Customization UUID: 2a92586a-baf9-4020-82d3-7fb2bc172753
2022-06-05T04:38:46.141Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2a92586a-baf9-4020-82d3-7fb2bc172753 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-05T04:38:46.143Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.143Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.144Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2a92586a-baf9-4020-82d3-7fb2bc172753: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-05T04:38:46.144Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e4abd3
2022-06-05T04:38:46.145Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.145Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T04:38:46.145Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 911f6f0e-cc06-491f-8d72-98cda2677a8d
2022-06-05T04:38:46.145Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 911f6f0e-cc06-491f-8d72-98cda2677a8d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-05T04:38:46.147Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.148Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:46.148Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:46.149Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.149Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:46.149Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:46.149Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.149Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is not matching search criteria
2022-06-05T04:38:46.150Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:38:46.150Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:38:46.150Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-05T04:38:46.150Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:38:46.150Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:38:46.150Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.150Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:46.151Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:38:46.151Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:46.151Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:38:46.151Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.151Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f8ddd1ba-b1e4-4a44-838e-b209319c1f41
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T04:38:46.154Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.154Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:46.154Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:46.155Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.155Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is not matching search criteria
2022-06-05T04:38:46.155Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:38:46.155Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:38:46.155Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:38:46.155Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.156Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:46.156Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:38:46.156Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.156Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-05T04:38:46.156Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:38:46.157Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:46.157Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:38:46.157Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.157Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4cc3b6c1-bacc-4c2b-88f7-d59e9cba9d72
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T04:38:46.159Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.159Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:46.159Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:46.162Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.162Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is not matching search criteria
2022-06-05T04:38:46.163Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:38:46.163Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:38:46.163Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:38:46.163Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.163Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:46.163Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:38:46.164Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.164Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:38:46.164Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:38:46.164Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.164Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:46.164Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-05T04:38:46.165Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9b8ded1b-fa0f-4aa2-8a63-077d5754dc1b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T04:38:46.166Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.167Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:46.167Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:46.167Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.167Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:46.167Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=2a92586a-baf9-4020-82d3-7fb2bc172753
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:38:46.169Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.169Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.169Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid cfbc02c9-b70e-4714-8cfb-c449518ad04b: vFW 7517bfbb-a459
2022-06-05T04:38:46.169Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.170Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.170Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.170Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.170Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.170Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.171Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.171Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.171Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:38:46.171Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.171Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-06-05 04-34-47
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:38:46.366Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7517bfbb-a459 2d8e22a8-9bbe-4586-8a16-482e31f5d7ac 1 ASDC deployResourceStructure
2022-06-05T04:38:46.367Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json ASDC sendASDCNotification
2022-06-05T04:38:46.367Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json
2022-06-05T04:38:46.368Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:38:46.368Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:46.371Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:46.371Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403926367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "DEPLOY_OK"
}
2022-06-05T04:38:46.471Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:38:46.473Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:46.473Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:46.503Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:46.504Z||pool-30-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:38:47.372Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-05T04:38:47.374Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml
2022-06-05T04:38:47.374Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:38:47.375Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:47.377Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:47.378Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403927372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-05T04:38:47.478Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:47.479Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:47.480Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:47.494Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:47.495Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:48.378Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-05T04:38:48.379Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env
2022-06-05T04:38:48.379Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:38:48.380Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:48.382Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:48.382Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403928378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-05T04:38:48.483Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:48.484Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:48.484Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:48.522Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:48.523Z||pool-32-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:49.383Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar ASDC sendASDCNotification
2022-06-05T04:38:49.384Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:49.384Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:38:49.384Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:49.386Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:49.387Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403929383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-05T04:38:49.487Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:49.488Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:49.488Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:49.506Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:38:49.507Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:50.391Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:38:50.403Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:38:50.406Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:38:50.406Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:38:50.406Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:39:16.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:39:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:39:16.448Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:39:16.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:39:16.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T04:39:16.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403884787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:39:16.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-05T04:39:20.407Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:39:20.422Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:39:20.424Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:39:20.424Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:39:20.424Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:39:50.425Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:39:50.433Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:39:50.435Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:39:50.436Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:39:50.436Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:40:16.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:40:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:40:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:40:16.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:40:16.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T04:40:16.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "cds",
"timestamp": 1654403891473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:40:16.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-05T04:40:20.436Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:40:20.444Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:40:20.447Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:40:20.447Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:40:20.447Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:40:50.447Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:40:50.456Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:40:50.458Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:40:50.458Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:40:50.458Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:41:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:41:16.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:41:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:41:16.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:41:16.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "ves-openapi-manager",
"timestamp": 1654403885667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "policy-id",
"timestamp": 1654403896288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "clamp",
"timestamp": 1654403894217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403884787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "cds",
"timestamp": 1654403891473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "ves-openapi-manager",
"timestamp": 1654403885667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403897288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "policy-id",
"timestamp": 1654403896288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "clamp",
"timestamp": 1654403894217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403884787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "cds",
"timestamp": 1654403891473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "ves-openapi-manager",
"timestamp": 1654403885667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403897288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "NOTIFIED"
}
2022-06-05T04:41:16.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "policy-id",
"timestamp": 1654403896288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-05T04:41:16.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "clamp",
"timestamp": 1654403894217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "cds",
"timestamp": 1654403891473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:41:16.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403884787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:41:16.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "ves-openapi-manager",
"timestamp": 1654403885667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403897288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "policy-id",
"timestamp": 1654403896288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "clamp",
"timestamp": 1654403894217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "policy-id",
"timestamp": 1654403896288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403897288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "clamp",
"timestamp": 1654403894217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "cds",
"timestamp": 1654403901088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403901170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403897288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "policy-id",
"timestamp": 1654403896288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "cds",
"timestamp": 1654403902106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:41:16.503Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2222d7d-5dd2-4024-b09a-2fded49b5980
2022-06-05T04:41:16.503Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2222d7d-5dd2-4024-b09a-2fded49b5980 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:41:16.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "policy-id",
"timestamp": 1654403896288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:41:16.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403897288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403897288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:41:16.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "policy-id",
"timestamp": 1654403904307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403905298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "policy-id",
"timestamp": 1654403905312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-05T04:41:16.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403904921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-05T04:41:16.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403905718,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:41:16.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "policy-id",
"timestamp": 1654403906316,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:41:16.522Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2222d7d-5dd2-4024-b09a-2fded49b5980
2022-06-05T04:41:16.522Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2222d7d-5dd2-4024-b09a-2fded49b5980 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:41:16.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654403905927,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:41:16.540Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2222d7d-5dd2-4024-b09a-2fded49b5980
2022-06-05T04:41:16.541Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2222d7d-5dd2-4024-b09a-2fded49b5980 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:41:16.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403906669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403907894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.549Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403908922,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:41:16.552Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2222d7d-5dd2-4024-b09a-2fded49b5980
2022-06-05T04:41:16.552Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2222d7d-5dd2-4024-b09a-2fded49b5980 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654403909927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "DEPLOY_OK"
}
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403906732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403906732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "NOTIFIED"
}
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403906732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "aai-ml",
"timestamp": 1654403912417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "clamp",
"timestamp": 1654403913584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403906732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "aai-ml",
"timestamp": 1654403912417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403906732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "aai-ml",
"timestamp": 1654403912417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "clamp",
"timestamp": 1654403915594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403906732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "aai-ml",
"timestamp": 1654403912417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "clamp",
"timestamp": 1654403916599,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:41:16.565Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a2222d7d-5dd2-4024-b09a-2fded49b5980
2022-06-05T04:41:16.565Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2222d7d-5dd2-4024-b09a-2fded49b5980 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:41:16.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403906732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "aai-ml",
"timestamp": 1654403912417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "aai-ml",
"timestamp": 1654403912417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403918709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "aai-ml",
"timestamp": 1654403912417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:41:16.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-05T04:41:16.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "aai-ml",
"timestamp": 1654403920496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403922593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403923810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403925111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403926367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
"status": "DEPLOY_OK"
}
2022-06-05T04:41:16.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403927372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-05T04:41:16.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403928378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-05T04:41:16.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654403929383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-05T04:41:16.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "aai-ml",
"timestamp": 1654403934380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-05T04:41:16.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "aai-ml",
"timestamp": 1654403935384,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:41:16.589Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2222d7d-5dd2-4024-b09a-2fded49b5980
2022-06-05T04:41:16.590Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2222d7d-5dd2-4024-b09a-2fded49b5980 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:41:20.459Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:41:20.470Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:41:20.482Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:41:20.482Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T04:41:20.482Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T04:41:20.483Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T04:41:20.483Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-05T04:41:20.483Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-05T04:41:20.484Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-05T04:41:20.484Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-05T04:41:20.484Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-05T04:41:20.484Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-05T04:41:20.485Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:41:20.489Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T04:41:50.489Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T04:41:50.495Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2222d7d-5dd2-4024-b09a-2fded49b5980 and serviceModelVersionId: cfbc02c9-b70e-4714-8cfb-c449518ad04b
2022-06-05T04:41:50.495Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c02f15b0-4181-474e-854b-95dcf5bc0c66
2022-06-05T04:41:50.497Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0
2022-06-05T04:41:50.506Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T04:41:50.583Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0|INFO|500||Invoke
2022-06-05T04:41:50.583Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2222d7d-5dd2-4024-b09a-2fded49b5980], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2ad7140-50b0-4925-bcb5-bd5282789a9f], X-ECOMP-RequestID=[a2222d7d-5dd2-4024-b09a-2fded49b5980], X-TransactionId=[], X-ONAP-RequestID=[a2222d7d-5dd2-4024-b09a-2fded49b5980], Content-Type=[application/merge-patch+json]}
2022-06-05T04:41:50.629Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-05T04:41:50.853Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?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/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220605-04:41:50:637-73751], vertex-id=[184480], Content-Length=[0], Date=[Sun, 05 Jun 2022 04:41:50 GMT], Content-Type=[application/json]}
2022-06-05T04:41:50.853Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-05T04:41:50.854Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0|INFO|500||InvokeReturn
2022-06-05T04:41:50.854Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T04:41:50.856Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:41:50.863Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T04:41:50.864Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2222d7d-5dd2-4024-b09a-2fded49b5980 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T04:41:50.865Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T04:41:50.868Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:41:50.874Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:41:50.874Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654404110864,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:41:50.974Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:41:50.975Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:41:50.975Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:41:50.992Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:41:50.993Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T04:41:51.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:41:51.889Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:41:51.889Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:41:56.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:41:56.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:41:56.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1bceb0a0-5014-427a-b7a4-12e569c34e2b","serviceName":"vFW 2022-06-05 04-38-06","serviceVersion":"1.0","serviceUUID":"e0505665-b9e7-4c4b-96a4-7fa7d78f9215","serviceDescription":"catalog service description","serviceInvariantUUID":"5d257dd6-5b13-47ca-b8d3-decdb1111e01","resources":[{"resourceInstanceName":"vFW 17543a95-47f1 0","resourceName":"vFW 17543a95-47f1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b8b6d40b-5a3e-4397-b105-833eec94a499","resourceInvariantUUID":"697ac929-a605-4db8-87cd-171b8c9642f6","resourceCustomizationUUID":"a2d6e20e-9285-4b8c-adf1-2a927f4fa54a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vf-license-model.xml","artifactChecksum":"M2YwMDUwZTQyMjRhYmVmNWRjYTk3NjZjOThiZTZjMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a74fa89-af5f-44ab-97d6-bb9369db6187","artifactVersion":"1"},{"artifactName":"vfw17543a9547f10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json","artifactChecksum":"ZjZlMDZkOWNkZjQ1YTRmYzk3MWUzYjUxNDdiYWE4MjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d00681ba-ea28-4486-90ef-b9c9baca487e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a8788761-849d-423a-9584-08d0bffdb26f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vendor-license-model.xml","artifactChecksum":"MmQ2Nzg5MTYwY2ZkMWY2N2JiODU2MjlkMDVkNTBkNTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d8015cd9-6547-49f8-b79d-7a2d9572ad9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d2b50840-b8c3-40e5-8f91-f572d2180c74","artifactVersion":"2","generatedFromUUID":"a8788761-849d-423a-9584-08d0bffdb26f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220605043806-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-template.yml","artifactChecksum":"ZGJmMGU2ZmY0M2QzMmYyOWIzYTg1MmM1NWY0NjFkYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b70393f-c6b1-45d5-8b60-1bbed7f998a7","artifactVersion":"1"},{"artifactName":"service-Vfw20220605043806-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar","artifactChecksum":"YTY4MmUxOWMyMzBlZGM0ZGE0ZTc1NGE3YTFkZmVhZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61f4bd4a-a484-4e87-b4dd-6e779df4a84f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T04:41:56.332Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:41:56.332Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:41:56.335Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:41:56.335Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654404111888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:56.435Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:41:56.436Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:41:56.437Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:41:56.450Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:41:56.451Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:41:57.336Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:41:57.337Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:41:57.339Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:41:57.339Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654404111888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
"status": "NOTIFIED"
}
2022-06-05T04:41:57.439Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:41:57.441Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:41:57.441Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:41:57.456Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:41:57.457Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:41:58.340Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:41:58.341Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:41:58.343Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:41:58.343Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654404111888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-05T04:41:58.443Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:41:58.445Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:41:58.446Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:41:58.461Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:41:58.462Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:41:59.344Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:41:59.345Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:41:59.348Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:41:59.348Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654404111888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:41:59.448Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:41:59.450Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:41:59.450Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:41:59.511Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:41:59.512Z||pool-38-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:42:00.349Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:42:00.350Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:00.353Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:00.354Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654404111888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-05T04:42:00.454Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:00.455Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:00.455Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:00.469Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:42:00.470Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:42:01.354Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:42:01.356Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:01.358Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:01.359Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654404111888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-05T04:42:01.459Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:01.460Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:01.460Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:01.476Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:42:01.476Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:42:02.360Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:42:02.361Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:02.364Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:02.364Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654404111888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
"status": "NOTIFIED"
}
2022-06-05T04:42:02.464Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:02.465Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:02.466Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:02.479Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:42:02.480Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:42:03.366Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
"serviceName": "vFW 2022-06-05 04-38-06",
"serviceVersion": "1.0",
"serviceUUID": "e0505665-b9e7-4c4b-96a4-7fa7d78f9215",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5d257dd6-5b13-47ca-b8d3-decdb1111e01",
"resources": [
{
"resourceInstanceName": "vFW 17543a95-47f1 0",
"resourceCustomizationUUID": "a2d6e20e-9285-4b8c-adf1-2a927f4fa54a",
"resourceName": "vFW 17543a95-47f1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b8b6d40b-5a3e-4397-b105-833eec94a499",
"resourceInvariantUUID": "697ac929-a605-4db8-87cd-171b8c9642f6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw17543a9547f10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
"artifactChecksum": "ZjZlMDZkOWNkZjQ1YTRmYzk3MWUzYjUxNDdiYWE4MjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d00681ba-ea28-4486-90ef-b9c9baca487e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a8788761-849d-423a-9584-08d0bffdb26f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d2b50840-b8c3-40e5-8f91-f572d2180c74",
"generatedFromUUID": "a8788761-849d-423a-9584-08d0bffdb26f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d2b50840-b8c3-40e5-8f91-f572d2180c74",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220605043806-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
"artifactChecksum": "YTY4MmUxOWMyMzBlZGM0ZGE0ZTc1NGE3YTFkZmVhZWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "61f4bd4a-a484-4e87-b4dd-6e779df4a84f"
}
],
"workloadContext": "Production"
}
2022-06-05T04:42:03.367Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T04:42:03.367Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e0505665-b9e7-4c4b-96a4-7fa7d78f9215 ASDC
2022-06-05T04:42:03.368Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1bceb0a0-5014-427a-b7a4-12e569c34e2b
ServiceName:vFW 2022-06-05 04-38-06
ServiceVersion:1.0
ServiceUUID:e0505665-b9e7-4c4b-96a4-7fa7d78f9215
ServiceInvariantUUID:5d257dd6-5b13-47ca-b8d3-decdb1111e01
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220605043806-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar
ArtifactUUID:61f4bd4a-a484-4e87-b4dd-6e779df4a84f
ArtifactChecksum:YTY4MmUxOWMyMzBlZGM0ZGE0ZTc1NGE3YTFkZmVhZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 17543a95-47f1 0
ResourceCustomizationUUID:a2d6e20e-9285-4b8c-adf1-2a927f4fa54a
ResourceInvariantUUID:697ac929-a605-4db8-87cd-171b8c9642f6
ResourceName:vFW 17543a95-47f1
ResourceType:VF
ResourceUUID:b8b6d40b-5a3e-4397-b105-833eec94a499
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw17543a9547f10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json
ArtifactUUID:d00681ba-ea28-4486-90ef-b9c9baca487e
ArtifactChecksum:ZjZlMDZkOWNkZjQ1YTRmYzk3MWUzYjUxNDdiYWE4MjI=
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/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml
ArtifactUUID:a8788761-849d-423a-9584-08d0bffdb26f
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/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env
ArtifactUUID:d2b50840-b8c3-40e5-8f91-f572d2180c74
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/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env
ArtifactUUID:d2b50840-b8c3-40e5-8f91-f572d2180c74
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-05T04:42:03.369Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0505665-b9e7-4c4b-96a4-7fa7d78f9215 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:42:03.405Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:42:03.405Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-05T04:42:03.406Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-05T04:42:03.406Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 61f4bd4a-a484-4e87-b4dd-6e779df4a84f from URL: /sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:03.406Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-05T04:42:03.406Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:03.818Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-05T04:42:03.823Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar 61f4bd4a-a484-4e87-b4dd-6e779df4a84f 99003
2022-06-05T04:42:03.824Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar ASDC sendASDCNotification
2022-06-05T04:42:03.824Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:03.824Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:42:03.825Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:03.827Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:03.827Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654404123824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:42:03.927Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:03.928Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:03.928Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:03.943Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:42:03.944Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:42:04.828Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:42:04.829Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-05T04:42:04.829Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 61f4bd4a-a484-4e87-b4dd-6e779df4a84f, URL: /sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar to file: /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:04.830Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220605043806-csar.csar
2022-06-05T04:42:04.830Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:04.831Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:05.139Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17120862164621291896/Definitions/service-Vfw20220605043806-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-05T04:42:07.556Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T04:42:07.557Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-05T04:42:07.558Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.558Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-05T04:42:07.558Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||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-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.558Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||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-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.558Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.559Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.559Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.559Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||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-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.559Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.559Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.560Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.560Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.560Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.560Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 17543a95-47f1 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-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.560Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.560Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-05T04:42:07.561Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.561Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:07.561Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:07.562Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-05T04:42:07.562Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:42:07.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:07.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:07.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-05T04:42:07.564Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:42:07.564Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.564Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:07.565Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.565Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is not matching search criteria
2022-06-05T04:42:07.565Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:42:07.565Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:42:07.566Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.566Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.566Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:42:07.566Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.567Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:42:07.567Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:42:07.567Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:42:07.568Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.568Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.568Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:42:07.568Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.569Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:42:07.569Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.569Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-05T04:42:07.569Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.570Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T04:42:07.570Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.570Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:07.570Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:42:07.571Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.571Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:07.571Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:42:07.572Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.572Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:07.572Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:42:07.573Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.573Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is not matching search criteria
2022-06-05T04:42:07.573Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:42:07.573Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-05T04:42:07.573Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:42:07.574Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:42:07.574Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:42:07.574Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.574Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.575Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:42:07.575Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.575Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:42:07.576Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.576Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fe192a20-f6e8-4bf7-9692-bc3885894e4c
2022-06-05T04:42:07.576Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.576Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is not matching search criteria
2022-06-05T04:42:07.577Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:42:07.577Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:42:07.577Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.577Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:42:07.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:42:07.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-05T04:42:07.579Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:42:07.579Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.579Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:42:07.579Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.580Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aaa0052c-0a11-4bac-9953-2f8a0b5d55ca
2022-06-05T04:42:07.580Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.580Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is not matching search criteria
2022-06-05T04:42:07.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:42:07.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:42:07.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.582Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:42:07.582Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.582Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:42:07.582Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:42:07.582Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:42:07.583Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.583Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.583Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-05T04:42:07.584Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=83044f06-b2c5-4055-a3c9-498eb36be202
2022-06-05T04:42:07.584Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.584Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:07.584Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.585Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:07.585Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.585Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:07.586Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:07.586Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:07.586Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-05 04-38-06
Description:catalog service description
Model UUID:e0505665-b9e7-4c4b-96a4-7fa7d78f9215
Model Version:NULL
Model InvariantUuid:5d257dd6-5b13-47ca-b8d3-decdb1111e01
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 17543a95-47f1
Model UUID:71def7d6-52be-46dd-9343-2ca94e582237
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:697ac929-a605-4db8-87cd-171b8c9642f6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a2d6e20e-9285-4b8c-adf1-2a927f4fa54a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4127d523-f7c1-4a9e-bbb9-e850b69d1d4b
ModelName:Vfw17543a9547f1..base_vfw..module-0
ModelUuid:b9f30fa7-89a9-4297-8a5b-bbd920377b30
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fe192a20-f6e8-4bf7-9692-bc3885894e4c
ModelInvariantUuid:b74189e9-61ea-4085-8725-a96d8d03c8e3
ModelName:vFW 17543a95-47f1-nodes.vfwCvfc
ModelUuid:4e3e8021-4f15-4298-9be4-5abb57b5a1ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6b856d2d-b287-4b69-b26b-743d2ff9bf7c
ModelInvariantUuid:42370334-33a8-4276-a6ca-98eaa8b2555f
ModelName:Vfw17543a9547f1.compute.nodes.heat.vfw
ModelUuid:5af9ea59-eef2-495e-8c3a-052f1a473c5a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:aaa0052c-0a11-4bac-9953-2f8a0b5d55ca
ModelInvariantUuid:2f446456-0c8c-45ad-999a-801a2e26153f
ModelName:vFW 17543a95-47f1-nodes.vsnCvfc
ModelUuid:6fe2577d-a20b-47fb-bf85-ab276c9d0517
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:fc9ca86c-8e1e-47d9-819a-1f2c8e06644f
ModelInvariantUuid:8f2edfe4-28ae-4e4e-ad12-3a12438db1a4
ModelName:Vfw17543a9547f1.compute.nodes.heat.vsn
ModelUuid:a6f1f7c6-05fb-4167-8348-72d04b2668e0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:83044f06-b2c5-4055-a3c9-498eb36be202
ModelInvariantUuid:51dab726-00b1-414a-b77f-066c2b659169
ModelName:vFW 17543a95-47f1-nodes.vpgCvfc
ModelUuid:6f1c071d-fe89-498b-884f-58d9dcd430b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ec2a77fa-6ddb-4fc7-9019-5d7cb606cb1f
ModelInvariantUuid:1d8bcc92-c571-4bed-82f8-17e8dd918ca3
ModelName:Vfw17543a9547f1.compute.nodes.heat.vpg
ModelUuid:4795f6ae-eb0c-4e7d-b4dc-4ce1817e101c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T04:42:07.595Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b8b6d40b-5a3e-4397-b105-833eec94a499
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:42:07.599Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||vFW 17543a95-47f1 0
2022-06-05T04:42:07.600Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b8b6d40b-5a3e-4397-b105-833eec94a499
2022-06-05T04:42:07.600Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d00681ba-ea28-4486-90ef-b9c9baca487e from URL: /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json
2022-06-05T04:42:07.600Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-05T04:42:07.600Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json
2022-06-05T04:42:07.812Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-05T04:42:07.813Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json d00681ba-ea28-4486-90ef-b9c9baca487e 785
2022-06-05T04:42:07.813Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json ASDC sendASDCNotification
2022-06-05T04:42:07.814Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json
2022-06-05T04:42:07.814Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:42:07.814Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:07.817Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:07.818Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654404127813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:42:07.918Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:07.919Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:07.919Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:07.933Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:42:07.934Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:42:08.818Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw17543a9547f1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4127d523-f7c1-4a9e-bbb9-e850b69d1d4b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b9f30fa7-89a9-4297-8a5b-bbd920377b30",
"vfModuleModelCustomizationUUID": "22b69244-41ab-4951-a8d5-2e83b525fbd6",
"isBase": true,
"artifacts": [
"a8788761-849d-423a-9584-08d0bffdb26f",
"d2b50840-b8c3-40e5-8f91-f572d2180c74"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-05T04:42:08.825Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw17543a9547f1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9f30fa7-89a9-4297-8a5b-bbd920377b30
VfModuleModelInvariantUUID:4127d523-f7c1-4a9e-bbb9-e850b69d1d4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8788761-849d-423a-9584-08d0bffdb26f
,
d2b50840-b8c3-40e5-8f91-f572d2180c74
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-05T04:42:08.827Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw17543a9547f1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4127d523-f7c1-4a9e-bbb9-e850b69d1d4b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b9f30fa7-89a9-4297-8a5b-bbd920377b30",
"vfModuleModelCustomizationUUID": "22b69244-41ab-4951-a8d5-2e83b525fbd6",
"isBase": true,
"artifacts": [
"a8788761-849d-423a-9584-08d0bffdb26f",
"d2b50840-b8c3-40e5-8f91-f572d2180c74"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-05T04:42:08.827Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw17543a9547f1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9f30fa7-89a9-4297-8a5b-bbd920377b30
VfModuleModelInvariantUUID:4127d523-f7c1-4a9e-bbb9-e850b69d1d4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8788761-849d-423a-9584-08d0bffdb26f
,
d2b50840-b8c3-40e5-8f91-f572d2180c74
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-05T04:42:08.828Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a8788761-849d-423a-9584-08d0bffdb26f from URL: /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml
2022-06-05T04:42:08.828Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-05T04:42:08.828Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml
2022-06-05T04:42:09.024Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-05T04:42:09.025Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml a8788761-849d-423a-9584-08d0bffdb26f 20368
2022-06-05T04:42:09.025Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-05T04:42:09.026Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml
2022-06-05T04:42:09.026Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:42:09.026Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:09.028Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:09.028Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654404129025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:42:09.129Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:09.130Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:09.130Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:09.144Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:42:09.144Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:42:10.029Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d2b50840-b8c3-40e5-8f91-f572d2180c74 from URL: /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env
2022-06-05T04:42:10.030Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-05T04:42:10.031Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env
2022-06-05T04:42:10.226Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-05T04:42:10.227Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env d2b50840-b8c3-40e5-8f91-f572d2180c74 2098
2022-06-05T04:42:10.227Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-05T04:42:10.227Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env
2022-06-05T04:42:10.227Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:42:10.228Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:10.230Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:10.230Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654404130227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-05T04:42:10.330Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:10.331Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:10.331Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:10.348Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-05T04:42:10.349Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:42:11.230Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e0505665-b9e7-4c4b-96a4-7fa7d78f9215
2022-06-05T04:42:11.231Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 17543a95-47f1 0 b8b6d40b-5a3e-4397-b105-833eec94a499 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:42:11.252Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5920f93d, org.onap.sdc.toscaparser.api.parameters.Input@13d352a8, org.onap.sdc.toscaparser.api.parameters.Input@46facbc, org.onap.sdc.toscaparser.api.parameters.Input@77b97659, org.onap.sdc.toscaparser.api.parameters.Input@298e9082]
2022-06-05T04:42:11.255Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:11.255Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:11.255Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-06-05T04:42:11.256Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a2d6e20e-9285-4b8c-adf1-2a927f4fa54a
2022-06-05T04:42:11.256Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2d6e20e-9285-4b8c-adf1-2a927f4fa54a matches Tosca VF Customization UUID: a2d6e20e-9285-4b8c-adf1-2a927f4fa54a
2022-06-05T04:42:11.256Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a2d6e20e-9285-4b8c-adf1-2a927f4fa54a matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-05T04:42:11.259Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:11.260Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:11.261Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a2d6e20e-9285-4b8c-adf1-2a927f4fa54a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-05T04:42:11.261Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65852d20
2022-06-05T04:42:11.261Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-05T04:42:11.261Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T04:42:11.261Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 22b69244-41ab-4951-a8d5-2e83b525fbd6
2022-06-05T04:42:11.262Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 22b69244-41ab-4951-a8d5-2e83b525fbd6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-05T04:42:11.266Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery