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-14T05:31:04.324Z||main|||||INFO|500||The following profiles are active: basic
2022-06-14T05:31:26.197Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-14T05:31:26.199Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-14T05:31:26.477Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-14T05:31:34.923Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-14T05:31:35.721Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-14T05:31:36.869Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-14T05:31:36.881Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-14T05:31:37.055Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-14T05:31:37.485Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-14T05:31:38.611Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-14T05:31:42.555Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-14T05:31:46.985Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-14T05:31:47.076Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-14T05:31:48.006Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-14T05:31:48.532Z||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-14T05:31:51.208Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-14T05:31:53.302Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-14T05:31:53.333Z||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$$2538ded1.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-14T05:31:53.335Z||main|||||WARN|500||The sdc end point is not alive
2022-06-14T05:31:59.420Z||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-14T05:32:05.217Z||main|||||WARN|500||---
2022-06-14T05:32:05.359Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-14T05:32:05.360Z||main|||||WARN|500||---
2022-06-14T05:32:06.329Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-14T05:32:15.053Z||main|||||INFO|500||Started Application in 76.496 seconds (JVM running for 81.024)
2022-06-14T05:32:15.098Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-14T05:32:15.100Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-14T05:32:15.140Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-14T05:32:15.188Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-14T05:32:15.276Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c0c5656-0f6e-445f-bf36-4f2888d568d8 url= /sdc/v1/artifactTypes
2022-06-14T05:32:15.277Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-14T05:32:16.442Z||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.13.153] 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$$a8d64e2c.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-14T05:32:16.449Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@143bf8e7
2022-06-14T05:32:16.450Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-14T05:32:16.492Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-14T05:32:16.496Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-14T05:32:16.501Z||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$$a8d64e2c.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-14T05:33:05.042Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-14T05:33:05.043Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-14T05:33:05.043Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-14T05:33:05.047Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-14T05:33:05.062Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9f8c34b2-51ff-4763-a0ed-a42e6a968267 url= /sdc/v1/artifactTypes
2022-06-14T05:33:05.062Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-14T05:33:06.107Z||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.13.153] 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$$a8d64e2c.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-14T05:33:06.108Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44606896
2022-06-14T05:33:06.109Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-14T05:33:06.109Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-14T05:33:06.110Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-14T05:33:06.112Z||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$$a8d64e2c.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-14T05:33:55.042Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-14T05:33:55.043Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-14T05:33:55.047Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-14T05:33:55.053Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-14T05:33:55.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 132666c4-5aa3-4faa-8664-5254b7063fa3 url= /sdc/v1/artifactTypes
2022-06-14T05:33:55.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-14T05:33:56.126Z||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.13.153] 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$$a8d64e2c.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-14T05:33:56.128Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35bd1a6a
2022-06-14T05:33:56.128Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-14T05:33:56.130Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-14T05:33:56.131Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-14T05:33:56.132Z||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$$a8d64e2c.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-14T05:34:45.042Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-14T05:34:45.045Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-14T05:34:45.048Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-14T05:34:45.051Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-14T05:34:45.061Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 09452ac6-2c60-49db-96bf-7e8af37793dc url= /sdc/v1/artifactTypes
2022-06-14T05:34:45.062Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-14T05:34:45.548Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-14T05:34:45.569Z||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-14T05:34:45.622Z||scheduling-1|||||DEBUG|500||create keys
2022-06-14T05:34:45.633Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-14T05:34:45.737Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:34:45.769Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ac3035b2-b9a8-4be4-b74b-8e6549ad4836 url= /sdc/v1/registerForDistribution
2022-06-14T05:34:46.232Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ac3035b2-b9a8-4be4-b74b-8e6549ad4836 url= /sdc/v1/registerForDistribution
2022-06-14T05:34:46.233Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-14T05:34:46.338Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-14T05:34:46.341Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:34:46.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:34:46.367Z||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-14T05:34:46.368Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:34:46.367Z||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-14T05:34:46.370Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:34:56.821Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:34:56.831Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:35:46.253Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:35:46.255Z||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-14T05:35:46.255Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:35:46.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:35:46.326Z||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-14T05:35:46.335Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:35:55.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:35:55.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:36:46.253Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:36:46.258Z||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-14T05:36:46.260Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:36:46.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:36:46.321Z||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-14T05:36:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:36:55.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:36:55.892Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:37:46.253Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:37:46.255Z||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-14T05:37:46.255Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:37:46.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:37:46.324Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T05:37:46.325Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T05:37:55.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:37:55.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:38:46.255Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:38:46.256Z||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-14T05:38:46.256Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:38:46.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:38:46.345Z||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-14T05:38:46.346Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:38:55.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:38:55.916Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:39:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:39:46.254Z||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-14T05:39:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:39:46.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:39:46.324Z||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-14T05:39:46.324Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:39:55.909Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:39:55.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:40:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:40:46.257Z||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-14T05:40:46.258Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:40:46.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:40:46.322Z||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-14T05:40:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:40:55.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:40:55.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:41:30.947Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-14T05:41:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:41:46.254Z||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-14T05:41:46.256Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:41:46.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:41:46.324Z||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-14T05:41:46.324Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:41:55.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:41:55.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:42:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:42:46.255Z||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-14T05:42:46.256Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:42:46.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:42:46.322Z||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-14T05:42:46.323Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:42:55.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:42:55.919Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:43:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:43:46.254Z||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-14T05:43:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:43:46.325Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:43:46.328Z||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-14T05:43:46.328Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:43:55.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:43:55.903Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:44:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:44:46.255Z||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-14T05:44:46.255Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:44:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:44:46.321Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T05:44:46.322Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T05:44:55.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:44:55.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:45:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:45:46.257Z||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-14T05:45:46.258Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:45:46.321Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:45:46.322Z||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-14T05:45:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:45:55.859Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:45:55.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:46:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:46:46.254Z||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-14T05:46:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:46:46.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:46:46.323Z||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-14T05:46:46.323Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:46:55.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:46:55.886Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:47:46.255Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:47:46.257Z||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-14T05:47:46.257Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:47:46.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:47:46.322Z||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-14T05:47:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:47:55.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:47:55.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:48:46.259Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:48:46.261Z||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-14T05:48:46.261Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:48:46.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:48:46.322Z||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-14T05:48:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:48:55.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:48:55.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:49:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:49:46.254Z||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-14T05:49:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:49:46.333Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:49:46.336Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T05:49:46.337Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T05:49:55.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:49:55.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:50:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:50:46.256Z||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-14T05:50:46.256Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:50:46.320Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:50:46.322Z||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-14T05:50:46.323Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:50:55.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:50:55.933Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:51:46.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:51:46.256Z||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-14T05:51:46.256Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:51:46.321Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:51:46.323Z||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-14T05:51:46.323Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:51:55.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:51:55.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:52:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:52:46.254Z||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-14T05:52:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:52:46.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:52:46.323Z||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-14T05:52:46.323Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:52:55.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:52:55.916Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:53:46.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:53:46.257Z||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-14T05:53:46.258Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:53:46.321Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:53:46.323Z||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-14T05:53:46.323Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:53:55.868Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:53:55.936Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:54:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:54:46.254Z||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-14T05:54:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:54:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:54:46.323Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T05:54:46.324Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T05:54:55.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:54:55.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:55:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:55:46.254Z||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-14T05:55:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:55:46.320Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:55:46.322Z||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-14T05:55:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:55:55.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:55:55.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:56:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:56:46.259Z||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-14T05:56:46.262Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:56:46.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:56:46.322Z||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-14T05:56:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:56:55.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:56:55.915Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:57:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:57:46.254Z||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-14T05:57:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:57:46.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:57:46.322Z||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-14T05:57:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:57:55.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:57:55.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:58:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:58:46.255Z||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-14T05:58:46.255Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:58:46.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:58:46.322Z||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-14T05:58:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:58:55.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:58:55.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:59:46.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:59:46.254Z||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-14T05:59:46.255Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T05:59:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T05:59:46.322Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T05:59:46.322Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T05:59:55.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T05:59:55.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:00:46.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:00:46.254Z||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-14T06:00:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:00:46.320Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:00:46.322Z||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-14T06:00:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:00:55.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:00:55.888Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:01:46.253Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:01:46.256Z||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-14T06:01:46.256Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:01:46.321Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:01:46.322Z||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-14T06:01:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:01:55.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:01:55.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:02:46.253Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:02:46.254Z||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-14T06:02:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:02:46.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:02:46.322Z||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-14T06:02:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:02:55.811Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:02:55.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:03:46.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:03:46.256Z||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-14T06:03:46.256Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:03:46.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:03:46.321Z||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-14T06:03:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:03:55.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:03:55.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:04:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:04:46.254Z||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-14T06:04:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:04:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:04:46.321Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T06:04:46.321Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T06:04:55.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:04:55.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:05:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:05:46.254Z||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-14T06:05:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:05:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:05:46.322Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T06:05:46.322Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T06:05:55.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:05:55.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:06:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:06:46.254Z||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-14T06:06:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:06:46.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:06:46.321Z||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-14T06:06:46.321Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:06:55.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:06:55.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:07:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:07:46.257Z||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-14T06:07:46.257Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:07:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:07:46.322Z||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-14T06:07:46.323Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:07:55.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:07:55.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:08:46.252Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:08:46.253Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T06:08:46.254Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T06:08:46.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:08:46.322Z||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-14T06:08:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:08:55.829Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:08:55.897Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:09:46.252Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:09:46.254Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T06:09:46.254Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T06:09:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:09:46.322Z||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-14T06:09:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:09:55.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:09:55.920Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:10:46.253Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:10:46.255Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T06:10:46.255Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T06:10:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:10:46.321Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T06:10:46.321Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T06:10:55.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:10:55.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:11:46.252Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:11:46.254Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T06:11:46.255Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T06:11:46.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:11:46.322Z||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-14T06:11:46.323Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:11:55.827Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:11:55.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:12:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:12:46.256Z||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-14T06:12:46.257Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:12:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:12:46.321Z||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-14T06:12:46.321Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:12:55.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:12:55.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:13:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:13:46.254Z||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-14T06:13:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:13:46.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:13:46.322Z||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-14T06:13:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:13:55.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:13:55.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:14:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:14:46.254Z||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-14T06:14:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:14:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:14:46.322Z||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-14T06:14:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:14:55.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:14:55.886Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:15:46.255Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:15:46.256Z||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-14T06:15:46.256Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:15:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:15:46.321Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T06:15:46.322Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T06:15:55.920Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:15:55.921Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:16:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:16:46.254Z||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-14T06:16:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:16:46.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:16:46.324Z||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-14T06:16:46.324Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:16:55.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:16:55.919Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:17:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:17:46.254Z||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-14T06:17:46.255Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:17:46.321Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:17:46.323Z||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-14T06:17:46.323Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:17:55.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:17:55.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:18:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:18:46.256Z||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-14T06:18:46.256Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:18:46.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:18:46.324Z||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-14T06:18:46.324Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:18:55.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:18:55.915Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:19:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:19:46.254Z||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-14T06:19:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:19:46.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:19:46.326Z||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-14T06:19:46.327Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:19:55.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:19:55.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:20:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:20:46.253Z||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-14T06:20:46.253Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:20:46.321Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:20:46.322Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T06:20:46.323Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T06:20:55.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:20:55.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:21:46.255Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:21:46.257Z||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-14T06:21:46.257Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:21:46.321Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:21:46.324Z||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-14T06:21:46.324Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:21:55.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:21:55.911Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:22:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:22:46.254Z||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-14T06:22:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:22:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:22:46.321Z||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-14T06:22:46.321Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:22:55.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:22:55.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:23:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:23:46.258Z||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-14T06:23:46.258Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:23:46.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:23:46.327Z||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-14T06:23:46.327Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:23:55.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:23:55.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:24:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:24:46.254Z||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-14T06:24:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:24:46.321Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:24:46.323Z||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-14T06:24:46.323Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:24:55.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:24:55.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:25:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:25:46.254Z||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-14T06:25:46.254Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:25:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:25:46.322Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T06:25:46.322Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T06:25:55.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:25:55.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:26:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:26:46.255Z||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-14T06:26:46.255Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:26:46.326Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:26:46.331Z||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-14T06:26:46.331Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:26:55.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:26:55.913Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:27:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:27:46.255Z||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-14T06:27:46.255Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:27:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:27:46.321Z||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-14T06:27:46.321Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:27:48.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:27:48.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T06:27:48.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61","serviceName":"basic_onboard_ABDgEX","serviceVersion":"1.0","serviceUUID":"44420d5d-f451-45e8-934f-de7157408c8a","serviceDescription":"service","serviceInvariantUUID":"d1d3eac8-df36-4f69-85ef-84a433f6420f","resources":[{"resourceInstanceName":"basic_onboard_ABDgEX 0","resourceName":"basic_onboard_ABDgEX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad72bc29-0831-42de-b5f0-ac79e952c78f","resourceInvariantUUID":"94d37081-994e-4728-87f6-2dd947f883f3","resourceCustomizationUUID":"11ff6010-7376-4c43-9f36-e7aa4754ed7a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml","artifactChecksum":"MjJmZjI4ZjMyNmJiY2FhMWYzYzkxYzA3OGYwNWUyZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6481834a-4a66-41bb-99b3-188ca182b8bd","artifactVersion":"1"},{"artifactName":"basic_onboard_abdgex0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json","artifactChecksum":"ZDU4ZDc5ODExODc0NTM2MmQxODdkNzMzMjQ3OTY2MmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"beea7e05-ac39-497c-a55d-3553e6119a2c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7e7acc64-4cf5-480b-aad8-51a4564d0c75","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0665ff7f-9b83-4bd3-bb92-9b163036945f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"99697a4a-dfa6-437c-b067-ade929cf7761","artifactVersion":"2","generatedFromUUID":"7e7acc64-4cf5-480b-aad8-51a4564d0c75"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAbdgex-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml","artifactChecksum":"NWIzOTgwOThjMWIyZDVhNzk5MDE0NjlmNzc0OTUwZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0135b829-a0c6-4a84-95f1-48b30cb5f55f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAbdgex-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar","artifactChecksum":"N2IyYmExOGZmM2VlNWU1NDA5YWZjM2UwNmYxYWE0YTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55b224f3-e78b-4f54-b021-05460a0a50da","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T06:27:48.595Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:27:48.612Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:27:48.637Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:27:48.638Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188066252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:27:48.737Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-14T06:27:48.743Z||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-14T06:27:48.744Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:27:48.765Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:27:48.768Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:27:48.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:27:48.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:27:48.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "cds",
"timestamp": 1655188058980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:27:48.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:27:48.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:27:48.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "clamp",
"timestamp": 1655188063607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:27:48.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:27:49.655Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:27:49.657Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:27:49.662Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:27:49.662Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188066252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json",
"status": "NOTIFIED"
}
2022-06-14T06:27:49.762Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:27:49.763Z||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-14T06:27:49.764Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:27:49.837Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:27:49.838Z||pool-4-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:27:50.670Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:27:50.671Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:27:50.681Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:27:50.682Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188066252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-14T06:27:50.781Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T06:27:50.783Z||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-14T06:27:50.783Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:27:50.821Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:27:50.832Z||pool-5-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:27:51.682Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:27:51.685Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:27:51.688Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:27:51.689Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188066252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:27:51.789Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T06:27:51.791Z||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-14T06:27:51.792Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:27:51.810Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:27:51.811Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:27:52.690Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:27:52.691Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:27:52.696Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:27:52.696Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188066252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-14T06:27:52.796Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:27:52.798Z||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-14T06:27:52.799Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:27:52.822Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:27:52.823Z||pool-7-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:27:53.697Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:27:53.698Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:27:53.701Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:27:53.702Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188066252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:27:53.805Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-14T06:27:53.806Z||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-14T06:27:53.807Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:27:53.835Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:27:53.836Z||pool-8-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:27:54.703Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:27:54.704Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:27:54.707Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:27:54.708Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188066252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:27:54.808Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T06:27:54.810Z||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-14T06:27:54.810Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:27:54.836Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:27:54.837Z||pool-9-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:27:55.717Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"serviceName": "basic_onboard_ABDgEX",
"serviceVersion": "1.0",
"serviceUUID": "44420d5d-f451-45e8-934f-de7157408c8a",
"serviceDescription": "service",
"serviceInvariantUUID": "d1d3eac8-df36-4f69-85ef-84a433f6420f",
"resources": [
{
"resourceInstanceName": "basic_onboard_ABDgEX 0",
"resourceCustomizationUUID": "11ff6010-7376-4c43-9f36-e7aa4754ed7a",
"resourceName": "basic_onboard_ABDgEX",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ad72bc29-0831-42de-b5f0-ac79e952c78f",
"resourceInvariantUUID": "94d37081-994e-4728-87f6-2dd947f883f3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_abdgex0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json",
"artifactChecksum": "ZDU4ZDc5ODExODc0NTM2MmQxODdkNzMzMjQ3OTY2MmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "beea7e05-ac39-497c-a55d-3553e6119a2c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7e7acc64-4cf5-480b-aad8-51a4564d0c75",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "99697a4a-dfa6-437c-b067-ade929cf7761",
"generatedFromUUID": "7e7acc64-4cf5-480b-aad8-51a4564d0c75"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "99697a4a-dfa6-437c-b067-ade929cf7761",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAbdgex-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"artifactChecksum": "N2IyYmExOGZmM2VlNWU1NDA5YWZjM2UwNmYxYWE0YTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "55b224f3-e78b-4f54-b021-05460a0a50da"
}
],
"workloadContext": "Production"
}
2022-06-14T06:27:55.719Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T06:27:55.720Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 44420d5d-f451-45e8-934f-de7157408c8a ASDC
2022-06-14T06:27:55.964Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
ServiceName:basic_onboard_ABDgEX
ServiceVersion:1.0
ServiceUUID:44420d5d-f451-45e8-934f-de7157408c8a
ServiceInvariantUUID:d1d3eac8-df36-4f69-85ef-84a433f6420f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAbdgex-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar
ArtifactUUID:55b224f3-e78b-4f54-b021-05460a0a50da
ArtifactChecksum:N2IyYmExOGZmM2VlNWU1NDA5YWZjM2UwNmYxYWE0YTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ABDgEX 0
ResourceCustomizationUUID:11ff6010-7376-4c43-9f36-e7aa4754ed7a
ResourceInvariantUUID:94d37081-994e-4728-87f6-2dd947f883f3
ResourceName:basic_onboard_ABDgEX
ResourceType:VF
ResourceUUID:ad72bc29-0831-42de-b5f0-ac79e952c78f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_abdgex0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json
ArtifactUUID:beea7e05-ac39-497c-a55d-3553e6119a2c
ArtifactChecksum:ZDU4ZDc5ODExODc0NTM2MmQxODdkNzMzMjQ3OTY2MmE=
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/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7e7acc64-4cf5-480b-aad8-51a4564d0c75
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/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env
ArtifactUUID:99697a4a-dfa6-437c-b067-ade929cf7761
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/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env
ArtifactUUID:99697a4a-dfa6-437c-b067-ade929cf7761
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-14T06:27:55.964Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44420d5d-f451-45e8-934f-de7157408c8a 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-14T06:27:56.520Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T06:27:56.522Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T06:27:56.524Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T06:27:56.524Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 55b224f3-e78b-4f54-b021-05460a0a50da from URL: /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:27:56.524Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T06:27:56.526Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:27:56.698Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T06:27:56.719Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar 55b224f3-e78b-4f54-b021-05460a0a50da 71588
2022-06-14T06:27:56.721Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar ASDC sendASDCNotification
2022-06-14T06:27:56.721Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:27:56.723Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T06:27:56.724Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:27:56.728Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:27:56.728Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188076720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:27:56.828Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T06:27:56.829Z||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-14T06:27:56.830Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:27:56.846Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:27:56.847Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:27:57.729Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T06:27:57.731Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T06:27:57.732Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 55b224f3-e78b-4f54-b021-05460a0a50da, URL: /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar to file: /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:27:57.733Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:27:57.840Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:27:57.841Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:27:58.854Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11735602104998044358/Definitions/service-BasicOnboardAbdgex-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-14T06:28:02.444Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T06:28:02.454Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T06:28:02.455Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:28:02.455Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-14T06:28:02.456Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:28:02.456Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ABDgEX 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-BasicOnboardAbdgex-csar.csar
2022-06-14T06:28:02.456Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:28:02.456Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:28:02.456Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:28:02.456Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:28:02.457Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:28:02.457Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:28:02.457Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:28:02.457Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T06:28:02.472Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:02.475Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:02.483Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria
2022-06-14T06:28:02.483Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T06:28:02.486Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T06:28:02.489Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:02.490Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:02.490Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria
2022-06-14T06:28:02.491Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T06:28:02.491Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T06:28:02.491Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:02.491Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:02.504Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:02.505Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is not matching search criteria
2022-06-14T06:28:02.505Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-14T06:28:02.506Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-14T06:28:02.506Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-14T06:28:02.506Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-14T06:28:02.506Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-14T06:28:02.507Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:02.507Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T06:28:02.509Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:02.510Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria
2022-06-14T06:28:02.510Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:28:02.511Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:02.511Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria
2022-06-14T06:28:02.511Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:28:02.511Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:02.512Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria
2022-06-14T06:28:02.512Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:28:02.512Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:02.513Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is not matching search criteria
2022-06-14T06:28:02.513Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-14T06:28:02.513Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-14T06:28:02.519Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eb688273-5a1f-4357-b411-498551ef6b96
2022-06-14T06:28:02.520Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:02.521Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:02.521Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:02.522Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:02.522Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:02.522Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:02.522Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:02.523Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:02.523Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ABDgEX
Description:service
Model UUID:44420d5d-f451-45e8-934f-de7157408c8a
Model Version:NULL
Model InvariantUuid:d1d3eac8-df36-4f69-85ef-84a433f6420f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ABDgEX
Model UUID:f48e0e49-597f-4577-8f6f-eb26b48fc488
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:94d37081-994e-4728-87f6-2dd947f883f3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:11ff6010-7376-4c43-9f36-e7aa4754ed7a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fcc6d85d-179e-4380-bfc2-af0606285f75
ModelName:BasicOnboardAbdgex..base_ubuntu18..module-0
ModelUuid:31720d5e-9a72-45ee-86f4-83ab3caaf149
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:eb688273-5a1f-4357-b411-498551ef6b96
ModelInvariantUuid:e4bc6c81-4f63-498e-9a0e-1e6b9f50686b
ModelName:basic_onboard_ABDgEX-nodes.ubuntu18Cvfc
ModelUuid:9c0da87b-ba65-41e9-a6da-9eee8b67845e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:27faeefb-c540-4933-9cab-1876991f0654
ModelInvariantUuid:bf3bc00e-14f2-483e-975d-5e08ebff06a1
ModelName:BasicOnboardAbdgex.compute.nodes.heat.ubuntu18
ModelUuid:a5da8b27-74eb-4815-a091-967a89bf04e0
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-14T06:28:02.606Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ad72bc29-0831-42de-b5f0-ac79e952c78f
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-14T06:28:02.818Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||basic_onboard_ABDgEX 0
2022-06-14T06:28:02.844Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad72bc29-0831-42de-b5f0-ac79e952c78f
2022-06-14T06:28:02.844Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: beea7e05-ac39-497c-a55d-3553e6119a2c from URL: /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json
2022-06-14T06:28:02.845Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T06:28:02.846Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json
2022-06-14T06:28:02.916Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T06:28:02.922Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json beea7e05-ac39-497c-a55d-3553e6119a2c 798
2022-06-14T06:28:02.923Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json ASDC sendASDCNotification
2022-06-14T06:28:02.923Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json
2022-06-14T06:28:02.923Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T06:28:02.924Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:28:02.928Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:28:02.928Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188082923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:28:03.028Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:28:03.030Z||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-14T06:28:03.030Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:28:03.061Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:28:03.062Z||pool-11-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:28:03.930Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAbdgex..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fcc6d85d-179e-4380-bfc2-af0606285f75",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "31720d5e-9a72-45ee-86f4-83ab3caaf149",
"vfModuleModelCustomizationUUID": "5c6f54ab-70b1-4b78-8dd8-92f902245491",
"isBase": true,
"artifacts": [
"7e7acc64-4cf5-480b-aad8-51a4564d0c75",
"99697a4a-dfa6-437c-b067-ade929cf7761"
],
"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-14T06:28:03.960Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAbdgex..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:31720d5e-9a72-45ee-86f4-83ab3caaf149
VfModuleModelInvariantUUID:fcc6d85d-179e-4380-bfc2-af0606285f75
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e7acc64-4cf5-480b-aad8-51a4564d0c75
,
99697a4a-dfa6-437c-b067-ade929cf7761
}
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-14T06:28:03.967Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAbdgex..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fcc6d85d-179e-4380-bfc2-af0606285f75",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "31720d5e-9a72-45ee-86f4-83ab3caaf149",
"vfModuleModelCustomizationUUID": "5c6f54ab-70b1-4b78-8dd8-92f902245491",
"isBase": true,
"artifacts": [
"7e7acc64-4cf5-480b-aad8-51a4564d0c75",
"99697a4a-dfa6-437c-b067-ade929cf7761"
],
"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-14T06:28:03.967Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAbdgex..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:31720d5e-9a72-45ee-86f4-83ab3caaf149
VfModuleModelInvariantUUID:fcc6d85d-179e-4380-bfc2-af0606285f75
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e7acc64-4cf5-480b-aad8-51a4564d0c75
,
99697a4a-dfa6-437c-b067-ade929cf7761
}
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-14T06:28:03.968Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7e7acc64-4cf5-480b-aad8-51a4564d0c75 from URL: /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml
2022-06-14T06:28:03.969Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T06:28:03.969Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml
2022-06-14T06:28:04.202Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T06:28:04.205Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml 7e7acc64-4cf5-480b-aad8-51a4564d0c75 5033
2022-06-14T06:28:04.207Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-14T06:28:04.207Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml
2022-06-14T06:28:04.208Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T06:28:04.208Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:28:04.211Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:28:04.212Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188084207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:28:04.312Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:28:04.315Z||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-14T06:28:04.318Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:28:04.344Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:28:04.345Z||pool-12-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:28:05.213Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 99697a4a-dfa6-437c-b067-ade929cf7761 from URL: /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env
2022-06-14T06:28:05.214Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T06:28:05.239Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env
2022-06-14T06:28:05.446Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T06:28:05.448Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env 99697a4a-dfa6-437c-b067-ade929cf7761 909
2022-06-14T06:28:05.449Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-14T06:28:05.450Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env
2022-06-14T06:28:05.450Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T06:28:05.451Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:28:05.455Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:28:05.455Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188085449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:28:05.556Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T06:28:05.559Z||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-14T06:28:05.559Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:28:05.594Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:28:05.597Z||pool-13-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:28:06.456Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 44420d5d-f451-45e8-934f-de7157408c8a
2022-06-14T06:28:06.457Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ABDgEX 0 ad72bc29-0831-42de-b5f0-ac79e952c78f 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-14T06:28:06.528Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f46473e, org.onap.sdc.toscaparser.api.parameters.Input@3ae9f390, org.onap.sdc.toscaparser.api.parameters.Input@41d05b46, org.onap.sdc.toscaparser.api.parameters.Input@7831557a, org.onap.sdc.toscaparser.api.parameters.Input@53392f5]
2022-06-14T06:28:06.534Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:06.535Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:06.535Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-06-14T06:28:06.536Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 11ff6010-7376-4c43-9f36-e7aa4754ed7a
2022-06-14T06:28:06.536Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 11ff6010-7376-4c43-9f36-e7aa4754ed7a matches Tosca VF Customization UUID: 11ff6010-7376-4c43-9f36-e7aa4754ed7a
2022-06-14T06:28:06.536Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 11ff6010-7376-4c43-9f36-e7aa4754ed7a 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-14T06:28:06.548Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:06.549Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:06.551Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 11ff6010-7376-4c43-9f36-e7aa4754ed7a: {\"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-14T06:28:06.552Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@740d06a5
2022-06-14T06:28:06.552Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:06.553Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T06:28:06.553Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5c6f54ab-70b1-4b78-8dd8-92f902245491
2022-06-14T06:28:06.556Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5c6f54ab-70b1-4b78-8dd8-92f902245491
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-14T06:28:06.571Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:06.572Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria
2022-06-14T06:28:06.572Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:28:06.576Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:06.577Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria
2022-06-14T06:28:06.577Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:28:06.578Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:06.578Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is not matching search criteria
2022-06-14T06:28:06.578Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-14T06:28:06.579Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-14T06:28:06.579Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eb688273-5a1f-4357-b411-498551ef6b96
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-14T06:28:06.600Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:06.600Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria
2022-06-14T06:28:06.601Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:28:06.602Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:06.602Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria
2022-06-14T06:28:06.602Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0] matching following query criteria: sdcType=VF, customizationUUID=11ff6010-7376-4c43-9f36-e7aa4754ed7a
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-14T06:28:06.607Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:06.607Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:06.608Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 44420d5d-f451-45e8-934f-de7157408c8a: basic_onboard_ABDgEX
2022-06-14T06:28:06.608Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:06.609Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:06.609Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:06.610Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:06.610Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:06.611Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:06.611Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:06.611Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:06.612Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:28:06.612Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:28:06.613Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_ABDgEX
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-14T06:28:07.016Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ABDgEX ad72bc29-0831-42de-b5f0-ac79e952c78f 1 ASDC deployResourceStructure
2022-06-14T06:28:07.018Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json ASDC sendASDCNotification
2022-06-14T06:28:07.018Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json
2022-06-14T06:28:07.018Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T06:28:07.019Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:28:07.022Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:28:07.022Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188087017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-14T06:28:07.122Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T06:28:07.123Z||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-14T06:28:07.124Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:28:07.143Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:28:07.144Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:28:08.024Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-14T06:28:08.024Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml
2022-06-14T06:28:08.024Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T06:28:08.026Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:28:08.030Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:28:08.031Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188088023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-14T06:28:08.130Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-14T06:28:08.132Z||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-14T06:28:08.132Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:28:08.156Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:28:08.157Z||pool-15-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:28:09.032Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-14T06:28:09.033Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env
2022-06-14T06:28:09.033Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T06:28:09.033Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:28:09.035Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:28:09.036Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188089032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-14T06:28:09.136Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:28:09.137Z||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-14T06:28:09.137Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:28:09.201Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:28:09.202Z||pool-16-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:28:10.038Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar ASDC sendASDCNotification
2022-06-14T06:28:10.038Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar
2022-06-14T06:28:10.039Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T06:28:10.039Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:28:10.053Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:28:10.053Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188090038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T06:28:10.142Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-06-14T06:28:10.143Z||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-14T06:28:10.144Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:28:10.173Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:28:10.174Z||pool-17-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:28:11.055Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:28:11.125Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:28:11.131Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:28:11.131Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:28:11.132Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:28:41.135Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:28:41.173Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:28:41.180Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:28:41.180Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:28:41.180Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:28:46.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:28:46.327Z||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-14T06:28:46.327Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:28:46.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:28:46.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:28:46.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188066252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:28:46.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:29:11.181Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:29:11.194Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:29:11.198Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:29:11.198Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:29:11.198Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:29:41.199Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:29:41.217Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:29:41.221Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:29:41.221Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:29:41.221Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:29:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:29:46.321Z||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-14T06:29:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:29:46.379Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:29:46.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:29:46.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "policy-id",
"timestamp": 1655188058754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:29:46.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:11.222Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:30:11.237Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:30:11.243Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:30:11.244Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:30:11.244Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:30:41.245Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:30:41.284Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:30:41.304Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:30:41.305Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:30:41.306Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:30:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:30:46.323Z||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-14T06:30:46.323Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:30:46.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:30:46.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "cds",
"timestamp": 1655188058980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "clamp",
"timestamp": 1655188063607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json",
"status": "NOTIFIED"
}
2022-06-14T06:30:46.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "policy-id",
"timestamp": 1655188058754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188066252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json",
"status": "NOTIFIED"
}
2022-06-14T06:30:46.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "cds",
"timestamp": 1655188058980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "clamp",
"timestamp": 1655188063607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "policy-id",
"timestamp": 1655188058754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-14T06:30:46.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188066252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-14T06:30:46.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188069824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "cds",
"timestamp": 1655188058980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "clamp",
"timestamp": 1655188063607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "policy-id",
"timestamp": 1655188058754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188066252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188069824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json",
"status": "NOTIFIED"
}
2022-06-14T06:30:46.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "cds",
"timestamp": 1655188058980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "clamp",
"timestamp": 1655188063607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "policy-id",
"timestamp": 1655188058754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188066252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-14T06:30:46.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188069824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-14T06:30:46.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "cds",
"timestamp": 1655188058980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "policy-id",
"timestamp": 1655188058754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "clamp",
"timestamp": 1655188063607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188066252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188069824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "cds",
"timestamp": 1655188058980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:30:46.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "policy-id",
"timestamp": 1655188058754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:30:46.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "clamp",
"timestamp": 1655188063607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:30:46.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188066252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:30:46.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "aai-ml",
"timestamp": 1655188073828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188069824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-14T06:30:46.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "aai-ml",
"timestamp": 1655188073828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "cds",
"timestamp": 1655188075399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:30:46.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "policy-id",
"timestamp": 1655188075889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:30:46.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188069824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188076720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:30:46.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "aai-ml",
"timestamp": 1655188073828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "policy-id",
"timestamp": 1655188076909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T06:30:46.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "cds",
"timestamp": 1655188076424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-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-14T06:30:46.455Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
2022-06-14T06:30:46.456Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 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-14T06:30:46.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188069824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:30:46.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "aai-ml",
"timestamp": 1655188073828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "policy-id",
"timestamp": 1655188077918,
"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-14T06:30:46.503Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
2022-06-14T06:30:46.504Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 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-14T06:30:46.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188077637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:30:46.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "aai-ml",
"timestamp": 1655188073828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188078705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:30:46.530Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "aai-ml",
"timestamp": 1655188073828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:30:46.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188079775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:30:46.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "aai-ml",
"timestamp": 1655188073828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:30:46.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:30:46.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "clamp",
"timestamp": 1655188081029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:30:46.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188080843,
"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-14T06:30:46.552Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
2022-06-14T06:30:46.552Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 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-14T06:30:46.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "aai-ml",
"timestamp": 1655188081710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:30:46.590Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "clamp",
"timestamp": 1655188082162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T06:30:46.590Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188081847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-14T06:30:46.591Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188082923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:30:46.591Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "clamp",
"timestamp": 1655188083167,
"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-14T06:30:46.627Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
2022-06-14T06:30:46.627Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 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-14T06:30:46.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188084207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:30:46.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188085449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:30:46.660Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188087017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-14T06:30:46.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188088023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-14T06:30:46.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188089032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-14T06:30:46.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188090038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T06:30:46.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "aai-ml",
"timestamp": 1655188099870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T06:30:46.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:30:46.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:30:46.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "aai-ml",
"timestamp": 1655188100877,
"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-14T06:30:46.682Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
2022-06-14T06:30:46.683Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 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-14T06:31:11.306Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:31:11.319Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:31:11.322Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:31:11.322Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T06:31:11.322Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:31:11.322Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:31:41.324Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:31:41.346Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:31:41.351Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:31:41.351Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T06:31:41.352Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:31:41.352Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:31:46.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:31:46.327Z||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-14T06:31:46.327Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:31:46.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:31:46.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "cds",
"timestamp": 1655188163980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "aai-ml",
"timestamp": 1655188163828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188169823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "cds",
"timestamp": 1655188163980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "aai-ml",
"timestamp": 1655188163828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188169823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json",
"status": "NOTIFIED"
}
2022-06-14T06:31:46.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "cds",
"timestamp": 1655188163980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "aai-ml",
"timestamp": 1655188163828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188169823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-14T06:31:46.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "aai-ml",
"timestamp": 1655188163828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "cds",
"timestamp": 1655188163980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188169823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "cds",
"timestamp": 1655188163980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "aai-ml",
"timestamp": 1655188163828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188169823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-14T06:31:46.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "cds",
"timestamp": 1655188163980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "aai-ml",
"timestamp": 1655188163828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188169823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "cds",
"timestamp": 1655188163980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:31:46.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "aai-ml",
"timestamp": 1655188163828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:31:46.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188169823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:31:46.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "cds",
"timestamp": 1655188176986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:31:46.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:31:46.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "aai-ml",
"timestamp": 1655188177354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:31:46.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:31:46.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188177572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:31:46.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:31:46.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "cds",
"timestamp": 1655188177993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T06:31:46.560Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e6564d5-8cc4-443d-b7db-5229256ec514
2022-06-14T06:31:46.561Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6564d5-8cc4-443d-b7db-5229256ec514 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-14T06:31:46.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188178663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:31:46.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:31:46.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "policy-id",
"timestamp": 1655188178754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188179776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:31:46.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:31:46.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "policy-id",
"timestamp": 1655188178754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188180799,
"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-14T06:31:46.601Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e6564d5-8cc4-443d-b7db-5229256ec514
2022-06-14T06:31:46.601Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6564d5-8cc4-443d-b7db-5229256ec514 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-14T06:31:46.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "policy-id",
"timestamp": 1655188178754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-14T06:31:46.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188181803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json",
"status": "DEPLOY_OK"
}
2022-06-14T06:31:46.619Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:31:46.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "policy-id",
"timestamp": 1655188178754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "policy-id",
"timestamp": 1655188178754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "clamp",
"timestamp": 1655188183607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "policy-id",
"timestamp": 1655188178754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:31:46.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "clamp",
"timestamp": 1655188183607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json",
"status": "NOTIFIED"
}
2022-06-14T06:31:46.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:31:46.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:31:46.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "policy-id",
"timestamp": 1655188178754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:31:46.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:32:11.352Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:32:11.369Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:32:11.374Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:32:11.374Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T06:32:11.375Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:32:11.375Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:32:41.376Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:32:41.392Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61
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-14T06:32:41.401Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:32:41.402Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T06:32:41.402Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:32:41.402Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:32:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:32:46.321Z||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-14T06:32:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:32:46.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:32:46.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:32:46.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "clamp",
"timestamp": 1655188183607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:32:46.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:32:46.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:32:46.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "policy-id",
"timestamp": 1655188186533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:32:46.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:32:46.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:32:46.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "clamp",
"timestamp": 1655188183607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:32:46.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:32:46.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:32:46.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "policy-id",
"timestamp": 1655188187538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T06:32:46.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:32:46.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:32:46.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "clamp",
"timestamp": 1655188183607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:32:46.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:32:46.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:32:46.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "policy-id",
"timestamp": 1655188188542,
"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-14T06:32:46.442Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e6564d5-8cc4-443d-b7db-5229256ec514
2022-06-14T06:32:46.442Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6564d5-8cc4-443d-b7db-5229256ec514 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-14T06:32:46.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:32:46.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "clamp",
"timestamp": 1655188183607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:32:46.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:32:46.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:32:46.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "clamp",
"timestamp": 1655188183607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:32:46.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:32:46.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:32:46.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "aai-ml",
"timestamp": 1655188195013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T06:32:46.479Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:32:46.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:32:46.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "aai-ml",
"timestamp": 1655188196018,
"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-14T06:32:46.488Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e6564d5-8cc4-443d-b7db-5229256ec514
2022-06-14T06:32:46.488Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6564d5-8cc4-443d-b7db-5229256ec514 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-14T06:32:46.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:32:46.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "clamp",
"timestamp": 1655188199325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:32:46.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:32:46.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:32:46.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "clamp",
"timestamp": 1655188201077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T06:32:46.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:32:46.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:32:46.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "clamp",
"timestamp": 1655188202082,
"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-14T06:32:46.511Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e6564d5-8cc4-443d-b7db-5229256ec514
2022-06-14T06:32:46.512Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6564d5-8cc4-443d-b7db-5229256ec514 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-14T06:33:11.402Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-14T06:33:11.403Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 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-14T06:33:11.421Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 and serviceModelVersionId: 44420d5d-f451-45e8-934f-de7157408c8a
2022-06-14T06:33:11.421Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1d3eac8-df36-4f69-85ef-84a433f6420f
2022-06-14T06:33:36.237Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0
2022-06-14T06:33:36.449Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-14T06:33:37.274Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0|INFO|500||Invoke
2022-06-14T06:33:37.284Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[58dac45d-03ec-494b-a699-fea6752aa69a], X-ECOMP-RequestID=[c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61], X-TransactionId=[], X-ONAP-RequestID=[c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61], Content-Type=[application/merge-patch+json]}
2022-06-14T06:33:37.482Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-06-14T06:33:37.730Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?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/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220614-06:33:37:647-4867], vertex-id=[188424], Content-Length=[0], Date=[Tue, 14 Jun 2022 06:33:37 GMT], Content-Type=[application/json]}
2022-06-14T06:33:37.733Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-14T06:33:37.735Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0|INFO|500||InvokeReturn
2022-06-14T06:33:37.742Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-14T06:33:37.743Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-14T06:33:37.760Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-14T06:33:37.761Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-14T06:33:37.763Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-14T06:33:37.764Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:33:37.766Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:33:37.766Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188417762,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-14T06:33:37.867Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:33:37.869Z||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-14T06:33:37.869Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:33:37.896Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:33:37.897Z||pool-18-thread-1|||||INFO|500||cambria reply ok (29 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-14T06:33:38.780Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:33:38.781Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-14T06:33:38.781Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ...
2022-06-14T06:33:43.347Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:33:43.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T06:33:43.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e6564d5-8cc4-443d-b7db-5229256ec514","serviceName":"vFW 2022-06-14 06-28-05","serviceVersion":"1.0","serviceUUID":"b99c6dc7-112c-475d-a1b5-8082a6263cb5","serviceDescription":"catalog service description","serviceInvariantUUID":"460fbbcd-3afa-401f-8e5f-a8c625d439f7","resources":[{"resourceInstanceName":"vFW 7249fc92-3ea4 0","resourceName":"vFW 7249fc92-3ea4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a943eb6e-9343-42d9-bab6-4e0caa406277","resourceInvariantUUID":"8d286ab1-ad8c-4268-b812-8ae38b0f40a6","resourceCustomizationUUID":"3ab2eb60-df93-4e0f-a706-34a7e0b82c7f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml","artifactChecksum":"ZTg0MTY5N2NlYzhmZDZkZWMxNWMwZWM3MDExMzk0YTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5407a7c3-6bd8-4c89-95dc-a3a5bdb8d63c","artifactVersion":"1"},{"artifactName":"vfw7249fc923ea40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json","artifactChecksum":"NzhlMzMwZjBmMzRiYzk0M2IxMWEwYmZlZDg4MmZiYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be5b51c3-3bf3-43e7-8347-76fe5cef88bb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c22f38ff-cf42-4be1-a7c2-df069a64ffeb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml","artifactChecksum":"NmQ3OTBjYjJmMDdiY2JiODVjYTE4ODE1NzllNDA2MGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9637f979-acc5-4b75-bd6a-576adcb3ee8d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"49bc3651-f8da-4c32-862a-44572a4ac090","artifactVersion":"2","generatedFromUUID":"c22f38ff-cf42-4be1-a7c2-df069a64ffeb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220614062805-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml","artifactChecksum":"NzBkNTgxN2JmYjc5YmNhMjg2MjE3MWJmNDQ0NGIzMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cac8e3f1-1314-498c-8ea0-ede6ba26b11d","artifactVersion":"1"},{"artifactName":"service-Vfw20220614062805-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar","artifactChecksum":"ZmJlZjA5Yzc3NzI5N2UyYzdlOTkwODBlMTJjMzViN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99460de2-67d9-447f-82bf-3d20449ce7da","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T06:33:43.355Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:33:43.356Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:33:43.360Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:33:43.360Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:43.460Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:33:43.461Z||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-14T06:33:43.462Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:33:43.480Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:33:43.481Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:33:44.361Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:33:44.362Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:33:44.364Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:33:44.364Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json",
"status": "NOTIFIED"
}
2022-06-14T06:33:44.466Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-14T06:33:44.468Z||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-14T06:33:44.468Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:33:44.558Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:33:44.559Z||pool-20-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:33:45.365Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:33:45.367Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:33:45.374Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:33:45.375Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-14T06:33:45.472Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-14T06:33:45.475Z||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-14T06:33:45.475Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:33:45.555Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:33:45.556Z||pool-21-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":1,"count":1}
2022-06-14T06:33:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:33:46.322Z||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-14T06:33:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:33:46.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:33:46.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "aai-ml",
"timestamp": 1655188343828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "cds",
"timestamp": 1655188343980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188349823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "aai-ml",
"timestamp": 1655188343828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "cds",
"timestamp": 1655188343980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.376Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:33:46.377Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:33:46.382Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:33:46.382Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188349823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json",
"status": "NOTIFIED"
}
2022-06-14T06:33:46.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "cds",
"timestamp": 1655188343980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "aai-ml",
"timestamp": 1655188343828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188349823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-14T06:33:46.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "cds",
"timestamp": 1655188343980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "aai-ml",
"timestamp": 1655188343828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188349823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "cds",
"timestamp": 1655188343980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "aai-ml",
"timestamp": 1655188343828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188349823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-14T06:33:46.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "cds",
"timestamp": 1655188343980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "aai-ml",
"timestamp": 1655188343828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188349823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "cds",
"timestamp": 1655188343980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:33:46.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "aai-ml",
"timestamp": 1655188343828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:33:46.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188349823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:33:46.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "aai-ml",
"timestamp": 1655188357346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:33:46.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:33:46.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "cds",
"timestamp": 1655188356998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:33:46.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:33:46.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188357574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:33:46.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:33:46.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "cds",
"timestamp": 1655188358004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T06:33:46.458Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2667a551-cdd9-41f8-97ac-8ef3b47d0942
2022-06-14T06:33:46.459Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2667a551-cdd9-41f8-97ac-8ef3b47d0942 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-14T06:33:46.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188358664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:33:46.478Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:33:46.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "policy-id",
"timestamp": 1655188358754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188359761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:33:46.480Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:33:46.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "policy-id",
"timestamp": 1655188358754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188360787,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-06-14T06:33:46.484Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
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-14T06:33:46.485Z||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-14T06:33:46.488Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:33:46.506Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2667a551-cdd9-41f8-97ac-8ef3b47d0942
2022-06-14T06:33:46.506Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2667a551-cdd9-41f8-97ac-8ef3b47d0942 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T06:33:46.511Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:33:46.512Z||pool-22-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T06:33:46.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "policy-id",
"timestamp": 1655188358754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-14T06:33:46.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655188361792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json",
"status": "DEPLOY_OK"
}
2022-06-14T06:33:46.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:33:46.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "policy-id",
"timestamp": 1655188358754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "policy-id",
"timestamp": 1655188358754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "clamp",
"timestamp": 1655188363607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "policy-id",
"timestamp": 1655188358754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:46.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "clamp",
"timestamp": 1655188363607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json",
"status": "NOTIFIED"
}
2022-06-14T06:33:46.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:46.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:33:46.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "policy-id",
"timestamp": 1655188358754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:33:46.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:33:47.383Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:33:47.384Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:33:47.387Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:33:47.387Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-14T06:33:47.488Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:33:47.489Z||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-14T06:33:47.489Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:33:47.508Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:33:47.513Z||pool-23-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:33:48.389Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:33:48.391Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:33:48.395Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:33:48.396Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:33:48.495Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T06:33:48.497Z||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-14T06:33:48.497Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:33:48.519Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:33:48.520Z||pool-24-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:33:49.396Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:33:49.398Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:33:49.400Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:33:49.401Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:33:49.501Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:33:49.502Z||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-14T06:33:49.502Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:33:49.528Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:33:49.529Z||pool-25-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:33:50.404Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"serviceName": "vFW 2022-06-14 06-28-05",
"serviceVersion": "1.0",
"serviceUUID": "b99c6dc7-112c-475d-a1b5-8082a6263cb5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "460fbbcd-3afa-401f-8e5f-a8c625d439f7",
"resources": [
{
"resourceInstanceName": "vFW 7249fc92-3ea4 0",
"resourceCustomizationUUID": "3ab2eb60-df93-4e0f-a706-34a7e0b82c7f",
"resourceName": "vFW 7249fc92-3ea4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a943eb6e-9343-42d9-bab6-4e0caa406277",
"resourceInvariantUUID": "8d286ab1-ad8c-4268-b812-8ae38b0f40a6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7249fc923ea40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json",
"artifactChecksum": "NzhlMzMwZjBmMzRiYzk0M2IxMWEwYmZlZDg4MmZiYjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "be5b51c3-3bf3-43e7-8347-76fe5cef88bb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c22f38ff-cf42-4be1-a7c2-df069a64ffeb",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "49bc3651-f8da-4c32-862a-44572a4ac090",
"generatedFromUUID": "c22f38ff-cf42-4be1-a7c2-df069a64ffeb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "49bc3651-f8da-4c32-862a-44572a4ac090",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220614062805-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"artifactChecksum": "ZmJlZjA5Yzc3NzI5N2UyYzdlOTkwODBlMTJjMzViN2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "99460de2-67d9-447f-82bf-3d20449ce7da"
}
],
"workloadContext": "Production"
}
2022-06-14T06:33:50.404Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T06:33:50.405Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b99c6dc7-112c-475d-a1b5-8082a6263cb5 ASDC
2022-06-14T06:33:50.406Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6e6564d5-8cc4-443d-b7db-5229256ec514
ServiceName:vFW 2022-06-14 06-28-05
ServiceVersion:1.0
ServiceUUID:b99c6dc7-112c-475d-a1b5-8082a6263cb5
ServiceInvariantUUID:460fbbcd-3afa-401f-8e5f-a8c625d439f7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220614062805-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar
ArtifactUUID:99460de2-67d9-447f-82bf-3d20449ce7da
ArtifactChecksum:ZmJlZjA5Yzc3NzI5N2UyYzdlOTkwODBlMTJjMzViN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7249fc92-3ea4 0
ResourceCustomizationUUID:3ab2eb60-df93-4e0f-a706-34a7e0b82c7f
ResourceInvariantUUID:8d286ab1-ad8c-4268-b812-8ae38b0f40a6
ResourceName:vFW 7249fc92-3ea4
ResourceType:VF
ResourceUUID:a943eb6e-9343-42d9-bab6-4e0caa406277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7249fc923ea40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json
ArtifactUUID:be5b51c3-3bf3-43e7-8347-76fe5cef88bb
ArtifactChecksum:NzhlMzMwZjBmMzRiYzk0M2IxMWEwYmZlZDg4MmZiYjg=
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/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml
ArtifactUUID:c22f38ff-cf42-4be1-a7c2-df069a64ffeb
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/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env
ArtifactUUID:49bc3651-f8da-4c32-862a-44572a4ac090
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/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env
ArtifactUUID:49bc3651-f8da-4c32-862a-44572a4ac090
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-14T06:33:50.406Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b99c6dc7-112c-475d-a1b5-8082a6263cb5 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-14T06:33:50.452Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T06:33:50.454Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-14T06:33:50.454Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-14T06:33:50.455Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 99460de2-67d9-447f-82bf-3d20449ce7da from URL: /sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:50.455Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-14T06:33:50.455Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:50.898Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-14T06:33:50.907Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar 99460de2-67d9-447f-82bf-3d20449ce7da 98969
2022-06-14T06:33:50.908Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar ASDC sendASDCNotification
2022-06-14T06:33:50.908Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:50.908Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T06:33:50.908Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:33:50.914Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:33:50.915Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188430908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:33:51.012Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-14T06:33:51.013Z||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-14T06:33:51.013Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:33:51.046Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:33:51.047Z||pool-26-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:33:51.921Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T06:33:51.923Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-14T06:33:51.924Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 99460de2-67d9-447f-82bf-3d20449ce7da, URL: /sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar to file: /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:51.924Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220614062805-csar.csar
2022-06-14T06:33:51.925Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:51.925Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:52.280Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5462076038071868402/Definitions/service-Vfw20220614062805-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-14T06:33:56.741Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T06:33:56.742Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-14T06:33:56.742Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:56.743Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-14T06:33:56.743Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:56.743Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7249fc92-3ea4 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-Vfw20220614062805-csar.csar
2022-06-14T06:33:56.743Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:56.744Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:56.744Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:56.744Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:56.744Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:56.744Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:56.744Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:56.745Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:56.745Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:56.745Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:56.745Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar
2022-06-14T06:33:56.745Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-14T06:33:56.746Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.746Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:33:56.746Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria
2022-06-14T06:33:56.747Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-14T06:33:56.747Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T06:33:56.748Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.748Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:33:56.748Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria
2022-06-14T06:33:56.748Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-14T06:33:56.749Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T06:33:56.749Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.749Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:33:56.750Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.750Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is not matching search criteria
2022-06-14T06:33:56.751Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T06:33:56.751Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T06:33:56.751Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T06:33:56.751Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T06:33:56.751Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:33:56.752Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:33:56.752Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T06:33:56.752Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T06:33:56.752Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T06:33:56.752Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:33:56.752Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T06:33:56.753Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T06:33:56.753Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T06:33:56.753Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T06:33:56.753Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:33:56.753Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-14T06:33:56.753Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.754Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T06:33:56.754Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.754Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria
2022-06-14T06:33:56.754Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:33:56.755Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.756Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria
2022-06-14T06:33:56.756Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:33:56.756Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.756Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria
2022-06-14T06:33:56.757Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:33:56.757Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.757Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is not matching search criteria
2022-06-14T06:33:56.757Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T06:33:56.758Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T06:33:56.758Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-14T06:33:56.758Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T06:33:56.760Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T06:33:56.761Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:33:56.761Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T06:33:56.761Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T06:33:56.761Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T06:33:56.762Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T06:33:56.762Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:33:56.762Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=35284b6b-67d6-4428-beb1-893e07f2fc93
2022-06-14T06:33:56.763Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.763Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is not matching search criteria
2022-06-14T06:33:56.763Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T06:33:56.763Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T06:33:56.764Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T06:33:56.764Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T06:33:56.764Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:33:56.764Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:33:56.764Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T06:33:56.765Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-14T06:33:56.765Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T06:33:56.765Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T06:33:56.765Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T06:33:56.766Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:33:56.766Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb4c6817-7709-440c-b8c3-2ee7d12046c7
2022-06-14T06:33:56.767Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.768Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is not matching search criteria
2022-06-14T06:33:56.768Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T06:33:56.768Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T06:33:56.768Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T06:33:56.769Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T06:33:56.769Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:33:56.769Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:33:56.769Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T06:33:56.769Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T06:33:56.770Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T06:33:56.770Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:33:56.770Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T06:33:56.770Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-14T06:33:56.771Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4dcb2a3b-f35d-4384-a306-e778e3fbf015
2022-06-14T06:33:56.771Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.771Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:33:56.771Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.772Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:33:56.772Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.772Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:33:56.773Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:33:56.773Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:33:56.773Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-14 06-28-05
Description:catalog service description
Model UUID:b99c6dc7-112c-475d-a1b5-8082a6263cb5
Model Version:NULL
Model InvariantUuid:460fbbcd-3afa-401f-8e5f-a8c625d439f7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7249fc92-3ea4
Model UUID:f2734ef4-c9bd-4211-a2cf-e2b890e3a145
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8d286ab1-ad8c-4268-b812-8ae38b0f40a6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3ab2eb60-df93-4e0f-a706-34a7e0b82c7f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:45d3095e-e7a7-46e4-ba0f-a8921a0511fc
ModelName:Vfw7249fc923ea4..base_vfw..module-0
ModelUuid:2de7658e-5979-4f71-ab38-8e83c36e44ee
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:35284b6b-67d6-4428-beb1-893e07f2fc93
ModelInvariantUuid:bde5bd87-52dc-4fff-9607-7397aceca0a8
ModelName:vFW 7249fc92-3ea4-nodes.vfwCvfc
ModelUuid:d0378ad2-1dad-49ad-ac83-9e53fa1acdfc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:039b6bc8-c82a-429b-9d40-675e087db0f0
ModelInvariantUuid:39e3abea-8b11-406d-9a6f-0da1b69dafea
ModelName:Vfw7249fc923ea4.compute.nodes.heat.vfw
ModelUuid:edb1785f-c725-4b3e-b448-8f2c3a67cfeb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fb4c6817-7709-440c-b8c3-2ee7d12046c7
ModelInvariantUuid:0f954eb5-2460-4048-b7b6-281fe2d9a0b5
ModelName:vFW 7249fc92-3ea4-nodes.vsnCvfc
ModelUuid:6f6c255d-8af4-48ec-b33d-3d1594734161
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7edc4591-812e-4a20-b14d-0a8fbbc74181
ModelInvariantUuid:bf19da8d-287c-445c-b8c6-e36efbc840b8
ModelName:Vfw7249fc923ea4.compute.nodes.heat.vsn
ModelUuid:97c1a263-5620-42df-a834-9013a7808fbf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4dcb2a3b-f35d-4384-a306-e778e3fbf015
ModelInvariantUuid:b0894183-d98f-4d28-b73b-c28b9e3fe84d
ModelName:vFW 7249fc92-3ea4-nodes.vpgCvfc
ModelUuid:a4e1d46a-9fc8-4c11-ba5c-8a9a6cb96f1a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e98226b2-d01f-4afe-ab34-1a8df59a1b67
ModelInvariantUuid:ec1b05b9-4a76-4f41-a1e0-72ba83085867
ModelName:Vfw7249fc923ea4.compute.nodes.heat.vpg
ModelUuid:be31b0c9-dcce-410e-acc5-95871bedbc9d
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-14T06:33:56.794Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a943eb6e-9343-42d9-bab6-4e0caa406277
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-14T06:33:56.807Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||vFW 7249fc92-3ea4 0
2022-06-14T06:33:56.808Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a943eb6e-9343-42d9-bab6-4e0caa406277
2022-06-14T06:33:56.808Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: be5b51c3-3bf3-43e7-8347-76fe5cef88bb from URL: /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json
2022-06-14T06:33:56.808Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-14T06:33:56.809Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json
2022-06-14T06:33:56.943Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-14T06:33:56.943Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json be5b51c3-3bf3-43e7-8347-76fe5cef88bb 785
2022-06-14T06:33:56.944Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json ASDC sendASDCNotification
2022-06-14T06:33:56.944Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json
2022-06-14T06:33:56.944Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T06:33:56.945Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:33:56.952Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:33:56.953Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188436944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:33:57.051Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-14T06:33:57.052Z||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-14T06:33:57.053Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:33:57.085Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:33:57.086Z||pool-27-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:33:57.971Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7249fc923ea4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "45d3095e-e7a7-46e4-ba0f-a8921a0511fc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2de7658e-5979-4f71-ab38-8e83c36e44ee",
"vfModuleModelCustomizationUUID": "7dc0c7de-e2c2-434e-8f81-1833eb67fc68",
"isBase": true,
"artifacts": [
"c22f38ff-cf42-4be1-a7c2-df069a64ffeb",
"49bc3651-f8da-4c32-862a-44572a4ac090"
],
"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-14T06:33:58.009Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7249fc923ea4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2de7658e-5979-4f71-ab38-8e83c36e44ee
VfModuleModelInvariantUUID:45d3095e-e7a7-46e4-ba0f-a8921a0511fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
c22f38ff-cf42-4be1-a7c2-df069a64ffeb
,
49bc3651-f8da-4c32-862a-44572a4ac090
}
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-14T06:33:58.013Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7249fc923ea4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "45d3095e-e7a7-46e4-ba0f-a8921a0511fc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2de7658e-5979-4f71-ab38-8e83c36e44ee",
"vfModuleModelCustomizationUUID": "7dc0c7de-e2c2-434e-8f81-1833eb67fc68",
"isBase": true,
"artifacts": [
"c22f38ff-cf42-4be1-a7c2-df069a64ffeb",
"49bc3651-f8da-4c32-862a-44572a4ac090"
],
"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-14T06:33:58.014Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7249fc923ea4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2de7658e-5979-4f71-ab38-8e83c36e44ee
VfModuleModelInvariantUUID:45d3095e-e7a7-46e4-ba0f-a8921a0511fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
c22f38ff-cf42-4be1-a7c2-df069a64ffeb
,
49bc3651-f8da-4c32-862a-44572a4ac090
}
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-14T06:33:58.014Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c22f38ff-cf42-4be1-a7c2-df069a64ffeb from URL: /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml
2022-06-14T06:33:58.014Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-14T06:33:58.015Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml
2022-06-14T06:33:58.080Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-14T06:33:58.081Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml c22f38ff-cf42-4be1-a7c2-df069a64ffeb 20368
2022-06-14T06:33:58.090Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-14T06:33:58.091Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml
2022-06-14T06:33:58.091Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T06:33:58.092Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:33:58.098Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:33:58.099Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188438090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:33:58.199Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:33:58.201Z||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-14T06:33:58.202Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:33:58.222Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:33:58.223Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:33:59.102Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 49bc3651-f8da-4c32-862a-44572a4ac090 from URL: /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env
2022-06-14T06:33:59.103Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-14T06:33:59.103Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env
2022-06-14T06:33:59.173Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-14T06:33:59.174Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env 49bc3651-f8da-4c32-862a-44572a4ac090 2098
2022-06-14T06:33:59.175Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-14T06:33:59.175Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env
2022-06-14T06:33:59.175Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T06:33:59.175Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:33:59.186Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:33:59.187Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188439175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:33:59.287Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T06:33:59.289Z||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-14T06:33:59.289Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:33:59.308Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:33:59.311Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:34:00.189Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b99c6dc7-112c-475d-a1b5-8082a6263cb5
2022-06-14T06:34:00.189Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7249fc92-3ea4 0 a943eb6e-9343-42d9-bab6-4e0caa406277 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-14T06:34:00.284Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b06f261, org.onap.sdc.toscaparser.api.parameters.Input@2adb3185, org.onap.sdc.toscaparser.api.parameters.Input@398c94d6, org.onap.sdc.toscaparser.api.parameters.Input@3d2e6b9e, org.onap.sdc.toscaparser.api.parameters.Input@71f713a0]
2022-06-14T06:34:00.288Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.288Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:34:00.288Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-06-14T06:34:00.289Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3ab2eb60-df93-4e0f-a706-34a7e0b82c7f
2022-06-14T06:34:00.289Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3ab2eb60-df93-4e0f-a706-34a7e0b82c7f matches Tosca VF Customization UUID: 3ab2eb60-df93-4e0f-a706-34a7e0b82c7f
2022-06-14T06:34:00.289Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3ab2eb60-df93-4e0f-a706-34a7e0b82c7f 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-14T06:34:00.298Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.298Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:34:00.300Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3ab2eb60-df93-4e0f-a706-34a7e0b82c7f: {\"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-14T06:34:00.300Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1118af5b
2022-06-14T06:34:00.301Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.302Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T06:34:00.303Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7dc0c7de-e2c2-434e-8f81-1833eb67fc68
2022-06-14T06:34:00.303Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7dc0c7de-e2c2-434e-8f81-1833eb67fc68
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-14T06:34:00.312Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.313Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria
2022-06-14T06:34:00.313Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:34:00.314Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.315Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria
2022-06-14T06:34:00.315Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:34:00.316Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.316Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is not matching search criteria
2022-06-14T06:34:00.317Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T06:34:00.317Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T06:34:00.317Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-14T06:34:00.318Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T06:34:00.318Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T06:34:00.318Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:34:00.319Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T06:34:00.319Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T06:34:00.320Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T06:34:00.320Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T06:34:00.321Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:34:00.322Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=35284b6b-67d6-4428-beb1-893e07f2fc93
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-14T06:34:00.333Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.334Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria
2022-06-14T06:34:00.335Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:34:00.336Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.336Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is not matching search criteria
2022-06-14T06:34:00.337Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T06:34:00.337Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T06:34:00.338Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T06:34:00.338Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T06:34:00.338Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:34:00.339Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:34:00.339Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T06:34:00.340Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-14T06:34:00.341Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T06:34:00.341Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T06:34:00.341Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T06:34:00.342Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:34:00.342Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb4c6817-7709-440c-b8c3-2ee7d12046c7
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-14T06:34:00.348Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.349Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria
2022-06-14T06:34:00.351Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:34:00.360Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.360Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is not matching search criteria
2022-06-14T06:34:00.361Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T06:34:00.363Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T06:34:00.364Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T06:34:00.365Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T06:34:00.365Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:34:00.365Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:34:00.365Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T06:34:00.366Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T06:34:00.366Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T06:34:00.366Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:34:00.367Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T06:34:00.367Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-14T06:34:00.367Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4dcb2a3b-f35d-4384-a306-e778e3fbf015
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-14T06:34:00.374Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.376Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria
2022-06-14T06:34:00.376Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:34:00.376Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.377Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria
2022-06-14T06:34:00.378Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=3ab2eb60-df93-4e0f-a706-34a7e0b82c7f
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-14T06:34:00.383Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.384Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:34:00.386Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b99c6dc7-112c-475d-a1b5-8082a6263cb5: vFW 7249fc92-3ea4
2022-06-14T06:34:00.387Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.387Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:34:00.387Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.388Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:34:00.388Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.389Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:34:00.389Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.390Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:34:00.390Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:34:00.391Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:34:00.394Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-14 06-28-05
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-14T06:34:00.937Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7249fc92-3ea4 a943eb6e-9343-42d9-bab6-4e0caa406277 1 ASDC deployResourceStructure
2022-06-14T06:34:00.938Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json ASDC sendASDCNotification
2022-06-14T06:34:00.938Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json
2022-06-14T06:34:00.938Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T06:34:00.939Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:34:00.942Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:34:00.943Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188440938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json",
"status": "DEPLOY_OK"
}
2022-06-14T06:34:01.043Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:34:01.045Z||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-14T06:34:01.045Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:34:01.069Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:34:01.070Z||pool-30-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:34:01.944Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-14T06:34:01.944Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml
2022-06-14T06:34:01.944Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T06:34:01.945Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:34:01.949Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:34:01.950Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188441944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-14T06:34:02.048Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-14T06:34:02.049Z||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-14T06:34:02.049Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:34:02.078Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:34:02.084Z||pool-31-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-14T06:34:02.956Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-14T06:34:02.957Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env
2022-06-14T06:34:02.957Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T06:34:02.974Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:34:02.978Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:34:02.978Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188442956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-14T06:34:03.079Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T06:34:03.080Z||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-14T06:34:03.080Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:34:03.103Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:34:03.105Z||pool-32-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:34:03.980Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar ASDC sendASDCNotification
2022-06-14T06:34:03.981Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar
2022-06-14T06:34:03.981Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T06:34:03.982Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:34:03.986Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:34:03.987Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188443980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T06:34:04.086Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T06:34:04.088Z||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-14T06:34:04.088Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:34:04.129Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:34:04.131Z||pool-33-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-06-14T06:34:04.988Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:34:05.005Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:34:05.027Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:34:05.028Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T06:34:05.028Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:34:05.028Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:34:35.028Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:34:35.039Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:34:35.048Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:34:35.048Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T06:34:35.048Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:34:35.049Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:34:46.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:34:46.326Z||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-14T06:34:46.326Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:34:46.431Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:34:46.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:34:46.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "clamp",
"timestamp": 1655188363607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:34:46.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:35:05.050Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:35:05.063Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:35:05.073Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:35:05.074Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T06:35:05.074Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:35:05.075Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:35:35.075Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:35:35.092Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:35:35.097Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:35:35.097Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T06:35:35.098Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:35:35.099Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:35:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:35:46.322Z||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-14T06:35:46.323Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:35:46.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:35:46.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "policy-id",
"timestamp": 1655188366525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:35:46.371Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:35:46.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "clamp",
"timestamp": 1655188363607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:35:46.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:35:46.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "policy-id",
"timestamp": 1655188367530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T06:35:46.374Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:35:46.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "clamp",
"timestamp": 1655188363607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:35:46.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:35:46.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "policy-id",
"timestamp": 1655188368535,
"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-14T06:35:46.395Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2667a551-cdd9-41f8-97ac-8ef3b47d0942
2022-06-14T06:35:46.398Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2667a551-cdd9-41f8-97ac-8ef3b47d0942 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-14T06:35:46.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "clamp",
"timestamp": 1655188363607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:35:46.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:35:46.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "clamp",
"timestamp": 1655188363607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:35:46.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:35:46.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "aai-ml",
"timestamp": 1655188373942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T06:35:46.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:35:46.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "aai-ml",
"timestamp": 1655188374949,
"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-14T06:35:46.437Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2667a551-cdd9-41f8-97ac-8ef3b47d0942
2022-06-14T06:35:46.437Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2667a551-cdd9-41f8-97ac-8ef3b47d0942 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-14T06:35:46.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "clamp",
"timestamp": 1655188377151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:35:46.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:35:46.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "clamp",
"timestamp": 1655188380162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T06:35:46.454Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:35:46.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "clamp",
"timestamp": 1655188381168,
"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-14T06:35:46.474Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2667a551-cdd9-41f8-97ac-8ef3b47d0942
2022-06-14T06:35:46.474Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2667a551-cdd9-41f8-97ac-8ef3b47d0942 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-14T06:35:46.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188417762,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-14T06:35:46.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:35:46.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:35:46.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:35:46.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json",
"status": "NOTIFIED"
}
2022-06-14T06:35:46.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:35:46.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:35:46.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-14T06:35:46.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:36:05.100Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:36:05.114Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:36:05.128Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:36:05.128Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T06:36:05.128Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:36:05.129Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:36:35.134Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:36:35.155Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:36:35.182Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:36:35.182Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T06:36:35.182Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:36:35.182Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:36:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:36:46.321Z||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-14T06:36:46.321Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:36:46.932Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:36:46.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:36:46.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:36:46.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:36:46.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:36:46.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-14T06:36:46.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:36:46.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:36:46.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:36:46.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:36:46.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:36:46.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:36:46.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-14T06:36:46.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:36:46.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188430908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:36:46.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:36:46.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:36:46.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188436944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:36:46.944Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:36:46.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:36:46.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188438090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:36:46.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:36:46.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:36:46.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188439175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:36:46.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:36:46.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:36:46.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188440938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json",
"status": "DEPLOY_OK"
}
2022-06-14T06:36:46.946Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:36:46.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:36:46.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188441944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-14T06:36:46.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:36:46.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:36:46.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188442956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-14T06:36:46.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:36:46.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T06:36:46.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188443980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-14T06:36:46.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T06:37:05.184Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:37:05.202Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:37:05.210Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:37:05.211Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T06:37:05.211Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:37:05.211Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:37:35.211Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:37:35.227Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:37:35.231Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:37:35.231Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T06:37:35.231Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:37:35.231Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:37:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:37:46.323Z||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-14T06:37:46.323Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:37:55.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:38:05.232Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:38:05.259Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:38:05.265Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:38:05.266Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T06:38:05.266Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:38:05.266Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:38:35.267Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:38:35.278Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514
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-14T06:38:35.282Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T06:38:35.282Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T06:38:35.282Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T06:38:35.283Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T06:38:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T06:38:46.321Z||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-14T06:38:46.322Z||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 ZQwS26COZsTTp54c) ...
2022-06-14T06:38:55.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:39:05.283Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-14T06:39:05.284Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 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-14T06:39:05.332Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 and serviceModelVersionId: b99c6dc7-112c-475d-a1b5-8082a6263cb5
2022-06-14T06:39:05.339Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 460fbbcd-3afa-401f-8e5f-a8c625d439f7
2022-06-14T06:39:05.342Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/460fbbcd-3afa-401f-8e5f-a8c625d439f7/model-vers/model-ver/b99c6dc7-112c-475d-a1b5-8082a6263cb5?depth=0
2022-06-14T06:39:05.361Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-14T06:39:05.528Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460fbbcd-3afa-401f-8e5f-a8c625d439f7/model-vers/model-ver/b99c6dc7-112c-475d-a1b5-8082a6263cb5?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-14T06:39:05.530Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460fbbcd-3afa-401f-8e5f-a8c625d439f7/model-vers/model-ver/b99c6dc7-112c-475d-a1b5-8082a6263cb5?depth=0|INFO|500||Invoke
2022-06-14T06:39:05.608Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460fbbcd-3afa-401f-8e5f-a8c625d439f7/model-vers/model-ver/b99c6dc7-112c-475d-a1b5-8082a6263cb5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-06-14T06:39:05.783Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460fbbcd-3afa-401f-8e5f-a8c625d439f7/model-vers/model-ver/b99c6dc7-112c-475d-a1b5-8082a6263cb5?depth=0|INFO|500||InvokeReturn
2022-06-14T06:39:05.783Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460fbbcd-3afa-401f-8e5f-a8c625d439f7/model-vers/model-ver/b99c6dc7-112c-475d-a1b5-8082a6263cb5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220614-06:39:05:761-22860], vertex-id=[348264], Content-Length=[0], Date=[Tue, 14 Jun 2022 06:39:05 GMT], Content-Type=[application/json]}
2022-06-14T06:39:05.784Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-14T06:39:05.798Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-14T06:39:05.799Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-14T06:39:05.826Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-14T06:39:05.827Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e6564d5-8cc4-443d-b7db-5229256ec514 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-14T06:39:05.827Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-14T06:39:05.828Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:39:05.830Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:39:05.831Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188745827,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-14T06:39:05.932Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T06:39:05.934Z||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-14T06:39:05.934Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:39:05.967Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:39:05.968Z||pool-34-thread-1|||||INFO|500||cambria reply ok (35 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-14T06:39:06.858Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T06:39:06.858Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2667a551-cdd9-41f8-97ac-8ef3b47d0942","serviceName":"vFW 2022-06-14 06-31-16","serviceVersion":"1.0","serviceUUID":"eeafa4cd-5dca-423d-b640-6e5c3b4764b4","serviceDescription":"catalog service description","serviceInvariantUUID":"dd1eb1ea-a1ef-4f39-91a9-7220413398bf","resources":[{"resourceInstanceName":"vFW 9c663026-0238 0","resourceName":"vFW 9c663026-0238","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e22d3652-a75c-4763-9a1d-4a84d0ec9856","resourceInvariantUUID":"5bfdec17-d106-45f9-91ef-2e02606653d1","resourceCustomizationUUID":"04a08fd8-34fd-4d49-b332-b98b240c16ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml","artifactChecksum":"NTc0NjcwYTRmOGIwMjJjOGY0NWVhMzBjN2FmMmUxYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c130587f-a6c7-4969-acbe-adf8026ec6cb","artifactVersion":"1"},{"artifactName":"vfw9c66302602380_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json","artifactChecksum":"N2Y2ZjJiNzUzODc2MTYyOTI4NGU1ZjE3NGFlMDA5Y2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"673a6f4b-41ce-4512-b318-c1e27b712d94","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"25951bbd-b532-4ee1-9f01-3029e2bf1033","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml","artifactChecksum":"YTlkMzdlMGNlNTBlNDk1YTg4OGMyNGUxMDI0YThjOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"462a4847-3354-4fcd-841b-573025f88e29","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38bd6519-eddf-4e07-baef-0a1bfe1a5978","artifactVersion":"2","generatedFromUUID":"25951bbd-b532-4ee1-9f01-3029e2bf1033"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220614063116-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml","artifactChecksum":"Mzg1Nzc0NmM5NWNhNTQ2Y2Y2ZmEwODU2OTAyMmQzOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8662ed2b-88b5-46ab-8515-159f73eb0a5b","artifactVersion":"1"},{"artifactName":"service-Vfw20220614063116-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar","artifactChecksum":"N2Y5YjVmYjkzYTdiMjU4YWYzYTI1ZTQ3Y2IwYTk2MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b187a10-8fe1-4c2d-a9f7-9bdf62aff547","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T06:39:06.860Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:39:06.860Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:39:06.863Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:39:06.863Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:39:06.963Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:39:06.964Z||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-14T06:39:06.965Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:39:06.997Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:39:06.998Z||pool-35-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:39:07.863Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:39:07.864Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:39:07.874Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:39:07.875Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json",
"status": "NOTIFIED"
}
2022-06-14T06:39:07.970Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-14T06:39:07.970Z||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-14T06:39:07.971Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:39:07.989Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:39:07.989Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:39:08.878Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:39:08.879Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:39:08.882Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:39:08.882Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-14T06:39:08.983Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:39:08.985Z||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-14T06:39:08.986Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:39:09.002Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:39:09.004Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:39:09.884Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:39:09.885Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:39:09.902Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:39:09.903Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:39:09.993Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-14T06:39:09.998Z||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-14T06:39:09.998Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:39:10.053Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:39:10.054Z||pool-38-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:39:10.904Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:39:10.905Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:39:10.907Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:39:10.908Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-14T06:39:11.008Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:39:11.010Z||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-14T06:39:11.011Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:39:11.040Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:39:11.041Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:39:11.916Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:39:11.921Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:39:11.925Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:39:11.925Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-14T06:39:12.025Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T06:39:12.026Z||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-14T06:39:12.026Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:39:12.048Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:39:12.049Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:39:12.926Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T06:39:12.926Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:39:12.930Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:39:12.931Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188418780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "NOTIFIED"
}
2022-06-14T06:39:13.031Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:39:13.032Z||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-14T06:39:13.033Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:39:13.053Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:39:13.053Z||pool-41-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:39:13.933Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"serviceName": "vFW 2022-06-14 06-31-16",
"serviceVersion": "1.0",
"serviceUUID": "eeafa4cd-5dca-423d-b640-6e5c3b4764b4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "dd1eb1ea-a1ef-4f39-91a9-7220413398bf",
"resources": [
{
"resourceInstanceName": "vFW 9c663026-0238 0",
"resourceCustomizationUUID": "04a08fd8-34fd-4d49-b332-b98b240c16ac",
"resourceName": "vFW 9c663026-0238",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e22d3652-a75c-4763-9a1d-4a84d0ec9856",
"resourceInvariantUUID": "5bfdec17-d106-45f9-91ef-2e02606653d1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9c66302602380_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json",
"artifactChecksum": "N2Y2ZjJiNzUzODc2MTYyOTI4NGU1ZjE3NGFlMDA5Y2U\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "673a6f4b-41ce-4512-b318-c1e27b712d94",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "25951bbd-b532-4ee1-9f01-3029e2bf1033",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "38bd6519-eddf-4e07-baef-0a1bfe1a5978",
"generatedFromUUID": "25951bbd-b532-4ee1-9f01-3029e2bf1033"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "38bd6519-eddf-4e07-baef-0a1bfe1a5978",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220614063116-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"artifactChecksum": "N2Y5YjVmYjkzYTdiMjU4YWYzYTI1ZTQ3Y2IwYTk2MzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6b187a10-8fe1-4c2d-a9f7-9bdf62aff547"
}
],
"workloadContext": "Production"
}
2022-06-14T06:39:13.933Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T06:39:13.934Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eeafa4cd-5dca-423d-b640-6e5c3b4764b4 ASDC
2022-06-14T06:39:13.935Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:2667a551-cdd9-41f8-97ac-8ef3b47d0942
ServiceName:vFW 2022-06-14 06-31-16
ServiceVersion:1.0
ServiceUUID:eeafa4cd-5dca-423d-b640-6e5c3b4764b4
ServiceInvariantUUID:dd1eb1ea-a1ef-4f39-91a9-7220413398bf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220614063116-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar
ArtifactUUID:6b187a10-8fe1-4c2d-a9f7-9bdf62aff547
ArtifactChecksum:N2Y5YjVmYjkzYTdiMjU4YWYzYTI1ZTQ3Y2IwYTk2MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9c663026-0238 0
ResourceCustomizationUUID:04a08fd8-34fd-4d49-b332-b98b240c16ac
ResourceInvariantUUID:5bfdec17-d106-45f9-91ef-2e02606653d1
ResourceName:vFW 9c663026-0238
ResourceType:VF
ResourceUUID:e22d3652-a75c-4763-9a1d-4a84d0ec9856
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9c66302602380_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json
ArtifactUUID:673a6f4b-41ce-4512-b318-c1e27b712d94
ArtifactChecksum:N2Y2ZjJiNzUzODc2MTYyOTI4NGU1ZjE3NGFlMDA5Y2U=
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/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml
ArtifactUUID:25951bbd-b532-4ee1-9f01-3029e2bf1033
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/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env
ArtifactUUID:38bd6519-eddf-4e07-baef-0a1bfe1a5978
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/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env
ArtifactUUID:38bd6519-eddf-4e07-baef-0a1bfe1a5978
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-14T06:39:13.935Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eeafa4cd-5dca-423d-b640-6e5c3b4764b4 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-14T06:39:14.056Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T06:39:14.057Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-14T06:39:14.058Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-14T06:39:14.058Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6b187a10-8fe1-4c2d-a9f7-9bdf62aff547 from URL: /sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:14.058Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-14T06:39:14.058Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:14.410Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-14T06:39:14.418Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar 6b187a10-8fe1-4c2d-a9f7-9bdf62aff547 99038
2022-06-14T06:39:14.419Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar ASDC sendASDCNotification
2022-06-14T06:39:14.419Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:14.419Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T06:39:14.421Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:39:14.424Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:39:14.425Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188754419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:39:14.527Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-14T06:39:14.528Z||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-14T06:39:14.528Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:39:14.575Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:39:14.575Z||pool-42-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:39:15.426Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T06:39:15.426Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-14T06:39:15.427Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6b187a10-8fe1-4c2d-a9f7-9bdf62aff547, URL: /sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar to file: /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:15.427Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220614063116-csar.csar
2022-06-14T06:39:15.430Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:15.430Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:15.857Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14411652442606129786/Definitions/service-Vfw20220614063116-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-14T06:39:19.577Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T06:39:19.578Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-14T06:39:19.578Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:19.579Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-14T06:39:19.579Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:19.579Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:19.579Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:19.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:19.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:19.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:19.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:19.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:19.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:19.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9c663026-0238 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-Vfw20220614063116-csar.csar
2022-06-14T06:39:19.581Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:19.581Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:19.581Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar
2022-06-14T06:39:19.581Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-14T06:39:19.581Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.582Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:39:19.582Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria
2022-06-14T06:39:19.582Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-14T06:39:19.585Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T06:39:19.585Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.586Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:39:19.586Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria
2022-06-14T06:39:19.586Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-14T06:39:19.586Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T06:39:19.586Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.586Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:39:19.587Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.587Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is not matching search criteria
2022-06-14T06:39:19.587Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T06:39:19.587Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T06:39:19.587Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T06:39:19.587Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T06:39:19.587Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:39:19.588Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T06:39:19.588Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:39:19.588Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T06:39:19.588Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T06:39:19.588Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:39:19.588Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T06:39:19.589Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T06:39:19.589Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T06:39:19.589Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T06:39:19.589Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:39:19.589Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-14T06:39:19.590Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.590Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T06:39:19.590Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.590Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria
2022-06-14T06:39:19.591Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:39:19.591Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.591Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria
2022-06-14T06:39:19.591Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:39:19.592Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.592Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria
2022-06-14T06:39:19.592Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T06:39:19.592Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.592Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is not matching search criteria
2022-06-14T06:39:19.592Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T06:39:19.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T06:39:19.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-14T06:39:19.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T06:39:19.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T06:39:19.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:39:19.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T06:39:19.594Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T06:39:19.594Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T06:39:19.594Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T06:39:19.594Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:39:19.594Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bb4cd192-86e5-4a3a-a51a-b9fbfb758ca2
2022-06-14T06:39:19.595Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.596Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is not matching search criteria
2022-06-14T06:39:19.596Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T06:39:19.596Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T06:39:19.596Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T06:39:19.596Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T06:39:19.596Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:39:19.597Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T06:39:19.597Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:39:19.597Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-14T06:39:19.597Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T06:39:19.597Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T06:39:19.597Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T06:39:19.598Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:39:19.598Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a71b3e94-f1c6-4424-94b3-6c48f62e74e0
2022-06-14T06:39:19.598Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.598Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is not matching search criteria
2022-06-14T06:39:19.598Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T06:39:19.598Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T06:39:19.599Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T06:39:19.599Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T06:39:19.599Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:39:19.599Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T06:39:19.599Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T06:39:19.600Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T06:39:19.600Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T06:39:19.600Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T06:39:19.600Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T06:39:19.600Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-14T06:39:19.600Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d1f81672-c67b-4d96-b6ad-1c3bc8754164
2022-06-14T06:39:19.601Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.601Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:39:19.601Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.601Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:39:19.601Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.602Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:39:19.602Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:19.602Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:39:19.602Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-14 06-31-16
Description:catalog service description
Model UUID:eeafa4cd-5dca-423d-b640-6e5c3b4764b4
Model Version:NULL
Model InvariantUuid:dd1eb1ea-a1ef-4f39-91a9-7220413398bf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9c663026-0238
Model UUID:3caaef1c-321a-4612-905e-9ff020a4253a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5bfdec17-d106-45f9-91ef-2e02606653d1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:04a08fd8-34fd-4d49-b332-b98b240c16ac
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:62a7518f-75d1-49c1-be4e-729c420ce34e
ModelName:Vfw9c6630260238..base_vfw..module-0
ModelUuid:716a0975-7bfc-4816-8b81-f2c546b69f0c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bb4cd192-86e5-4a3a-a51a-b9fbfb758ca2
ModelInvariantUuid:695c4b9e-94ff-4032-98bb-5901418a16ea
ModelName:vFW 9c663026-0238-nodes.vfwCvfc
ModelUuid:97010035-54f2-4a1c-82f9-66982cce7073
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:956f7c70-8977-4797-a3f9-9c24ac3af045
ModelInvariantUuid:cdca2bf3-6cc9-44ec-b862-0251cc663046
ModelName:Vfw9c6630260238.compute.nodes.heat.vfw
ModelUuid:b1faebe8-7d6f-4899-b319-bc37e6be0e2d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a71b3e94-f1c6-4424-94b3-6c48f62e74e0
ModelInvariantUuid:6df06408-ba31-46bc-b9fe-91e7ea258294
ModelName:vFW 9c663026-0238-nodes.vsnCvfc
ModelUuid:b35a4c7b-359f-4ec6-a3bb-e95bd490d366
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c5e261d3-3936-49a5-a551-c6b7969eb107
ModelInvariantUuid:85e4a22b-30bf-4c04-82c5-3c0f7ac051ae
ModelName:Vfw9c6630260238.compute.nodes.heat.vsn
ModelUuid:72363f1c-c2c2-4fdd-8812-5166edc757f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d1f81672-c67b-4d96-b6ad-1c3bc8754164
ModelInvariantUuid:5dd47c81-2826-4bf2-8c95-5641f3eef1a3
ModelName:vFW 9c663026-0238-nodes.vpgCvfc
ModelUuid:9de2b91a-a82b-4175-bb7f-d95ca4d44144
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6e709944-6ecd-41aa-9d67-8186cf9b0674
ModelInvariantUuid:5491594e-2cea-4fd0-9190-d426593b7964
ModelName:Vfw9c6630260238.compute.nodes.heat.vpg
ModelUuid:594e0759-1dcd-4a3b-82dd-7d543013b51f
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-14T06:39:19.624Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e22d3652-a75c-4763-9a1d-4a84d0ec9856
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-14T06:39:19.637Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||vFW 9c663026-0238 0
2022-06-14T06:39:19.638Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e22d3652-a75c-4763-9a1d-4a84d0ec9856
2022-06-14T06:39:19.638Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 673a6f4b-41ce-4512-b318-c1e27b712d94 from URL: /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json
2022-06-14T06:39:19.638Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-14T06:39:19.638Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json
2022-06-14T06:39:19.710Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-14T06:39:19.710Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json 673a6f4b-41ce-4512-b318-c1e27b712d94 785
2022-06-14T06:39:19.711Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json ASDC sendASDCNotification
2022-06-14T06:39:19.711Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json
2022-06-14T06:39:19.711Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T06:39:19.712Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:39:19.714Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:39:19.714Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188759711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:39:19.815Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T06:39:19.816Z||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-14T06:39:19.816Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:39:19.841Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:39:19.842Z||pool-43-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:39:20.715Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9c6630260238..base_vfw..module-0",
"vfModuleModelInvariantUUID": "62a7518f-75d1-49c1-be4e-729c420ce34e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "716a0975-7bfc-4816-8b81-f2c546b69f0c",
"vfModuleModelCustomizationUUID": "e6da9bac-36b3-4ad3-843d-81c7a09d769c",
"isBase": true,
"artifacts": [
"25951bbd-b532-4ee1-9f01-3029e2bf1033",
"38bd6519-eddf-4e07-baef-0a1bfe1a5978"
],
"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-14T06:39:20.721Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9c6630260238..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:716a0975-7bfc-4816-8b81-f2c546b69f0c
VfModuleModelInvariantUUID:62a7518f-75d1-49c1-be4e-729c420ce34e
VfModuleModelDescription:NULL
Artifacts UUID List:{
25951bbd-b532-4ee1-9f01-3029e2bf1033
,
38bd6519-eddf-4e07-baef-0a1bfe1a5978
}
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-14T06:39:20.725Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9c6630260238..base_vfw..module-0",
"vfModuleModelInvariantUUID": "62a7518f-75d1-49c1-be4e-729c420ce34e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "716a0975-7bfc-4816-8b81-f2c546b69f0c",
"vfModuleModelCustomizationUUID": "e6da9bac-36b3-4ad3-843d-81c7a09d769c",
"isBase": true,
"artifacts": [
"25951bbd-b532-4ee1-9f01-3029e2bf1033",
"38bd6519-eddf-4e07-baef-0a1bfe1a5978"
],
"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-14T06:39:20.725Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9c6630260238..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:716a0975-7bfc-4816-8b81-f2c546b69f0c
VfModuleModelInvariantUUID:62a7518f-75d1-49c1-be4e-729c420ce34e
VfModuleModelDescription:NULL
Artifacts UUID List:{
25951bbd-b532-4ee1-9f01-3029e2bf1033
,
38bd6519-eddf-4e07-baef-0a1bfe1a5978
}
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-14T06:39:20.726Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 25951bbd-b532-4ee1-9f01-3029e2bf1033 from URL: /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml
2022-06-14T06:39:20.726Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-14T06:39:20.726Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml
2022-06-14T06:39:20.900Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-14T06:39:20.901Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml 25951bbd-b532-4ee1-9f01-3029e2bf1033 20368
2022-06-14T06:39:20.902Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-14T06:39:20.902Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml
2022-06-14T06:39:20.902Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T06:39:20.902Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:39:20.905Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:39:20.905Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188760901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:39:21.005Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T06:39:21.006Z||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-14T06:39:21.006Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:39:21.030Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:39:21.031Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:39:21.906Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 38bd6519-eddf-4e07-baef-0a1bfe1a5978 from URL: /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env
2022-06-14T06:39:21.907Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-14T06:39:21.908Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env
2022-06-14T06:39:22.044Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-14T06:39:22.044Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env 38bd6519-eddf-4e07-baef-0a1bfe1a5978 2098
2022-06-14T06:39:22.045Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-14T06:39:22.045Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env
2022-06-14T06:39:22.045Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T06:39:22.045Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-14T06:39:22.047Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T06:39:22.047Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655188762045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-14T06:39:22.148Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T06:39:22.149Z||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-14T06:39:22.149Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ...
2022-06-14T06:39:22.168Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-14T06:39:22.169Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T06:39:23.048Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: eeafa4cd-5dca-423d-b640-6e5c3b4764b4
2022-06-14T06:39:23.048Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9c663026-0238 0 e22d3652-a75c-4763-9a1d-4a84d0ec9856 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-14T06:39:23.085Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d6036dc, org.onap.sdc.toscaparser.api.parameters.Input@6d531b35, org.onap.sdc.toscaparser.api.parameters.Input@6b71404f, org.onap.sdc.toscaparser.api.parameters.Input@13877aff, org.onap.sdc.toscaparser.api.parameters.Input@4f8d6885]
2022-06-14T06:39:23.088Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:23.089Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:39:23.090Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-06-14T06:39:23.091Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 04a08fd8-34fd-4d49-b332-b98b240c16ac
2022-06-14T06:39:23.092Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 04a08fd8-34fd-4d49-b332-b98b240c16ac matches Tosca VF Customization UUID: 04a08fd8-34fd-4d49-b332-b98b240c16ac
2022-06-14T06:39:23.093Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 04a08fd8-34fd-4d49-b332-b98b240c16ac 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-14T06:39:23.101Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:23.102Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T06:39:23.104Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 04a08fd8-34fd-4d49-b332-b98b240c16ac: {\"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-14T06:39:23.105Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7318cdda
2022-06-14T06:39:23.106Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-14T06:39:23.106Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T06:39:23.107Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6da9bac-36b3-4ad3-843d-81c7a09d769c
2022-06-14T06:39:23.108Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6da9bac-36b3-4ad3-843d-81c7a09d769c
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-14T06:39:23.114Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery