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-11-23T05:39:15.728Z||main|||||INFO|500||The following profiles are active: basic
2022-11-23T05:39:28.338Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-23T05:39:28.339Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-23T05:39:28.453Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-23T05:39:32.740Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-23T05:39:33.229Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-23T05:39:33.789Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-23T05:39:33.798Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-23T05:39:33.936Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-23T05:39:34.203Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-23T05:39:34.881Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-23T05:39:36.857Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-23T05:39:39.805Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-23T05:39:39.868Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-23T05:39:40.666Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-23T05:39:41.020Z||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-11-23T05:39:42.560Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-23T05:39:43.836Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-23T05:39:43.859Z||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-11-23T05:39:43.860Z||main|||||WARN|500||The sdc end point is not alive
2022-11-23T05:39:47.706Z||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-11-23T05:39:51.032Z||main|||||WARN|500||---
2022-11-23T05:39:51.033Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-23T05:39:51.034Z||main|||||WARN|500||---
2022-11-23T05:39:51.578Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-23T05:39:57.155Z||main|||||INFO|500||Started Application in 44.882 seconds (JVM running for 47.201)
2022-11-23T05:39:57.167Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-23T05:39:57.168Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-23T05:39:57.188Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-23T05:39:57.216Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-23T05:39:57.292Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 151a712f-8ad3-40e2-8d0e-1ab56fe49d80 url= /sdc/v1/artifactTypes
2022-11-23T05:39:57.292Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-23T05:39:58.411Z||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.19.187] 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$$722961d1.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-11-23T05:39:58.416Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79cb05fa
2022-11-23T05:39:58.416Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-23T05:39:58.434Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-23T05:39:58.436Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-23T05:39:58.438Z||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$$722961d1.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-11-23T05:40:47.163Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-23T05:40:47.164Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-23T05:40:47.164Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-23T05:40:47.169Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-23T05:40:47.174Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc3fae37-6c78-4c02-af64-33eca3ddc26b url= /sdc/v1/artifactTypes
2022-11-23T05:40:47.174Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-23T05:40:48.205Z||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.19.187] 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$$722961d1.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-11-23T05:40:48.207Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f4d2cd3
2022-11-23T05:40:48.208Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-23T05:40:48.208Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-23T05:40:48.209Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-23T05:40:48.209Z||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$$722961d1.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-11-23T05:41:37.148Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-23T05:41:37.149Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-23T05:41:37.149Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-23T05:41:37.154Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-23T05:41:37.161Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d6496b4-639b-4b50-b19b-855c3fa5aee4 url= /sdc/v1/artifactTypes
2022-11-23T05:41:37.161Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-23T05:41:38.188Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.19.187] 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$$722961d1.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-11-23T05:41:38.189Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f7b66ae
2022-11-23T05:41:38.189Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-23T05:41:38.190Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-23T05:41:38.190Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-23T05:41:38.193Z||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$$722961d1.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-11-23T05:42:27.148Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-23T05:42:27.149Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-23T05:42:27.149Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-23T05:42:27.153Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-23T05:42:27.157Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8332cd4c-7b12-4e0a-8e11-e36c2ba4b02a url= /sdc/v1/artifactTypes
2022-11-23T05:42:27.158Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-23T05:42:28.198Z||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.19.187] 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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$722961d1.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)
... 49 common frames omitted
2022-11-23T05:42:28.199Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3cda4f5f
2022-11-23T05:42:28.200Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-23T05:42:28.200Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-23T05:42:28.201Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-23T05:42:28.202Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$722961d1.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)
... 32 common frames omitted
2022-11-23T05:43:17.151Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-23T05:43:17.153Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-23T05:43:17.153Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-23T05:43:17.158Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-23T05:43:17.164Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 65990873-665b-43a3-9f45-6af12cbaa024 url= /sdc/v1/artifactTypes
2022-11-23T05:43:17.165Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-23T05:43:17.424Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-23T05:43:17.435Z||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-11-23T05:43:17.479Z||scheduling-1|||||DEBUG|500||create keys
2022-11-23T05:43:17.491Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-23T05:43:17.528Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:43:17.550Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3be3068e-9237-4d26-953e-88941e67adc7 url= /sdc/v1/registerForDistribution
2022-11-23T05:43:17.666Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3be3068e-9237-4d26-953e-88941e67adc7 url= /sdc/v1/registerForDistribution
2022-11-23T05:43:17.667Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-23T05:43:17.683Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:43:17.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:43:17.696Z||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-11-23T05:43:17.696Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:43:17.697Z||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-11-23T05:43:17.698Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:43:17.698Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-23T05:43:28.007Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:43:28.008Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:44:17.681Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:44:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:44:17.685Z||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-11-23T05:44:17.686Z||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-11-23T05:44:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:44:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:44:27.239Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:44:27.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:45:17.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:45:17.681Z||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-11-23T05:45:17.682Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:45:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:45:17.689Z||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-11-23T05:45:17.689Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:45:27.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:45:27.254Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:46:17.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:46:17.682Z||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-11-23T05:46:17.682Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:46:17.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:46:17.686Z||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-11-23T05:46:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:46:27.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:46:27.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:47:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:47:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T05:47:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:47:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:47:17.685Z||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-11-23T05:47:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:47:27.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:47:27.233Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:48:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:48:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T05:48:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:48:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:48:17.686Z||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-11-23T05:48:17.687Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:48:27.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:48:27.269Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:49:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:49:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T05:49:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:49:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:49:17.686Z||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-11-23T05:49:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:49:27.223Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:49:27.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:49:43.483Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-23T05:50:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:50:17.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T05:50:17.682Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:50:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:50:17.686Z||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-11-23T05:50:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:50:27.223Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:50:27.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:51:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:51:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T05:51:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:51:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:51:17.685Z||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-11-23T05:51:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:51:27.226Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:51:27.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:52:17.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:52:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T05:52:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:52:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:52:17.685Z||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-11-23T05:52:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:52:27.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:52:27.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:53:17.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:53:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T05:53:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:53:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:53:17.685Z||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-11-23T05:53:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:53:27.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:53:27.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:54:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:54:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T05:54:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:54:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:54:17.685Z||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-11-23T05:54:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:54:27.231Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:54:27.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:55:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:55:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T05:55:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:55:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:55:17.685Z||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-11-23T05:55:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:55:27.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:55:27.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:56:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:56:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T05:56:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:56:17.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:56:17.687Z||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-11-23T05:56:17.688Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:56:27.233Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:56:27.254Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:57:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:57:17.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T05:57:17.682Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:57:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:57:17.685Z||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-11-23T05:57:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:57:27.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:57:27.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:58:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:58:17.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T05:58:17.682Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:58:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:58:17.685Z||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-11-23T05:58:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:58:27.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:58:27.234Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:59:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:59:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T05:59:17.682Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:59:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T05:59:17.685Z||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-11-23T05:59:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T05:59:27.248Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T05:59:27.248Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:00:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:00:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:00:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:00:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:00:17.685Z||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-11-23T06:00:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:00:27.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:00:27.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:01:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:01:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:01:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:01:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:01:17.686Z||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-11-23T06:01:17.687Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:01:27.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:01:27.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:02:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:02:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:02:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:02:17.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:02:17.685Z||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-11-23T06:02:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:02:27.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:02:27.268Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:03:17.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:03:17.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:03:17.685Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:03:17.685Z||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-11-23T06:03:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:03:17.685Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:03:27.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:03:27.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:04:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:04:17.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:04:17.682Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:04:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:04:17.685Z||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-11-23T06:04:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:04:27.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:04:27.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:05:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:05:17.682Z||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-11-23T06:05:17.682Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:05:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:05:17.685Z||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-11-23T06:05:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:05:27.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:05:27.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:06:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:06:17.682Z||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-11-23T06:06:17.682Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:06:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:06:17.686Z||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-11-23T06:06:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:06:27.232Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:06:27.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:07:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:07:17.681Z||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-11-23T06:07:17.681Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:07:17.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:07:17.685Z||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-11-23T06:07:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:07:27.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:07:27.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:08:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:08:17.681Z||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-11-23T06:08:17.681Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:08:17.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:08:17.685Z||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-11-23T06:08:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:08:27.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:08:27.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:09:17.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:09:17.680Z||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-11-23T06:09:17.680Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:09:17.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:09:17.685Z||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-11-23T06:09:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:09:27.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:09:27.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:10:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:10:17.681Z||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-11-23T06:10:17.681Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:10:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:10:17.685Z||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-11-23T06:10:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:10:27.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:10:27.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:11:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:11:17.682Z||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-11-23T06:11:17.682Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:11:17.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:11:17.686Z||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-11-23T06:11:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:11:27.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:11:27.265Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:12:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:12:17.680Z||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-11-23T06:12:17.681Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:12:17.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:12:17.685Z||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-11-23T06:12:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:12:27.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:12:27.227Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:13:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:13:17.681Z||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-11-23T06:13:17.681Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:13:17.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:13:17.685Z||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-11-23T06:13:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:13:27.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:13:27.245Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:14:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:14:17.681Z||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-11-23T06:14:17.682Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:14:17.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:14:17.685Z||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-11-23T06:14:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:14:27.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:14:27.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:15:17.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:15:17.683Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:15:17.683Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:15:17.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:15:17.688Z||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-11-23T06:15:17.689Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:15:27.255Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:15:27.255Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:16:17.680Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:16:17.682Z||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-11-23T06:16:17.682Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:16:17.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:16:17.686Z||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-11-23T06:16:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:16:27.256Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:16:27.258Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:17:17.680Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:17:17.681Z||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-11-23T06:17:17.681Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:17:17.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:17:17.685Z||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-11-23T06:17:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:17:27.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:17:27.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:18:17.681Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:18:17.683Z||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-11-23T06:18:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:18:17.684Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:18:17.685Z||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-11-23T06:18:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:18:27.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:18:27.252Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:19:17.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:19:17.681Z||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-11-23T06:19:17.681Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:19:17.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:19:17.686Z||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-11-23T06:19:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:19:27.255Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:19:27.256Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:20:17.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:20:17.681Z||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-11-23T06:20:17.681Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:20:17.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:20:17.687Z||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-11-23T06:20:17.687Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:20:27.257Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:20:27.261Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:21:17.690Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:21:17.690Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:21:17.691Z||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-11-23T06:21:17.691Z||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-11-23T06:21:17.692Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:21:17.692Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:21:27.266Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:21:27.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:22:17.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:22:17.681Z||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-11-23T06:22:17.681Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:22:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:22:17.685Z||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-11-23T06:22:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:22:27.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:22:27.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:23:17.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:23:17.681Z||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-11-23T06:23:17.681Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:23:17.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:23:17.686Z||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-11-23T06:23:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:23:27.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:23:27.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:24:17.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:24:17.681Z||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-11-23T06:24:17.681Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:24:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:24:17.685Z||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-11-23T06:24:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:24:27.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:24:27.260Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:25:17.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:25:17.683Z||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-11-23T06:25:17.683Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:25:17.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:25:17.685Z||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-11-23T06:25:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:25:27.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:25:27.231Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:26:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:26:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:26:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:26:17.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:26:17.697Z||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-11-23T06:26:17.697Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:26:27.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:26:27.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:27:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:27:17.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:27:17.682Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:27:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:27:17.686Z||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-11-23T06:27:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:27:27.251Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:27:27.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:28:17.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:28:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:28:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:28:17.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:28:17.690Z||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-11-23T06:28:17.690Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:28:27.231Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:28:27.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:29:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:29:17.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:29:17.683Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:29:17.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:29:17.685Z||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-11-23T06:29:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:29:27.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:29:27.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:30:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:30:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:30:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:30:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:30:17.685Z||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-11-23T06:30:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:30:27.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:30:27.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:31:17.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:31:17.684Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:31:17.684Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:31:17.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:31:17.687Z||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-11-23T06:31:17.688Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:31:27.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:31:27.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:32:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:32:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:32:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:32:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:32:17.685Z||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-11-23T06:32:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:32:27.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:32:27.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:33:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:33:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:33:17.681Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:33:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:33:17.686Z||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-11-23T06:33:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:33:27.258Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:33:27.258Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:34:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:34:17.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:34:17.682Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:34:17.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:34:17.685Z||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-11-23T06:34:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:34:27.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:34:27.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:35:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:35:17.682Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:17.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:35:17.686Z||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-11-23T06:35:17.687Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:18.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:18.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:18.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a459b38-d62c-45e3-9596-2d2094b92154","serviceName":"vFW 2022-11-23 06-33-41","serviceVersion":"1.0","serviceUUID":"65798f67-3956-40b9-90ed-50ad46f7092c","serviceDescription":"catalog service description","serviceInvariantUUID":"68b1f639-6231-4f25-97f6-71268ceb3505","resources":[{"resourceInstanceName":"vFW 1defba55-4d4a 0","resourceName":"vFW 1defba55-4d4a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b18f11ae-a813-42a9-9092-4e3de3f2b3fc","resourceInvariantUUID":"966d1dba-2da8-4772-9a55-cf3c033de2ff","resourceCustomizationUUID":"0bcd2f3b-e880-47f1-97e5-d4c60df41c70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml","artifactChecksum":"MGY1OGIwNjk4Zjc0MTIzZTRlYzg5NGM1ZDI4OWMyNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58df7f96-ca47-45df-9db3-6e4860027ae6","artifactVersion":"1"},{"artifactName":"vfw1defba554d4a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json","artifactChecksum":"YWVjZmM4NzM5ZmVmZDRlODdjYzlhNmU2YjM5YTlhMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"46c6a500-570a-4838-9610-a1c093d7cb5a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5f968aca-99c5-4d51-b575-146a85bd0f27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml","artifactChecksum":"MjQzOTI2MzZjNzk3NGVkMzdkMTYwZTY2M2VmMTBjZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"161fddc1-bb54-4891-a7d4-3a03a07eebe1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"961ab959-5e33-4c11-bcc3-5686aea1235d","artifactVersion":"2","generatedFromUUID":"5f968aca-99c5-4d51-b575-146a85bd0f27"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221123063341-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml","artifactChecksum":"M2Q4YjEzZmQyMWYyYmU0YjZkZjE0NzBkMjkyNmJjNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"691f2185-4943-48c2-a1ff-c02186d0f9b7","artifactVersion":"1"},{"artifactName":"service-Vfw20221123063341-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar","artifactChecksum":"ZGZmZjk4YWQ0ZmJlNGFjYTg4ZGM5N2E3NmRlOTMwYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"caaa11dc-2d46-45c3-95ad-239ac1e5463b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T06:35:18.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185273535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.353Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:35:18.362Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:18.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "cds",
"timestamp": 1669185270284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185273535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "cds",
"timestamp": 1669185270284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185280022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185273535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "cds",
"timestamp": 1669185270284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185280022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json",
"status": "NOTIFIED"
}
2022-11-23T06:35:18.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185273535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "cds",
"timestamp": 1669185270284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185280022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-23T06:35:18.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185273535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "cds",
"timestamp": 1669185270284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185280022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185273535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "cds",
"timestamp": 1669185270284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185280022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-23T06:35:18.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185273535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:35:18.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "cds",
"timestamp": 1669185270284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:35:18.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185280022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185285405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:35:18.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:35:18.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "cds",
"timestamp": 1669185284974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:35:18.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:35:18.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185280022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:35:18.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "ves-openapi-manager",
"timestamp": 1669185285282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "cds",
"timestamp": 1669185285992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-11-23T06:35:18.381Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:18.381Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185317680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
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-11-23T06:35:18.480Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-11-23T06:35:18.484Z||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-11-23T06:35:18.484Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:18.503Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:18.504Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-23T06:35:18.594Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a459b38-d62c-45e3-9596-2d2094b92154
2022-11-23T06:35:18.628Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a459b38-d62c-45e3-9596-2d2094b92154 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-11-23T06:35:18.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185287823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:35:18.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:35:18.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "ves-openapi-manager",
"timestamp": 1669185285282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "aai-ml",
"timestamp": 1669185286288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185288920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:35:18.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:35:18.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "aai-ml",
"timestamp": 1669185286288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "ves-openapi-manager",
"timestamp": 1669185285282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "ves-openapi-manager",
"timestamp": 1669185285282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "aai-ml",
"timestamp": 1669185286288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185289990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:35:18.659Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:35:18.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185290205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T06:35:18.659Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:35:18.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "ves-openapi-manager",
"timestamp": 1669185285282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "aai-ml",
"timestamp": 1669185286288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185291079,
"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-11-23T06:35:18.675Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a459b38-d62c-45e3-9596-2d2094b92154
2022-11-23T06:35:18.676Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a459b38-d62c-45e3-9596-2d2094b92154 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-11-23T06:35:18.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185291221,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-23T06:35:18.693Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a459b38-d62c-45e3-9596-2d2094b92154
2022-11-23T06:35:18.693Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a459b38-d62c-45e3-9596-2d2094b92154 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-23T06:35:18.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "ves-openapi-manager",
"timestamp": 1669185285282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "aai-ml",
"timestamp": 1669185286288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185292085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T06:35:18.704Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:35:18.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "ves-openapi-manager",
"timestamp": 1669185285282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "aai-ml",
"timestamp": 1669185286288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:18.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "aai-ml",
"timestamp": 1669185286288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:35:18.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:35:18.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "aai-ml",
"timestamp": 1669185294127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:35:18.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:35:18.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "aai-ml",
"timestamp": 1669185310739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T06:35:18.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:35:18.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:35:18.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "aai-ml",
"timestamp": 1669185311745,
"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-11-23T06:35:18.712Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a459b38-d62c-45e3-9596-2d2094b92154
2022-11-23T06:35:18.712Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a459b38-d62c-45e3-9596-2d2094b92154 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-11-23T06:35:19.393Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:35:19.394Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:19.395Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:19.396Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185317680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json",
"status": "NOTIFIED"
}
2022-11-23T06:35:19.496Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:35:19.497Z||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-11-23T06:35:19.497Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:19.508Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:19.508Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:35:20.399Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:35:20.399Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:20.401Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:20.401Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185317680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-23T06:35:20.502Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-23T06:35:20.503Z||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-11-23T06:35:20.503Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:20.515Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:20.516Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:35:21.402Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:35:21.403Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:21.406Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:21.406Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185317680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:21.506Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:35:21.508Z||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-11-23T06:35:21.508Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:21.529Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:21.530Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:35:22.409Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:35:22.410Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:22.412Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:22.412Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185317680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-23T06:35:22.513Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-23T06:35:22.515Z||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-11-23T06:35:22.515Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:22.525Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:22.526Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:35:23.413Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:35:23.414Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:23.416Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:23.417Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185317680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:35:23.517Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:35:23.518Z||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-11-23T06:35:23.518Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:23.528Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:23.528Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:35:24.417Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:35:24.418Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:24.421Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:24.422Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185317680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:35:24.521Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T06:35:24.522Z||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-11-23T06:35:24.523Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:24.533Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:24.534Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:35:25.424Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"serviceName": "vFW 2022-11-23 06-33-41",
"serviceVersion": "1.0",
"serviceUUID": "65798f67-3956-40b9-90ed-50ad46f7092c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "68b1f639-6231-4f25-97f6-71268ceb3505",
"resources": [
{
"resourceInstanceName": "vFW 1defba55-4d4a 0",
"resourceCustomizationUUID": "0bcd2f3b-e880-47f1-97e5-d4c60df41c70",
"resourceName": "vFW 1defba55-4d4a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b18f11ae-a813-42a9-9092-4e3de3f2b3fc",
"resourceInvariantUUID": "966d1dba-2da8-4772-9a55-cf3c033de2ff",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1defba554d4a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json",
"artifactChecksum": "YWVjZmM4NzM5ZmVmZDRlODdjYzlhNmU2YjM5YTlhMjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "46c6a500-570a-4838-9610-a1c093d7cb5a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5f968aca-99c5-4d51-b575-146a85bd0f27",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "961ab959-5e33-4c11-bcc3-5686aea1235d",
"generatedFromUUID": "5f968aca-99c5-4d51-b575-146a85bd0f27"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "961ab959-5e33-4c11-bcc3-5686aea1235d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221123063341-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"artifactChecksum": "ZGZmZjk4YWQ0ZmJlNGFjYTg4ZGM5N2E3NmRlOTMwYTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "caaa11dc-2d46-45c3-95ad-239ac1e5463b"
}
],
"workloadContext": "Production"
}
2022-11-23T06:35:25.425Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T06:35:25.426Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 65798f67-3956-40b9-90ed-50ad46f7092c ASDC
2022-11-23T06:35:25.558Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0a459b38-d62c-45e3-9596-2d2094b92154
ServiceName:vFW 2022-11-23 06-33-41
ServiceVersion:1.0
ServiceUUID:65798f67-3956-40b9-90ed-50ad46f7092c
ServiceInvariantUUID:68b1f639-6231-4f25-97f6-71268ceb3505
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221123063341-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar
ArtifactUUID:caaa11dc-2d46-45c3-95ad-239ac1e5463b
ArtifactChecksum:ZGZmZjk4YWQ0ZmJlNGFjYTg4ZGM5N2E3NmRlOTMwYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1defba55-4d4a 0
ResourceCustomizationUUID:0bcd2f3b-e880-47f1-97e5-d4c60df41c70
ResourceInvariantUUID:966d1dba-2da8-4772-9a55-cf3c033de2ff
ResourceName:vFW 1defba55-4d4a
ResourceType:VF
ResourceUUID:b18f11ae-a813-42a9-9092-4e3de3f2b3fc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1defba554d4a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json
ArtifactUUID:46c6a500-570a-4838-9610-a1c093d7cb5a
ArtifactChecksum:YWVjZmM4NzM5ZmVmZDRlODdjYzlhNmU2YjM5YTlhMjY=
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/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml
ArtifactUUID:5f968aca-99c5-4d51-b575-146a85bd0f27
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/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env
ArtifactUUID:961ab959-5e33-4c11-bcc3-5686aea1235d
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/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env
ArtifactUUID:961ab959-5e33-4c11-bcc3-5686aea1235d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-23T06:35:25.559Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65798f67-3956-40b9-90ed-50ad46f7092c 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-11-23T06:35:25.694Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T06:35:25.695Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-23T06:35:25.696Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-23T06:35:25.697Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: caaa11dc-2d46-45c3-95ad-239ac1e5463b from URL: /sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:25.697Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-23T06:35:25.699Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:25.780Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-23T06:35:25.800Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar caaa11dc-2d46-45c3-95ad-239ac1e5463b 100636
2022-11-23T06:35:25.802Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar ASDC sendASDCNotification
2022-11-23T06:35:25.802Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:25.804Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T06:35:25.805Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:25.808Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:25.808Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185325801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:35:25.909Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:35:25.910Z||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-11-23T06:35:25.910Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:25.923Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:25.924Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-23T06:35:26.809Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T06:35:26.811Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-23T06:35:26.811Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: caaa11dc-2d46-45c3-95ad-239ac1e5463b, URL: /sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar to file: /app/ASDC/1/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:26.812Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221123063341-csar.csar
2022-11-23T06:35:26.912Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:26.913Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:27.575Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1207412296033559079/Definitions/service-Vfw20221123063341-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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-11-23T06:35:30.965Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T06:35:30.971Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-23T06:35:30.971Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:30.971Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-23T06:35:30.971Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||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-Vfw20221123063341-csar.csar
2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||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-Vfw20221123063341-csar.csar
2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||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-Vfw20221123063341-csar.csar
2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1defba55-4d4a 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||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-Vfw20221123063341-csar.csar
2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:30.973Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:30.973Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-23T06:35:30.979Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:30.981Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:30.985Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria
2022-11-23T06:35:30.985Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-23T06:35:30.987Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T06:35:30.989Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:30.989Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:30.989Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria
2022-11-23T06:35:30.989Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-23T06:35:30.989Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T06:35:30.990Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:30.990Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:30.993Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:30.993Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is not matching search criteria
2022-11-23T06:35:30.993Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T06:35:30.994Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T06:35:30.994Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T06:35:30.994Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:30.994Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T06:35:30.994Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T06:35:30.995Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T06:35:30.995Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T06:35:30.995Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T06:35:30.995Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T06:35:30.995Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:30.995Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T06:35:30.996Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:30.996Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T06:35:30.996Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T06:35:30.996Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-23T06:35:30.996Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:30.996Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T06:35:30.998Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:30.998Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria
2022-11-23T06:35:30.998Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T06:35:30.998Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:30.999Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria
2022-11-23T06:35:30.999Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T06:35:30.999Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:30.999Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria
2022-11-23T06:35:30.999Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T06:35:31.000Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:31.000Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is not matching search criteria
2022-11-23T06:35:31.000Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T06:35:31.000Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T06:35:31.000Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-23T06:35:31.001Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T06:35:31.001Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T06:35:31.001Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T06:35:31.001Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:31.001Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T06:35:31.001Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:31.002Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T06:35:31.002Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T06:35:31.002Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a65e7136-0935-4016-bb72-d21f26539006
2022-11-23T06:35:31.002Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:31.002Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is not matching search criteria
2022-11-23T06:35:31.002Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T06:35:31.003Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T06:35:31.003Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T06:35:31.003Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:31.003Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T06:35:31.003Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T06:35:31.003Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T06:35:31.004Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-23T06:35:31.004Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T06:35:31.004Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:31.004Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T06:35:31.004Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T06:35:31.004Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0eb78fe3-682e-424b-a38c-380b4a9aa293
2022-11-23T06:35:31.005Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:31.005Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is not matching search criteria
2022-11-23T06:35:31.005Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T06:35:31.005Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T06:35:31.005Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T06:35:31.005Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:31.006Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T06:35:31.006Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T06:35:31.006Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T06:35:31.006Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T06:35:31.006Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T06:35:31.007Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T06:35:31.007Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:31.007Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-23T06:35:31.007Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c5e6d53-c73b-4c78-a54b-8620b2a37061
2022-11-23T06:35:31.007Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:31.008Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:31.008Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:31.008Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:31.008Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:31.008Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:31.009Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:31.009Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:31.009Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-23 06-33-41
Description:catalog service description
Model UUID:65798f67-3956-40b9-90ed-50ad46f7092c
Model Version:NULL
Model InvariantUuid:68b1f639-6231-4f25-97f6-71268ceb3505
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1defba55-4d4a
Model UUID:7d908346-6a51-46a2-82f9-98443e3e6c86
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:966d1dba-2da8-4772-9a55-cf3c033de2ff
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0bcd2f3b-e880-47f1-97e5-d4c60df41c70
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e3fce550-6764-443b-9b6f-e2032089eca9
ModelName:Vfw1defba554d4a..base_vfw..module-0
ModelUuid:90fc24dc-9853-4a21-9479-bac10bc269fd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a65e7136-0935-4016-bb72-d21f26539006
ModelInvariantUuid:00153e58-4e9a-4f70-a5f4-64dbeefd4b56
ModelName:vFW 1defba55-4d4a-nodes.vfwCvfc
ModelUuid:cf2b9d80-ef8c-4b8c-9c36-7e6ca85448df
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1124a37d-9c4b-4c44-ae21-4048624dc175
ModelInvariantUuid:09c793d8-59f4-4eb7-b5de-bf5fea887f96
ModelName:Vfw1defba554d4a.compute.nodes.heat.vfw
ModelUuid:22fe1fab-5009-4b2d-a937-2637f69bf34e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0eb78fe3-682e-424b-a38c-380b4a9aa293
ModelInvariantUuid:3d590a13-27d9-416d-a1cf-4d802c953d86
ModelName:vFW 1defba55-4d4a-nodes.vsnCvfc
ModelUuid:b4f0cccd-5922-46b6-801c-904ad901ec42
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:84bf4d31-98ac-4382-8a4e-5429407abf88
ModelInvariantUuid:99820071-05ff-46b5-b577-c9e004c63f96
ModelName:Vfw1defba554d4a.compute.nodes.heat.vsn
ModelUuid:56f5f0cc-0e25-4182-868e-9fadbd61d977
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5c5e6d53-c73b-4c78-a54b-8620b2a37061
ModelInvariantUuid:11b2708b-89d1-41ef-93c4-9566c7247205
ModelName:vFW 1defba55-4d4a-nodes.vpgCvfc
ModelUuid:ee3b12a7-881b-4301-a019-144c6e4cbe0d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:11927753-2efb-4519-84bd-f8e43f25cba9
ModelInvariantUuid:5456c897-3cf6-496f-a94b-12b28ba1283f
ModelName:Vfw1defba554d4a.compute.nodes.heat.vpg
ModelUuid:8eee4f46-fe87-424e-a774-5ce9e42df989
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-11-23T06:35:31.034Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b18f11ae-a813-42a9-9092-4e3de3f2b3fc
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-11-23T06:35:31.142Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||vFW 1defba55-4d4a 0
2022-11-23T06:35:31.151Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b18f11ae-a813-42a9-9092-4e3de3f2b3fc
2022-11-23T06:35:31.152Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 46c6a500-570a-4838-9610-a1c093d7cb5a from URL: /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json
2022-11-23T06:35:31.152Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-23T06:35:31.152Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json
2022-11-23T06:35:31.209Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-23T06:35:31.210Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json 46c6a500-570a-4838-9610-a1c093d7cb5a 785
2022-11-23T06:35:31.211Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json ASDC sendASDCNotification
2022-11-23T06:35:31.211Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json
2022-11-23T06:35:31.212Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T06:35:31.212Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:31.214Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:31.215Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185331211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:35:31.315Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:35:31.316Z||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-11-23T06:35:31.316Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:31.366Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:31.367Z||pool-11-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-11-23T06:35:32.217Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1defba554d4a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e3fce550-6764-443b-9b6f-e2032089eca9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "90fc24dc-9853-4a21-9479-bac10bc269fd",
"vfModuleModelCustomizationUUID": "cfd262a1-2952-430e-b85d-f4ad72f0806d",
"isBase": true,
"artifacts": [
"5f968aca-99c5-4d51-b575-146a85bd0f27",
"961ab959-5e33-4c11-bcc3-5686aea1235d"
],
"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-11-23T06:35:32.232Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1defba554d4a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90fc24dc-9853-4a21-9479-bac10bc269fd
VfModuleModelInvariantUUID:e3fce550-6764-443b-9b6f-e2032089eca9
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f968aca-99c5-4d51-b575-146a85bd0f27
,
961ab959-5e33-4c11-bcc3-5686aea1235d
}
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-11-23T06:35:32.235Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1defba554d4a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e3fce550-6764-443b-9b6f-e2032089eca9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "90fc24dc-9853-4a21-9479-bac10bc269fd",
"vfModuleModelCustomizationUUID": "cfd262a1-2952-430e-b85d-f4ad72f0806d",
"isBase": true,
"artifacts": [
"5f968aca-99c5-4d51-b575-146a85bd0f27",
"961ab959-5e33-4c11-bcc3-5686aea1235d"
],
"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-11-23T06:35:32.235Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1defba554d4a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90fc24dc-9853-4a21-9479-bac10bc269fd
VfModuleModelInvariantUUID:e3fce550-6764-443b-9b6f-e2032089eca9
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f968aca-99c5-4d51-b575-146a85bd0f27
,
961ab959-5e33-4c11-bcc3-5686aea1235d
}
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-11-23T06:35:32.236Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5f968aca-99c5-4d51-b575-146a85bd0f27 from URL: /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml
2022-11-23T06:35:32.236Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-23T06:35:32.237Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml
2022-11-23T06:35:32.296Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-23T06:35:32.298Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml 5f968aca-99c5-4d51-b575-146a85bd0f27 20368
2022-11-23T06:35:32.299Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-23T06:35:32.299Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml
2022-11-23T06:35:32.300Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T06:35:32.300Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:32.304Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:32.304Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185332299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:35:32.404Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:35:32.405Z||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-11-23T06:35:32.405Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:32.419Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:32.420Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:35:33.306Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 961ab959-5e33-4c11-bcc3-5686aea1235d from URL: /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env
2022-11-23T06:35:33.306Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-23T06:35:33.307Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env
2022-11-23T06:35:33.352Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-23T06:35:33.353Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env 961ab959-5e33-4c11-bcc3-5686aea1235d 2098
2022-11-23T06:35:33.354Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-23T06:35:33.354Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env
2022-11-23T06:35:33.355Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T06:35:33.356Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:33.358Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:33.358Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185333354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:35:33.458Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T06:35:33.460Z||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-11-23T06:35:33.460Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:33.471Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:33.471Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-23T06:35:34.360Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 65798f67-3956-40b9-90ed-50ad46f7092c
2022-11-23T06:35:34.361Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1defba55-4d4a 0 b18f11ae-a813-42a9-9092-4e3de3f2b3fc 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-11-23T06:35:34.409Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38fe8aba, org.onap.sdc.toscaparser.api.parameters.Input@4b7332b1, org.onap.sdc.toscaparser.api.parameters.Input@460af9c, org.onap.sdc.toscaparser.api.parameters.Input@2bf8e00c, org.onap.sdc.toscaparser.api.parameters.Input@671f0493]
2022-11-23T06:35:34.414Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.414Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:34.415Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-11-23T06:35:34.415Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 0bcd2f3b-e880-47f1-97e5-d4c60df41c70
2022-11-23T06:35:34.416Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0bcd2f3b-e880-47f1-97e5-d4c60df41c70 matches Tosca VF Customization UUID: 0bcd2f3b-e880-47f1-97e5-d4c60df41c70
2022-11-23T06:35:34.416Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 0bcd2f3b-e880-47f1-97e5-d4c60df41c70 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-11-23T06:35:34.425Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.426Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:34.428Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 0bcd2f3b-e880-47f1-97e5-d4c60df41c70: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-23T06:35:34.428Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c6053ef
2022-11-23T06:35:34.428Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.429Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T06:35:34.430Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cfd262a1-2952-430e-b85d-f4ad72f0806d
2022-11-23T06:35:34.431Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cfd262a1-2952-430e-b85d-f4ad72f0806d
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-11-23T06:35:34.440Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.441Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria
2022-11-23T06:35:34.447Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T06:35:34.448Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.449Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria
2022-11-23T06:35:34.449Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T06:35:34.449Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.450Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is not matching search criteria
2022-11-23T06:35:34.450Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T06:35:34.450Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T06:35:34.450Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-23T06:35:34.451Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T06:35:34.451Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T06:35:34.451Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T06:35:34.451Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:34.452Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T06:35:34.452Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:34.452Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T06:35:34.452Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T06:35:34.453Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a65e7136-0935-4016-bb72-d21f26539006
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-11-23T06:35:34.464Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.464Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria
2022-11-23T06:35:34.465Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T06:35:34.465Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.465Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is not matching search criteria
2022-11-23T06:35:34.466Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T06:35:34.466Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T06:35:34.466Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T06:35:34.466Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:34.467Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T06:35:34.467Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T06:35:34.467Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T06:35:34.468Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-23T06:35:34.468Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T06:35:34.468Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:34.469Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T06:35:34.469Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T06:35:34.469Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0eb78fe3-682e-424b-a38c-380b4a9aa293
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-11-23T06:35:34.472Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.473Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria
2022-11-23T06:35:34.473Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T06:35:34.476Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.476Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is not matching search criteria
2022-11-23T06:35:34.476Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T06:35:34.476Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T06:35:34.477Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T06:35:34.477Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:34.477Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T06:35:34.477Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T06:35:34.478Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T06:35:34.478Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T06:35:34.478Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T06:35:34.478Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T06:35:34.479Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T06:35:34.479Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-23T06:35:34.479Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c5e6d53-c73b-4c78-a54b-8620b2a37061
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-11-23T06:35:34.483Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.484Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria
2022-11-23T06:35:34.484Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T06:35:34.484Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.484Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria
2022-11-23T06:35:34.485Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=0bcd2f3b-e880-47f1-97e5-d4c60df41c70
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-11-23T06:35:34.487Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.487Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:34.488Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 65798f67-3956-40b9-90ed-50ad46f7092c: vFW 1defba55-4d4a
2022-11-23T06:35:34.488Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.488Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:34.489Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.489Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:34.489Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.490Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:34.490Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.490Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:34.491Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:35:34.491Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:35:34.491Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-11-23 06-33-41
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-11-23T06:35:34.788Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1defba55-4d4a b18f11ae-a813-42a9-9092-4e3de3f2b3fc 1 ASDC deployResourceStructure
2022-11-23T06:35:34.789Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json ASDC sendASDCNotification
2022-11-23T06:35:34.789Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json
2022-11-23T06:35:34.789Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T06:35:34.789Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:34.791Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:34.791Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185334788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T06:35:34.892Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:35:34.893Z||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-11-23T06:35:34.893Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:34.903Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:34.904Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:35:35.793Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-23T06:35:35.793Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml
2022-11-23T06:35:35.793Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T06:35:35.794Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:35.796Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:35.797Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185335792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-23T06:35:35.897Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:35:35.899Z||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-11-23T06:35:35.899Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:35.911Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:35.912Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:35:36.798Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-23T06:35:36.798Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env
2022-11-23T06:35:36.798Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T06:35:36.799Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:36.801Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:36.801Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185336797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-23T06:35:36.901Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:35:36.902Z||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-11-23T06:35:36.903Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:36.916Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:36.918Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:35:37.802Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar ASDC sendASDCNotification
2022-11-23T06:35:37.802Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar
2022-11-23T06:35:37.803Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T06:35:37.803Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:35:37.805Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:35:37.805Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185337802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T06:35:37.906Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T06:35:37.907Z||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-11-23T06:35:37.907Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:35:37.922Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:35:37.923Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-23T06:35:38.807Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a459b38-d62c-45e3-9596-2d2094b92154
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-11-23T06:35:38.826Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a459b38-d62c-45e3-9596-2d2094b92154
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-11-23T06:35:38.830Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T06:35:38.830Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T06:35:38.830Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T06:35:38.830Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T06:35:38.830Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T06:35:38.831Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T06:35:38.831Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T06:35:38.831Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T06:35:38.831Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T06:35:38.831Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-23T06:35:38.836Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T06:36:08.837Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a459b38-d62c-45e3-9596-2d2094b92154 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-11-23T06:36:08.852Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a459b38-d62c-45e3-9596-2d2094b92154 and serviceModelVersionId: 65798f67-3956-40b9-90ed-50ad46f7092c
2022-11-23T06:36:08.852Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 68b1f639-6231-4f25-97f6-71268ceb3505
2022-11-23T06:36:17.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:36:17.688Z||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-11-23T06:36:17.690Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:17.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:17.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T06:36:17.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185317680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:36:17.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-23T06:36:24.618Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0
2022-11-23T06:36:24.740Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T06:36:25.243Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0|INFO|500||Invoke
2022-11-23T06:36:25.251Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a459b38-d62c-45e3-9596-2d2094b92154], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f7e8a9fe-40ff-4613-8e2e-cb190974a734], X-ECOMP-RequestID=[0a459b38-d62c-45e3-9596-2d2094b92154], X-TransactionId=[], X-ONAP-RequestID=[0a459b38-d62c-45e3-9596-2d2094b92154], Content-Type=[application/merge-patch+json]}
2022-11-23T06:36:25.404Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-23T06:36:25.613Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?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/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221123-06:36:25:975-16578], vertex-id=[233624], Content-Length=[0], Date=[Wed, 23 Nov 2022 06:36:25 GMT], Content-Type=[application/json]}
2022-11-23T06:36:25.615Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-23T06:36:25.616Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0|INFO|500||InvokeReturn
2022-11-23T06:36:25.621Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-23T06:36:25.621Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||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-11-23T06:36:25.632Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||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-11-23T06:36:25.633Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a459b38-d62c-45e3-9596-2d2094b92154 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-23T06:36:25.634Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-23T06:36:25.640Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:25.644Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:25.645Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185385633,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T06:36:25.744Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T06:36:25.745Z||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-11-23T06:36:25.746Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:25.762Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:25.763Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-23T06:36:26.656Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:36:26.657Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:36:26.657Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:27.279Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:27.281Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-23T06:36:27.281Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"aed5cb79-c375-4d8e-996a-fbd3cfc86eba","serviceName":"basic_onboard_VlulYs","serviceVersion":"1.0","serviceUUID":"660b3108-9b44-410c-9773-347940184198","serviceDescription":"service","serviceInvariantUUID":"be1eac14-bb5b-4a61-85f5-c57e7c83111c","resources":[{"resourceInstanceName":"basic_onboard_VlulYs 0","resourceName":"basic_onboard_VlulYs","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8b5b0bc9-c6e3-4859-aa72-de17d7f4ce66","resourceInvariantUUID":"6f29d973-4a5e-4e66-b73f-f1eadf08c7d5","resourceCustomizationUUID":"d36c29d9-d433-44c2-931c-df048f916017","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml","artifactChecksum":"ODBkN2I0OTA1NGI4YzIwN2ZiOTEyZDBiYmZiYzQ3MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68846fdd-49c2-4526-8bd9-91e4f7fdde7c","artifactVersion":"1"},{"artifactName":"basic_onboard_vlulys0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json","artifactChecksum":"OGIyMGJmMWRlNmYxY2FmYWE1NzJjZWU0NDU2YmY4MmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b6f1beba-4e62-4137-8798-6c122ef6be94","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a50fc8cb-1d46-4621-b91a-a1b503e32ea6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f972529b-ee91-46f3-9c92-c8b3d238b9df","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f1738baf-e70e-43e8-9380-18760e4e7648","artifactVersion":"2","generatedFromUUID":"a50fc8cb-1d46-4621-b91a-a1b503e32ea6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVlulys-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml","artifactChecksum":"NzMxMzQ5NWNkNTgzMzlmNWU0MjQ3ZjkwOTU5ODdkNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8d02ce57-fd7c-4e3f-9b5c-42002d8a68dc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVlulys-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar","artifactChecksum":"N2IyNDBjYjBiOWYwNGExZmM5YjFiNTk5NjVkMjgyMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f79a888e-9dd5-43ec-8adc-e057f25c8a2d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T06:36:27.284Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:36:27.284Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:27.286Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:27.286Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185386656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:36:27.386Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:36:27.388Z||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-11-23T06:36:27.388Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:27.399Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:27.400Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:36:28.287Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:36:28.288Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:28.291Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:28.291Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185386656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json",
"status": "NOTIFIED"
}
2022-11-23T06:36:28.392Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:36:28.394Z||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-11-23T06:36:28.394Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:28.406Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:28.406Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-23T06:36:29.292Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:36:29.292Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:29.294Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:29.294Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185386656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-23T06:36:29.395Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T06:36:29.396Z||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-11-23T06:36:29.396Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:29.419Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:29.420Z||pool-21-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:36:30.295Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:36:30.296Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:30.298Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:30.298Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185386656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:36:30.399Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-23T06:36:30.400Z||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-11-23T06:36:30.400Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:30.410Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:30.411Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:36:31.304Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:36:31.304Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:31.306Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:31.307Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185386656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-23T06:36:31.407Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:36:31.408Z||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-11-23T06:36:31.408Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:31.421Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:31.421Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:36:32.314Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:36:32.314Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:32.317Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:32.317Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185386656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:36:32.421Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-23T06:36:32.422Z||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-11-23T06:36:32.422Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:32.433Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:32.434Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:36:33.320Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:36:33.321Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:33.323Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:33.323Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185386656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:36:33.423Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:36:33.424Z||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-11-23T06:36:33.424Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:33.435Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:33.435Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:36:34.325Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"serviceName": "basic_onboard_VlulYs",
"serviceVersion": "1.0",
"serviceUUID": "660b3108-9b44-410c-9773-347940184198",
"serviceDescription": "service",
"serviceInvariantUUID": "be1eac14-bb5b-4a61-85f5-c57e7c83111c",
"resources": [
{
"resourceInstanceName": "basic_onboard_VlulYs 0",
"resourceCustomizationUUID": "d36c29d9-d433-44c2-931c-df048f916017",
"resourceName": "basic_onboard_VlulYs",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8b5b0bc9-c6e3-4859-aa72-de17d7f4ce66",
"resourceInvariantUUID": "6f29d973-4a5e-4e66-b73f-f1eadf08c7d5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vlulys0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json",
"artifactChecksum": "OGIyMGJmMWRlNmYxY2FmYWE1NzJjZWU0NDU2YmY4MmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b6f1beba-4e62-4137-8798-6c122ef6be94",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a50fc8cb-1d46-4621-b91a-a1b503e32ea6",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f1738baf-e70e-43e8-9380-18760e4e7648",
"generatedFromUUID": "a50fc8cb-1d46-4621-b91a-a1b503e32ea6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f1738baf-e70e-43e8-9380-18760e4e7648",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVlulys-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"artifactChecksum": "N2IyNDBjYjBiOWYwNGExZmM5YjFiNTk5NjVkMjgyMTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f79a888e-9dd5-43ec-8adc-e057f25c8a2d"
}
],
"workloadContext": "Production"
}
2022-11-23T06:36:34.325Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T06:36:34.325Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 660b3108-9b44-410c-9773-347940184198 ASDC
2022-11-23T06:36:34.326Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:aed5cb79-c375-4d8e-996a-fbd3cfc86eba
ServiceName:basic_onboard_VlulYs
ServiceVersion:1.0
ServiceUUID:660b3108-9b44-410c-9773-347940184198
ServiceInvariantUUID:be1eac14-bb5b-4a61-85f5-c57e7c83111c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVlulys-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar
ArtifactUUID:f79a888e-9dd5-43ec-8adc-e057f25c8a2d
ArtifactChecksum:N2IyNDBjYjBiOWYwNGExZmM5YjFiNTk5NjVkMjgyMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VlulYs 0
ResourceCustomizationUUID:d36c29d9-d433-44c2-931c-df048f916017
ResourceInvariantUUID:6f29d973-4a5e-4e66-b73f-f1eadf08c7d5
ResourceName:basic_onboard_VlulYs
ResourceType:VF
ResourceUUID:8b5b0bc9-c6e3-4859-aa72-de17d7f4ce66
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vlulys0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json
ArtifactUUID:b6f1beba-4e62-4137-8798-6c122ef6be94
ArtifactChecksum:OGIyMGJmMWRlNmYxY2FmYWE1NzJjZWU0NDU2YmY4MmM=
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/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a50fc8cb-1d46-4621-b91a-a1b503e32ea6
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/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env
ArtifactUUID:f1738baf-e70e-43e8-9380-18760e4e7648
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/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env
ArtifactUUID:f1738baf-e70e-43e8-9380-18760e4e7648
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-23T06:36:34.326Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 660b3108-9b44-410c-9773-347940184198 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-11-23T06:36:34.357Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T06:36:34.358Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-23T06:36:34.358Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-23T06:36:34.358Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f79a888e-9dd5-43ec-8adc-e057f25c8a2d from URL: /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:34.358Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-23T06:36:34.359Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:34.423Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-23T06:36:34.438Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar f79a888e-9dd5-43ec-8adc-e057f25c8a2d 75287
2022-11-23T06:36:34.439Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar ASDC sendASDCNotification
2022-11-23T06:36:34.440Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:34.440Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T06:36:34.440Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:34.443Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:34.443Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185394439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:36:34.543Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T06:36:34.545Z||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-11-23T06:36:34.545Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:34.557Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:34.557Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:36:35.444Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T06:36:35.445Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-23T06:36:35.446Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f79a888e-9dd5-43ec-8adc-e057f25c8a2d, URL: /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar to file: /app/ASDC/1/service-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:35.446Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:35.447Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:35.447Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:35.617Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9080521578465006711/Definitions/service-BasicOnboardVlulys-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-23T06:36:36.882Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T06:36:36.883Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-23T06:36:36.883Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:36.883Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-23T06:36:36.884Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:36.884Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||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-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:36.884Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VlulYs 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:36.884Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||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-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:36.885Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||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-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:36.885Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:36.885Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||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-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:36.885Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-23T06:36:36.886Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:36.886Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:36.886Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria
2022-11-23T06:36:36.887Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-23T06:36:36.887Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T06:36:36.888Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:36.888Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:36.888Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria
2022-11-23T06:36:36.889Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-23T06:36:36.889Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T06:36:36.889Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:36.890Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:36.890Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:36.890Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is not matching search criteria
2022-11-23T06:36:36.891Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-23T06:36:36.891Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-23T06:36:36.891Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-23T06:36:36.892Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-23T06:36:36.892Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-23T06:36:36.892Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:36.893Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T06:36:36.893Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:36.893Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria
2022-11-23T06:36:36.894Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T06:36:36.894Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:36.894Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria
2022-11-23T06:36:36.895Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T06:36:36.895Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:36.896Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria
2022-11-23T06:36:36.896Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T06:36:36.896Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:36.897Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is not matching search criteria
2022-11-23T06:36:36.897Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-23T06:36:36.897Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-23T06:36:36.897Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a64162ac-bdca-46ec-a59d-edcbcf0a5041
2022-11-23T06:36:36.898Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:36.898Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:36.898Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:36.899Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:36.899Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:36.899Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:36.900Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:36.900Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:36.900Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_VlulYs
Description:service
Model UUID:660b3108-9b44-410c-9773-347940184198
Model Version:NULL
Model InvariantUuid:be1eac14-bb5b-4a61-85f5-c57e7c83111c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_VlulYs
Model UUID:457b0e05-8815-4455-b603-056787913713
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f29d973-4a5e-4e66-b73f-f1eadf08c7d5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d36c29d9-d433-44c2-931c-df048f916017
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:95a772e4-1925-4a68-a83e-819ac92ebaea
ModelName:BasicOnboardVlulys..base_ubuntu18..module-0
ModelUuid:2602d791-efa7-41b2-8fbb-932778783212
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a64162ac-bdca-46ec-a59d-edcbcf0a5041
ModelInvariantUuid:a56445a7-0d9c-4fde-851d-d28b4eaad273
ModelName:basic_onboard_VlulYs-nodes.ubuntu18Cvfc
ModelUuid:e32f353b-5bbd-4529-b65c-5e69b61f1e9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:4a4d0a86-4893-49a9-a91e-a983189887a5
ModelInvariantUuid:cc8b8a5c-4c69-4650-983a-9c1cdaa09d6e
ModelName:BasicOnboardVlulys.compute.nodes.heat.ubuntu18
ModelUuid:c1cf680e-b6b4-46d4-b8bd-2a0ebb355bc3
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-11-23T06:36:36.910Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8b5b0bc9-c6e3-4859-aa72-de17d7f4ce66
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-11-23T06:36:36.922Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||basic_onboard_VlulYs 0
2022-11-23T06:36:36.923Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8b5b0bc9-c6e3-4859-aa72-de17d7f4ce66
2022-11-23T06:36:36.923Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b6f1beba-4e62-4137-8798-6c122ef6be94 from URL: /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json
2022-11-23T06:36:36.923Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-23T06:36:36.924Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json
2022-11-23T06:36:36.974Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-23T06:36:36.975Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json b6f1beba-4e62-4137-8798-6c122ef6be94 798
2022-11-23T06:36:36.976Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json ASDC sendASDCNotification
2022-11-23T06:36:36.976Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json
2022-11-23T06:36:36.977Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T06:36:36.978Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:36.980Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:36.981Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185396976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:36:37.081Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:36:37.082Z||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-11-23T06:36:37.082Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:37.093Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:37.094Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:36:37.983Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVlulys..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "95a772e4-1925-4a68-a83e-819ac92ebaea",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2602d791-efa7-41b2-8fbb-932778783212",
"vfModuleModelCustomizationUUID": "9f6b9e1e-a1df-445b-b133-17b9cf09308f",
"isBase": true,
"artifacts": [
"a50fc8cb-1d46-4621-b91a-a1b503e32ea6",
"f1738baf-e70e-43e8-9380-18760e4e7648"
],
"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-11-23T06:36:37.988Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVlulys..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2602d791-efa7-41b2-8fbb-932778783212
VfModuleModelInvariantUUID:95a772e4-1925-4a68-a83e-819ac92ebaea
VfModuleModelDescription:NULL
Artifacts UUID List:{
a50fc8cb-1d46-4621-b91a-a1b503e32ea6
,
f1738baf-e70e-43e8-9380-18760e4e7648
}
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-11-23T06:36:37.990Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVlulys..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "95a772e4-1925-4a68-a83e-819ac92ebaea",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2602d791-efa7-41b2-8fbb-932778783212",
"vfModuleModelCustomizationUUID": "9f6b9e1e-a1df-445b-b133-17b9cf09308f",
"isBase": true,
"artifacts": [
"a50fc8cb-1d46-4621-b91a-a1b503e32ea6",
"f1738baf-e70e-43e8-9380-18760e4e7648"
],
"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-11-23T06:36:37.990Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVlulys..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2602d791-efa7-41b2-8fbb-932778783212
VfModuleModelInvariantUUID:95a772e4-1925-4a68-a83e-819ac92ebaea
VfModuleModelDescription:NULL
Artifacts UUID List:{
a50fc8cb-1d46-4621-b91a-a1b503e32ea6
,
f1738baf-e70e-43e8-9380-18760e4e7648
}
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-11-23T06:36:37.990Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a50fc8cb-1d46-4621-b91a-a1b503e32ea6 from URL: /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml
2022-11-23T06:36:37.990Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-23T06:36:37.990Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml
2022-11-23T06:36:38.031Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-23T06:36:38.032Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml a50fc8cb-1d46-4621-b91a-a1b503e32ea6 5033
2022-11-23T06:36:38.032Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-23T06:36:38.032Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml
2022-11-23T06:36:38.032Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T06:36:38.033Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:38.035Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:38.035Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185398032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:36:38.135Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T06:36:38.136Z||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-11-23T06:36:38.137Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:38.146Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:38.146Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:36:39.037Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f1738baf-e70e-43e8-9380-18760e4e7648 from URL: /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env
2022-11-23T06:36:39.037Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-23T06:36:39.038Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env
2022-11-23T06:36:39.086Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-23T06:36:39.087Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env f1738baf-e70e-43e8-9380-18760e4e7648 909
2022-11-23T06:36:39.088Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-23T06:36:39.088Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env
2022-11-23T06:36:39.088Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T06:36:39.088Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:39.090Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:39.090Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185399087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:36:39.191Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:36:39.193Z||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-11-23T06:36:39.193Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:39.206Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:39.207Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:36:40.091Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 660b3108-9b44-410c-9773-347940184198
2022-11-23T06:36:40.092Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VlulYs 0 8b5b0bc9-c6e3-4859-aa72-de17d7f4ce66 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-11-23T06:36:40.106Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3644cfcf, org.onap.sdc.toscaparser.api.parameters.Input@205f22fb, org.onap.sdc.toscaparser.api.parameters.Input@28e8dfd8, org.onap.sdc.toscaparser.api.parameters.Input@474de4ad, org.onap.sdc.toscaparser.api.parameters.Input@57e7713c]
2022-11-23T06:36:40.107Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:40.107Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:40.108Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-11-23T06:36:40.108Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d36c29d9-d433-44c2-931c-df048f916017
2022-11-23T06:36:40.108Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d36c29d9-d433-44c2-931c-df048f916017 matches Tosca VF Customization UUID: d36c29d9-d433-44c2-931c-df048f916017
2022-11-23T06:36:40.108Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d36c29d9-d433-44c2-931c-df048f916017 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-11-23T06:36:40.110Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:40.111Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:40.111Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d36c29d9-d433-44c2-931c-df048f916017: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-23T06:36:40.111Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48ce29e8
2022-11-23T06:36:40.112Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:40.112Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T06:36:40.112Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9f6b9e1e-a1df-445b-b133-17b9cf09308f
2022-11-23T06:36:40.113Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9f6b9e1e-a1df-445b-b133-17b9cf09308f
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-11-23T06:36:40.115Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:40.115Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria
2022-11-23T06:36:40.116Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T06:36:40.116Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:40.116Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria
2022-11-23T06:36:40.117Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T06:36:40.117Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:40.117Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is not matching search criteria
2022-11-23T06:36:40.117Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-23T06:36:40.118Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-23T06:36:40.118Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a64162ac-bdca-46ec-a59d-edcbcf0a5041
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-11-23T06:36:40.132Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:40.132Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria
2022-11-23T06:36:40.132Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T06:36:40.133Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:40.133Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria
2022-11-23T06:36:40.134Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0] matching following query criteria: sdcType=VF, customizationUUID=d36c29d9-d433-44c2-931c-df048f916017
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-11-23T06:36:40.137Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:40.137Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:40.137Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 660b3108-9b44-410c-9773-347940184198: basic_onboard_VlulYs
2022-11-23T06:36:40.138Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:40.138Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:40.139Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:40.139Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:40.140Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:40.140Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:40.140Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:40.141Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:40.141Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:36:40.141Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:36:40.142Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_VlulYs
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-11-23T06:36:40.234Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VlulYs 8b5b0bc9-c6e3-4859-aa72-de17d7f4ce66 1 ASDC deployResourceStructure
2022-11-23T06:36:40.235Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json ASDC sendASDCNotification
2022-11-23T06:36:40.235Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json
2022-11-23T06:36:40.235Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T06:36:40.235Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:40.237Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:40.238Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185400235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T06:36:40.338Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:36:40.339Z||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-11-23T06:36:40.339Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:40.351Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:40.351Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:36:41.239Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-23T06:36:41.239Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml
2022-11-23T06:36:41.239Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T06:36:41.240Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:41.242Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:41.242Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185401239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-23T06:36:41.343Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:36:41.344Z||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-11-23T06:36:41.345Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:41.378Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:41.378Z||pool-31-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:36:42.244Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-23T06:36:42.244Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env
2022-11-23T06:36:42.244Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T06:36:42.244Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:42.246Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:42.246Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185402243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-23T06:36:42.347Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:36:42.348Z||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-11-23T06:36:42.348Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:42.359Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:42.360Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:36:43.247Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar ASDC sendASDCNotification
2022-11-23T06:36:43.248Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar
2022-11-23T06:36:43.248Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T06:36:43.248Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:36:43.250Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:36:43.250Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185403247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T06:36:43.350Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:36:43.352Z||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-11-23T06:36:43.352Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:36:43.365Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:36:43.366Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:36:44.251Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba
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-11-23T06:36:44.263Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba
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-11-23T06:36:44.265Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T06:36:44.265Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T06:36:44.265Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T06:37:14.266Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba
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-11-23T06:37:14.279Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba
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-11-23T06:37:14.282Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T06:37:14.282Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T06:37:14.282Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T06:37:17.686Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:37:17.689Z||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-11-23T06:37:17.690Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:37:17.734Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:37:17.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185317680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json",
"status": "NOTIFIED"
}
2022-11-23T06:37:17.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185317680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-23T06:37:17.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185317680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185317680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-23T06:37:17.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "cds",
"timestamp": 1669185315284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "aai-ml",
"timestamp": 1669185316288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185320022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185317680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185320022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json",
"status": "NOTIFIED"
}
2022-11-23T06:37:17.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "aai-ml",
"timestamp": 1669185316288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "cds",
"timestamp": 1669185315284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185317680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:37:17.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "aai-ml",
"timestamp": 1669185316288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "cds",
"timestamp": 1669185315284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185320022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-23T06:37:17.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "ves-openapi-manager",
"timestamp": 1669185325284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185325801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:37:17.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "aai-ml",
"timestamp": 1669185316288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185320022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "cds",
"timestamp": 1669185315284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "ves-openapi-manager",
"timestamp": 1669185325284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "aai-ml",
"timestamp": 1669185316288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185320022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-23T06:37:17.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "cds",
"timestamp": 1669185315284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "ves-openapi-manager",
"timestamp": 1669185325284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "aai-ml",
"timestamp": 1669185316288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185320022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "cds",
"timestamp": 1669185315284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "ves-openapi-manager",
"timestamp": 1669185325284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "aai-ml",
"timestamp": 1669185316288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:37:17.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185320022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:37:17.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "cds",
"timestamp": 1669185315284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:37:17.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "ves-openapi-manager",
"timestamp": 1669185325284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185331567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:37:17.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "aai-ml",
"timestamp": 1669185330579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:37:17.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "cds",
"timestamp": 1669185330583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:37:17.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "ves-openapi-manager",
"timestamp": 1669185325284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "cds",
"timestamp": 1669185331590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-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-11-23T06:37:17.759Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aed5cb79-c375-4d8e-996a-fbd3cfc86eba
2022-11-23T06:37:17.759Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed5cb79-c375-4d8e-996a-fbd3cfc86eba 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-11-23T06:37:17.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185332637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:37:17.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185331211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:37:17.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "ves-openapi-manager",
"timestamp": 1669185325284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185333687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:37:17.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185332299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:37:17.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185334712,
"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-11-23T06:37:17.784Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aed5cb79-c375-4d8e-996a-fbd3cfc86eba
2022-11-23T06:37:17.784Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed5cb79-c375-4d8e-996a-fbd3cfc86eba 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-11-23T06:37:17.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185333535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185333354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:37:17.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669185335717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T06:37:17.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185333535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185334788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T06:37:17.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185333535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185335792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-23T06:37:17.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185333535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185336797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-23T06:37:17.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185333535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "aai-ml",
"timestamp": 1669185338142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T06:37:17.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185337802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T06:37:17.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185333535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:37:17.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "aai-ml",
"timestamp": 1669185339146,
"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-11-23T06:37:17.802Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aed5cb79-c375-4d8e-996a-fbd3cfc86eba
2022-11-23T06:37:17.802Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed5cb79-c375-4d8e-996a-fbd3cfc86eba 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-11-23T06:37:17.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185333535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:37:17.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:37:17.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185341373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:37:17.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185343583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T06:37:17.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:37:17.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:37:17.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669185344588,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-23T06:37:17.816Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aed5cb79-c375-4d8e-996a-fbd3cfc86eba
2022-11-23T06:37:17.816Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed5cb79-c375-4d8e-996a-fbd3cfc86eba and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-23T06:37:44.283Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba
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-11-23T06:37:44.304Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba
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-11-23T06:37:44.309Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T06:37:44.310Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T06:37:44.310Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T06:37:44.310Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T06:37:44.311Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T06:37:44.311Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T06:37:44.312Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T06:37:44.312Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T06:37:44.312Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T06:37:44.313Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-23T06:37:44.320Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T06:38:14.320Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba 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-11-23T06:38:14.327Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba and serviceModelVersionId: 660b3108-9b44-410c-9773-347940184198
2022-11-23T06:38:14.327Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be1eac14-bb5b-4a61-85f5-c57e7c83111c
2022-11-23T06:38:14.330Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be1eac14-bb5b-4a61-85f5-c57e7c83111c/model-vers/model-ver/660b3108-9b44-410c-9773-347940184198?depth=0
2022-11-23T06:38:14.343Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T06:38:14.444Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1eac14-bb5b-4a61-85f5-c57e7c83111c/model-vers/model-ver/660b3108-9b44-410c-9773-347940184198?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-11-23T06:38:14.445Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1eac14-bb5b-4a61-85f5-c57e7c83111c/model-vers/model-ver/660b3108-9b44-410c-9773-347940184198?depth=0|INFO|500||Invoke
2022-11-23T06:38:14.480Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1eac14-bb5b-4a61-85f5-c57e7c83111c/model-vers/model-ver/660b3108-9b44-410c-9773-347940184198?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-23T06:38:14.612Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1eac14-bb5b-4a61-85f5-c57e7c83111c/model-vers/model-ver/660b3108-9b44-410c-9773-347940184198?depth=0|INFO|500||InvokeReturn
2022-11-23T06:38:14.613Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1eac14-bb5b-4a61-85f5-c57e7c83111c/model-vers/model-ver/660b3108-9b44-410c-9773-347940184198?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221123-06:38:15:051-18596], vertex-id=[123112], Content-Length=[0], Date=[Wed, 23 Nov 2022 06:38:15 GMT], Content-Type=[application/json]}
2022-11-23T06:38:14.613Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-23T06:38:14.614Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-23T06:38:14.614Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||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-11-23T06:38:14.620Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||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-11-23T06:38:14.621Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aed5cb79-c375-4d8e-996a-fbd3cfc86eba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-23T06:38:14.621Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-23T06:38:14.622Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:38:14.624Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:38:14.624Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185494621,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T06:38:14.724Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:38:14.727Z||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-11-23T06:38:14.727Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:38:14.740Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:38:14.741Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-11-23T06:38:15.637Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:38:15.638Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:38:15.638Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:38:17.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:38:17.686Z||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-11-23T06:38:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:38:17.712Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:38:17.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185385633,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T06:38:17.716Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:38:17.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185386656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:38:17.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:38:17.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185386656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json",
"status": "NOTIFIED"
}
2022-11-23T06:38:17.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:38:17.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185386656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-23T06:38:17.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:38:17.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185386656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:38:17.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:38:17.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185386656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-23T06:38:17.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:38:17.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185386656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:38:17.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:38:17.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185386656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:38:17.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-23T06:38:17.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185394439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:38:17.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:38:17.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185396976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:38:17.723Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:38:17.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185398032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:38:17.724Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:38:17.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185399087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:38:17.725Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:38:17.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185400235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T06:38:17.725Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:38:17.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185401239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-23T06:38:17.726Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:38:17.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185402243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-23T06:38:17.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:38:17.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:38:17.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185403247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T06:38:17.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:38:25.185Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:38:25.186Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:38:25.187Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:38:25.188Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:38:34.734Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:39:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:39:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:39:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:39:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:39:17.685Z||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-11-23T06:39:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:39:18.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:39:18.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-23T06:39:18.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669185494621,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T06:39:18.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:39:27.239Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:40:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:40:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:40:17.682Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:40:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:40:17.686Z||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-11-23T06:40:17.686Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:40:27.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:40:27.242Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:41:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:41:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:41:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:41:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:41:17.685Z||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-11-23T06:41:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:41:27.249Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:41:27.249Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:42:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:42:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:42:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:42:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:42:17.685Z||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-11-23T06:42:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:42:27.251Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:42:27.252Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:43:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:43:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:43:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:43:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:43:17.685Z||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-11-23T06:43:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:43:27.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:43:27.257Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:44:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:44:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:44:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:44:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:44:17.685Z||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-11-23T06:44:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:44:27.243Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:44:27.246Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:45:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:45:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:45:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:45:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:45:17.685Z||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-11-23T06:45:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:45:27.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:45:27.247Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:46:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:46:17.682Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:46:17.682Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:46:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:46:17.685Z||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-11-23T06:46:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:46:27.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:46:27.255Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:47:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:47:17.682Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:47:17.682Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:47:17.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:47:17.685Z||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-11-23T06:47:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:47:27.254Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:47:27.254Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:48:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:48:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:48:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:48:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:48:17.685Z||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-11-23T06:48:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:48:27.235Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:48:27.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:49:17.679Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:49:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:49:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:49:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:49:17.685Z||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-11-23T06:49:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:49:27.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:49:27.229Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:50:17.679Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:50:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:50:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:50:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:50:17.685Z||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-11-23T06:50:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:50:27.228Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:50:27.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:51:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:51:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T06:51:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:51:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T06:51:17.685Z||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-11-23T06:51:17.685Z||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 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:51:18.313Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:51:18.315Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.315Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9502df20-248c-432e-a7d8-55e189d83b20","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"73859b5d-5daf-41e7-86ff-16b4a095da0d","serviceDescription":"service","serviceInvariantUUID":"b540e501-4183-4296-a64b-d5a72df11cab","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d30080b4-6e59-4dfc-9f00-b929471e1101","resourceInvariantUUID":"ebda97d4-996a-488e-90ad-4e7fa2b5b1c4","resourceCustomizationUUID":"14a0866b-4769-4612-9f4d-ae0d294bc278","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"YjlhNzBiYmM1YzYwNDljYmJiOWNkMjIxMTU1MGJhZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f04f6a9d-22ac-44f8-96da-fcb741001b69","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjRkZGE0ZDJkY2Y3ZjhmYmVkMzYyM2M0ZDNkNWViZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51ffa9cd-a106-4406-9fca-bd5add618b08","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T06:51:18.322Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:51:18.322Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:51:18.327Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:51:18.327Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669186277680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.352Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:51:18.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669186240022,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186233535,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669186240022,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:51:18.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186233535,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:51:18.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186244762,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:51:18.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:51:18.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186246257,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T06:51:18.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:51:18.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "ves-openapi-manager",
"timestamp": 1669186245282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "cds",
"timestamp": 1669186245284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186247263,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-11-23T06:51:18.383Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9502df20-248c-432e-a7d8-55e189d83b20
2022-11-23T06:51:18.384Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9502df20-248c-432e-a7d8-55e189d83b20 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-23T06:51:18.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "cds",
"timestamp": 1669186245284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:51:18.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "aai-ml",
"timestamp": 1669186246288,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "ves-openapi-manager",
"timestamp": 1669186245282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "aai-ml",
"timestamp": 1669186246288,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:51:18.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "cds",
"timestamp": 1669186248020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:51:18.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:51:18.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "aai-ml",
"timestamp": 1669186249026,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:51:18.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:51:18.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "cds",
"timestamp": 1669186249027,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-23T06:51:18.403Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9502df20-248c-432e-a7d8-55e189d83b20
2022-11-23T06:51:18.403Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9502df20-248c-432e-a7d8-55e189d83b20 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-11-23T06:51:18.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "aai-ml",
"timestamp": 1669186253589,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T06:51:18.416Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:51:18.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "aai-ml",
"timestamp": 1669186254593,
"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-11-23T06:51:18.422Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9502df20-248c-432e-a7d8-55e189d83b20
2022-11-23T06:51:18.422Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9502df20-248c-432e-a7d8-55e189d83b20 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-11-23T06:51:18.427Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:51:18.428Z||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-11-23T06:51:18.428Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:51:18.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669186260022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669186260022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-23T06:51:18.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "cds",
"timestamp": 1669186260284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669186260022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-23T06:51:18.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "cds",
"timestamp": 1669186260284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669186260022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "cds",
"timestamp": 1669186260284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669186260022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-23T06:51:18.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186263536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "cds",
"timestamp": 1669186260284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669186260022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186263536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "cds",
"timestamp": 1669186260284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669186260022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:51:18.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186263536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669186265282,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "cds",
"timestamp": 1669186260284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669186267812,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:51:18.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:51:18.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186263536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669186265282,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "cds",
"timestamp": 1669186260284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:51:18.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186263536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669186268897,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:51:18.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:51:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669186265282,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "cds",
"timestamp": 1669186268000,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:51:18.444Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:51:18.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:51:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186263536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669186269946,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:51:18.445Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-23T06:51:18.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:51:18.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669186265282,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "cds",
"timestamp": 1669186269005,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-11-23T06:51:18.460Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 38d3667b-0456-4d5c-8b49-b4c32cf2e45e
2022-11-23T06:51:18.460Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38d3667b-0456-4d5c-8b49-b4c32cf2e45e 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-11-23T06:51:18.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186263536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:51:18.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669186270969,
"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-11-23T06:51:18.475Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38d3667b-0456-4d5c-8b49-b4c32cf2e45e
2022-11-23T06:51:18.475Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38d3667b-0456-4d5c-8b49-b4c32cf2e45e 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-11-23T06:51:18.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669186265282,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186271282,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:51:18.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:51:18.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669186271973,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T06:51:18.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:51:18.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669186265282,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669186265282,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186273695,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T06:51:18.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T06:51:18.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669186274699,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-23T06:51:18.492Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 38d3667b-0456-4d5c-8b49-b4c32cf2e45e
2022-11-23T06:51:18.492Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38d3667b-0456-4d5c-8b49-b4c32cf2e45e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-23T06:51:18.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "aai-ml",
"timestamp": 1669186276288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:18.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-23T06:51:18.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "aai-ml",
"timestamp": 1669186276288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:18.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-23T06:51:19.327Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:51:19.328Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:51:19.330Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:51:19.331Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669186277680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:51:19.431Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:51:19.432Z||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-11-23T06:51:19.432Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:51:19.447Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:51:19.448Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:51:20.332Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "73859b5d-5daf-41e7-86ff-16b4a095da0d",
"serviceDescription": "service",
"serviceInvariantUUID": "b540e501-4183-4296-a64b-d5a72df11cab",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "14a0866b-4769-4612-9f4d-ae0d294bc278",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d30080b4-6e59-4dfc-9f00-b929471e1101",
"resourceInvariantUUID": "ebda97d4-996a-488e-90ad-4e7fa2b5b1c4",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MjRkZGE0ZDJkY2Y3ZjhmYmVkMzYyM2M0ZDNkNWViZTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "51ffa9cd-a106-4406-9fca-bd5add618b08"
}
],
"workloadContext": "Production"
}
2022-11-23T06:51:20.332Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T06:51:20.332Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73859b5d-5daf-41e7-86ff-16b4a095da0d ASDC
2022-11-23T06:51:20.333Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9502df20-248c-432e-a7d8-55e189d83b20
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:73859b5d-5daf-41e7-86ff-16b4a095da0d
ServiceInvariantUUID:b540e501-4183-4296-a64b-d5a72df11cab
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:51ffa9cd-a106-4406-9fca-bd5add618b08
ArtifactChecksum:MjRkZGE0ZDJkY2Y3ZjhmYmVkMzYyM2M0ZDNkNWViZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:14a0866b-4769-4612-9f4d-ae0d294bc278
ResourceInvariantUUID:ebda97d4-996a-488e-90ad-4e7fa2b5b1c4
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d30080b4-6e59-4dfc-9f00-b929471e1101
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-23T06:51:20.333Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73859b5d-5daf-41e7-86ff-16b4a095da0d 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-11-23T06:51:20.382Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T06:51:20.383Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-23T06:51:20.383Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-23T06:51:20.383Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 51ffa9cd-a106-4406-9fca-bd5add618b08 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-23T06:51:20.384Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-23T06:51:20.384Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-23T06:51:20.478Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-23T06:51:20.481Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 51ffa9cd-a106-4406-9fca-bd5add618b08 57663
2022-11-23T06:51:20.484Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-23T06:51:20.485Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-23T06:51:20.485Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T06:51:20.485Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:51:20.487Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:51:20.487Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669186280484,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:51:20.588Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:51:20.589Z||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-11-23T06:51:20.589Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:51:20.603Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:51:20.603Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:51:21.488Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T06:51:21.489Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-23T06:51:21.490Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 51ffa9cd-a106-4406-9fca-bd5add618b08, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T06:51:21.490Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-23T06:51:21.491Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T06:51:21.492Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T06:51:21.893Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2673700803142153336/Definitions/service-BasicNetwork-template.yml
2022-11-23T06:51:22.494Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T06:51:22.496Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T06:51:22.496Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T06:51:22.496Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T06:51:22.496Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-23T06:51:22.496Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:51:22.496Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:51:22.497Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-23T06:51:22.497Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-23T06:51:22.497Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T06:51:22.497Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:51:22.497Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:51:22.497Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-23T06:51:22.498Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-23T06:51:22.498Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T06:51:22.498Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:51:22.498Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:51:22.498Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:51:22.498Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:51:22.499Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:51:22.499Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:51:22.499Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:51:22.499Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:51:22.500Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:51:22.500Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:51:22.500Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:73859b5d-5daf-41e7-86ff-16b4a095da0d
Model Version:NULL
Model InvariantUuid:b540e501-4183-4296-a64b-d5a72df11cab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ebda97d4-996a-488e-90ad-4e7fa2b5b1c4
Model UUID:301c2423-20fe-4769-b4a8-7f615fe7d87f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:14a0866b-4769-4612-9f4d-ae0d294bc278
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-23T06:51:22.508Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: d30080b4-6e59-4dfc-9f00-b929471e1101
2022-11-23T06:51:22.509Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||No resources found for Service: 73859b5d-5daf-41e7-86ff-16b4a095da0d
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-11-23T06:51:22.516Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||
2022-11-23T06:51:22.516Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-23T06:51:22.517Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 73859b5d-5daf-41e7-86ff-16b4a095da0d
2022-11-23T06:51:22.517Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 73859b5d-5daf-41e7-86ff-16b4a095da0d
2022-11-23T06:51:22.517Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-23T06:51:22.518Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-23T06:51:22.527Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c31dce3, org.onap.sdc.toscaparser.api.parameters.Input@3e4a9e20, org.onap.sdc.toscaparser.api.parameters.Input@2a3b25c7, org.onap.sdc.toscaparser.api.parameters.Input@215efe89, org.onap.sdc.toscaparser.api.parameters.Input@735ae885]
2022-11-23T06:51:22.529Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:51:22.530Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:51:22.530Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:51:22.530Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:51:22.530Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 73859b5d-5daf-41e7-86ff-16b4a095da0d: Generic NeutronNet
2022-11-23T06:51:22.531Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:51:22.531Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:51:22.531Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:51:22.531Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-23T06:51:22.570Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:51:22.571Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:51:22.571Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:51:22.571Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:51:22.571Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:51:22.571Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:51:22.572Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-23T06:51:22.635Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-23T06:51:22.636Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-23T06:51:22.636Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-23T06:51:22.636Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T06:51:22.636Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:51:22.641Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:51:22.641Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669186282636,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T06:51:22.742Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-23T06:51:22.744Z||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-11-23T06:51:22.744Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:51:22.768Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:51:22.769Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:51:23.643Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9502df20-248c-432e-a7d8-55e189d83b20
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-11-23T06:51:23.665Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9502df20-248c-432e-a7d8-55e189d83b20
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-11-23T06:51:23.668Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T06:51:23.668Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T06:51:23.668Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T06:51:23.668Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T06:51:23.668Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T06:51:23.669Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T06:51:23.669Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T06:51:23.669Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T06:51:23.669Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-23T06:51:23.675Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T06:51:53.678Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9502df20-248c-432e-a7d8-55e189d83b20 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-11-23T06:51:53.685Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9502df20-248c-432e-a7d8-55e189d83b20 and serviceModelVersionId: 73859b5d-5daf-41e7-86ff-16b4a095da0d
2022-11-23T06:51:53.686Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b540e501-4183-4296-a64b-d5a72df11cab
2022-11-23T06:51:53.687Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0
2022-11-23T06:51:53.691Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T06:51:53.742Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0|INFO|500||Invoke
2022-11-23T06:51:53.743Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9502df20-248c-432e-a7d8-55e189d83b20], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a6df415c-a1d9-4204-82fb-ece26fe2b525], X-ECOMP-RequestID=[9502df20-248c-432e-a7d8-55e189d83b20], X-TransactionId=[], X-ONAP-RequestID=[9502df20-248c-432e-a7d8-55e189d83b20], Content-Type=[application/merge-patch+json]}
2022-11-23T06:51:53.774Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-23T06:51:53.877Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?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/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221123-06:51:54:358-10039], vertex-id=[221320], Content-Length=[0], Date=[Wed, 23 Nov 2022 06:51:54 GMT], Content-Type=[application/json]}
2022-11-23T06:51:53.878Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-23T06:51:53.879Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0|INFO|500||InvokeReturn
2022-11-23T06:51:53.880Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-23T06:51:53.880Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||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-11-23T06:51:53.885Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||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-11-23T06:51:53.886Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9502df20-248c-432e-a7d8-55e189d83b20 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-23T06:51:53.886Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-23T06:51:53.887Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:51:53.890Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:51:53.890Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9502df20-248c-432e-a7d8-55e189d83b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669186313886,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T06:51:53.990Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T06:51:53.991Z||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-11-23T06:51:53.991Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:51:54.007Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:51:54.008Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 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-11-23T06:51:54.911Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-23T06:51:54.911Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"38d3667b-0456-4d5c-8b49-b4c32cf2e45e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b2e6c0dc-118a-49cf-a733-12f32029cdbc","serviceDescription":"service","serviceInvariantUUID":"978aa3ee-3c94-416b-a778-8557d859e5f6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69ff361a-9eb9-4495-83a6-444d56b190c5","resourceInvariantUUID":"483800af-6092-42c7-8c05-76f9c5702a5f","resourceCustomizationUUID":"19aa289b-1a25-4da9-92d0-cb4aca5bddf6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MmUxY2ZlMGJhNGNkMzczMDQ5ZThmNDg0OTZiYzlkZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32fcd988-cf0b-4842-8457-b6628e361917","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MjE4Yjk3MmIwMmE4MWJjOWU2YjQ5MzdkMjhkNWFiOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff26abd8-3728-4f38-81e1-2ccd17b64c62","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"30739eb7-8908-48f6-9aca-e8c67a47d51b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c6f318dd-6e9e-4272-9c4b-a45e266bf206","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"96408df5-90fd-4595-a4ff-23599c7fb5c8","artifactVersion":"2","generatedFromUUID":"30739eb7-8908-48f6-9aca-e8c67a47d51b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTYxZjEyZGRiNGU2NWYwMDhkYWRmY2EzODdkMWRmMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1865de2-e9ec-49fc-b7e7-b0a862c1797d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGVlNzFjN2RiMTJkYzlhMGQ3ZDk5ODQwNDk4Y2E4YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd08c181-8f64-4356-a169-f4e9da5c0dbd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T06:51:54.912Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:51:54.912Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:51:54.915Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:51:54.915Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669186277680,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:55.015Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:51:55.017Z||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-11-23T06:51:55.017Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:51:55.028Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:51:55.028Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:51:55.916Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:51:55.917Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:51:55.919Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:51:55.919Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669186277680,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-23T06:51:56.019Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:51:56.020Z||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-11-23T06:51:56.020Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:51:56.034Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:51:56.034Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:51:56.923Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:51:56.925Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:51:56.931Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:51:56.932Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669186277680,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-23T06:51:57.035Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-23T06:51:57.036Z||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-11-23T06:51:57.036Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:51:57.055Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:51:57.056Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:51:57.941Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:51:57.942Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:51:57.945Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:51:57.945Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669186277680,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:51:58.045Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:51:58.046Z||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-11-23T06:51:58.046Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:51:58.061Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:51:58.062Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:51:58.951Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:51:58.952Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:51:58.955Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:51:58.955Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669186277680,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-23T06:51:59.055Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T06:51:59.056Z||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-11-23T06:51:59.056Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:51:59.069Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:51:59.069Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:51:59.961Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:51:59.962Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:51:59.965Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:51:59.965Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669186277680,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T06:52:00.064Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T06:52:00.066Z||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-11-23T06:52:00.066Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:52:00.077Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:52:00.078Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T06:52:00.966Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T06:52:00.971Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:52:00.972Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:52:00.973Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669186277680,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T06:52:01.073Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T06:52:01.074Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-23T06:52:01.074Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:52:01.087Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:52:01.087Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-23T06:52:01.974Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "b2e6c0dc-118a-49cf-a733-12f32029cdbc",
"serviceDescription": "service",
"serviceInvariantUUID": "978aa3ee-3c94-416b-a778-8557d859e5f6",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "19aa289b-1a25-4da9-92d0-cb4aca5bddf6",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "69ff361a-9eb9-4495-83a6-444d56b190c5",
"resourceInvariantUUID": "483800af-6092-42c7-8c05-76f9c5702a5f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "MjE4Yjk3MmIwMmE4MWJjOWU2YjQ5MzdkMjhkNWFiOGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ff26abd8-3728-4f38-81e1-2ccd17b64c62",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "30739eb7-8908-48f6-9aca-e8c67a47d51b",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "96408df5-90fd-4595-a4ff-23599c7fb5c8",
"generatedFromUUID": "30739eb7-8908-48f6-9aca-e8c67a47d51b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "96408df5-90fd-4595-a4ff-23599c7fb5c8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZGVlNzFjN2RiMTJkYzlhMGQ3ZDk5ODQwNDk4Y2E4YzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dd08c181-8f64-4356-a169-f4e9da5c0dbd"
}
],
"workloadContext": "Production"
}
2022-11-23T06:52:01.976Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T06:52:01.976Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b2e6c0dc-118a-49cf-a733-12f32029cdbc ASDC
2022-11-23T06:52:01.977Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:38d3667b-0456-4d5c-8b49-b4c32cf2e45e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b2e6c0dc-118a-49cf-a733-12f32029cdbc
ServiceInvariantUUID:978aa3ee-3c94-416b-a778-8557d859e5f6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:dd08c181-8f64-4356-a169-f4e9da5c0dbd
ArtifactChecksum:ZGVlNzFjN2RiMTJkYzlhMGQ3ZDk5ODQwNDk4Y2E4YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:19aa289b-1a25-4da9-92d0-cb4aca5bddf6
ResourceInvariantUUID:483800af-6092-42c7-8c05-76f9c5702a5f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:69ff361a-9eb9-4495-83a6-444d56b190c5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:ff26abd8-3728-4f38-81e1-2ccd17b64c62
ArtifactChecksum:MjE4Yjk3MmIwMmE4MWJjOWU2YjQ5MzdkMjhkNWFiOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:30739eb7-8908-48f6-9aca-e8c67a47d51b
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:96408df5-90fd-4595-a4ff-23599c7fb5c8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:96408df5-90fd-4595-a4ff-23599c7fb5c8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-23T06:52:01.978Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2e6c0dc-118a-49cf-a733-12f32029cdbc 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-11-23T06:52:02.021Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T06:52:02.021Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-23T06:52:02.022Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-23T06:52:02.022Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dd08c181-8f64-4356-a169-f4e9da5c0dbd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-23T06:52:02.022Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-23T06:52:02.023Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-23T06:52:02.082Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-23T06:52:02.089Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar dd08c181-8f64-4356-a169-f4e9da5c0dbd 74811
2022-11-23T06:52:02.089Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-23T06:52:02.089Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-23T06:52:02.090Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T06:52:02.090Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-23T06:52:02.092Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T06:52:02.092Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669186322089,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T06:52:02.192Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T06:52:02.193Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-23T06:52:02.193Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ...
2022-11-23T06:52:02.206Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T06:52:02.206Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-23T06:52:03.093Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T06:52:03.094Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-23T06:52:03.094Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dd08c181-8f64-4356-a169-f4e9da5c0dbd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-23T06:52:03.095Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-23T06:52:03.095Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-23T06:52:03.095Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-23T06:52:03.229Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8201551654745181018/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-23T06:52:04.453Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T06:52:04.454Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-23T06:52:04.454Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-23T06:52:04.454Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-23T06:52:04.455Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-23T06:52:04.455Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||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-BasicVm-csar.csar
2022-11-23T06:52:04.455Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-23T06:52:04.455Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-23T06:52:04.455Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||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-BasicVm-csar.csar
2022-11-23T06:52:04.455Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||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-BasicVm-csar.csar
2022-11-23T06:52:04.455Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||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-BasicVm-csar.csar
2022-11-23T06:52:04.456Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-23T06:52:04.456Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:52:04.456Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:52:04.456Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-23T06:52:04.457Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-23T06:52:04.457Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T06:52:04.457Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T06:52:04.457Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T06:52:04.458Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-23T06:52:04.458Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-23T06:52:04.458Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T06:52:04.458Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive