By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-20T05:29:50.906Z||main|||||INFO|500||The following profiles are active: basic
2022-06-20T05:30:02.593Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-20T05:30:02.594Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-20T05:30:02.738Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-20T05:30:06.719Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-20T05:30:07.133Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-20T05:30:07.605Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-20T05:30:07.609Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-20T05:30:07.704Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-20T05:30:07.925Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-20T05:30:08.572Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-20T05:30:10.413Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-20T05:30:12.935Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-20T05:30:13.001Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-20T05:30:13.720Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-20T05:30:13.990Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-20T05:30:15.182Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-20T05:30:16.310Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-20T05:30:16.329Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$2538ded1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-20T05:30:16.330Z||main|||||WARN|500||The sdc end point is not alive
2022-06-20T05:30:19.278Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-20T05:30:22.154Z||main|||||WARN|500||---
2022-06-20T05:30:22.154Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-20T05:30:22.154Z||main|||||WARN|500||---
2022-06-20T05:30:22.703Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-20T05:30:27.571Z||main|||||INFO|500||Started Application in 40.007 seconds (JVM running for 42.13)
2022-06-20T05:30:27.590Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T05:30:27.595Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T05:30:27.609Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T05:30:27.637Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T05:30:27.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 743de4b5-4b51-4338-904b-4df8677ad155 url= /sdc/v1/artifactTypes
2022-06-20T05:30:27.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T05:30:28.780Z||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.38.249] 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$$69efed7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-20T05:30:28.784Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55a6bab2
2022-06-20T05:30:28.785Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T05:30:28.831Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T05:30:28.833Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T05:30:28.836Z||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$$69efed7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-20T05:31:17.564Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T05:31:17.572Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T05:31:17.573Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T05:31:17.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T05:31:17.581Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b3add27-bfb6-4231-b997-8f3c7c349900 url= /sdc/v1/artifactTypes
2022-06-20T05:31:17.582Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T05:31:18.607Z||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.38.249] 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$$69efed7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-20T05:31:18.608Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c65a21d
2022-06-20T05:31:18.608Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T05:31:18.609Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T05:31:18.609Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T05:31:18.610Z||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$$69efed7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-20T05:32:07.565Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T05:32:07.566Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T05:32:07.566Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T05:32:07.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T05:32:07.575Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 98d13492-49e0-4d9d-b0c6-fbf63b4613d0 url= /sdc/v1/artifactTypes
2022-06-20T05:32:07.576Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T05:32:08.587Z||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.38.249] 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$$69efed7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-20T05:32:08.589Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70ad15b0
2022-06-20T05:32:08.589Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T05:32:08.590Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T05:32:08.590Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T05:32:08.591Z||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$$69efed7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-20T05:32:57.564Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T05:32:57.565Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T05:32:57.565Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T05:32:57.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T05:32:57.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 604ce27b-3fc9-4ca3-ad22-d8f59af2edb9 url= /sdc/v1/artifactTypes
2022-06-20T05:32:57.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T05:32:58.603Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.38.249] 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$$69efed7.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-06-20T05:32:58.604Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c3e424d
2022-06-20T05:32:58.604Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T05:32:58.604Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T05:32:58.604Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T05:32:58.605Z||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$$69efed7.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-06-20T05:33:47.568Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T05:33:47.570Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T05:33:47.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T05:33:47.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T05:33:47.585Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ffabdb4-ed70-4d32-9771-d463bf3e66be url= /sdc/v1/artifactTypes
2022-06-20T05:33:47.586Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T05:33:48.620Z||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.38.249] 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$$69efed7.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-06-20T05:33:48.621Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f99b191
2022-06-20T05:33:48.621Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T05:33:48.621Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T05:33:48.622Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T05:33:48.623Z||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$$69efed7.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-06-20T05:34:37.565Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T05:34:37.566Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T05:34:37.566Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T05:34:37.570Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T05:34:37.576Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= abe38140-1ff1-40eb-bcf9-6bb1354f3910 url= /sdc/v1/artifactTypes
2022-06-20T05:34:37.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T05:34:38.610Z||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.38.249] 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$$69efed7.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-06-20T05:34:38.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1be09eab
2022-06-20T05:34:38.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T05:34:38.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T05:34:38.612Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T05:34:38.612Z||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$$69efed7.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-06-20T05:35:27.564Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T05:35:27.565Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T05:35:27.565Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T05:35:27.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T05:35:27.576Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6b46db47-015c-478b-8b52-7121bc0c1ec3 url= /sdc/v1/artifactTypes
2022-06-20T05:35:27.576Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T05:35:27.819Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-20T05:35:27.830Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-20T05:35:27.858Z||scheduling-1|||||DEBUG|500||create keys
2022-06-20T05:35:27.866Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-20T05:35:27.899Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:35:27.919Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= da0eed5c-7c82-4a91-b84f-e0248d68dedb url= /sdc/v1/registerForDistribution
2022-06-20T05:35:28.061Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= da0eed5c-7c82-4a91-b84f-e0248d68dedb url= /sdc/v1/registerForDistribution
2022-06-20T05:35:28.062Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-20T05:35:28.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:35:28.084Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:35:28.087Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-20T05:35:28.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:35:28.095Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:35:28.097Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:35:28.097Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:35:38.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:35:38.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:36:28.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:36:28.074Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:36:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:36:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:36:28.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:36:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:36:37.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:36:37.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:37:28.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:37:28.073Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:37:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:37:28.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:37:28.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:37:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:37:37.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:37:37.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:38:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:38:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:38:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:38:28.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:38:28.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:38:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:38:37.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:38:37.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:39:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:39:28.073Z||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-06-20T05:39:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:39:28.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:39:28.080Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:39:28.080Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:39:37.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:39:37.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:40:13.845Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-20T05:40:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:40:28.074Z||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-06-20T05:40:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:40:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:40:28.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:40:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:40:37.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:40:37.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:41:28.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:41:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:41:28.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:41:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:41:28.079Z||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-06-20T05:41:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:41:37.663Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:41:37.663Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:42:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:42:28.074Z||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-06-20T05:42:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:42:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:42:28.080Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:42:28.080Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:42:37.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:42:37.656Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:43:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:43:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:43:28.078Z||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-06-20T05:43:28.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:43:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:43:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:43:37.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:43:37.651Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:44:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:44:28.073Z||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-06-20T05:44:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:44:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:44:28.079Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:44:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:44:37.659Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:44:37.664Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:45:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:45:28.073Z||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-06-20T05:45:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:45:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:45:28.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:45:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:45:37.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:45:37.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:46:28.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:46:28.074Z||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-06-20T05:46:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:46:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:46:28.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:46:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:46:37.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:46:37.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:47:28.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:47:28.076Z||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-06-20T05:47:28.076Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:47:28.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:47:28.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:47:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:47:37.665Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:47:37.668Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:48:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:48:28.074Z||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-06-20T05:48:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:48:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:48:28.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:48:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:48:37.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:48:37.657Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:49:28.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:49:28.075Z||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-06-20T05:49:28.075Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:49:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:49:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:49:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:49:37.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:49:37.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:50:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:50:28.074Z||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-06-20T05:50:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:50:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:50:28.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:50:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:50:37.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:50:37.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:51:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:51:28.074Z||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-06-20T05:51:28.075Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:51:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:51:28.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:51:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:51:37.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:51:37.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:52:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:52:28.073Z||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-06-20T05:52:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:52:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:52:28.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:52:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:52:37.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:52:37.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:53:28.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:53:28.073Z||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-06-20T05:53:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:53:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:53:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:53:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:53:37.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:53:37.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:54:28.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:54:28.073Z||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-06-20T05:54:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:54:28.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:54:28.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:54:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:54:37.671Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:54:37.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:55:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:55:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:55:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:55:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:55:28.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:55:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:55:37.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:55:37.646Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:56:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:56:28.075Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:56:28.075Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:56:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:56:28.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:56:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:56:37.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:56:37.655Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:57:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:57:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:57:28.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:57:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:57:28.079Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:57:28.080Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:57:37.671Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:57:37.672Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:58:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:58:28.075Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:58:28.075Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:58:28.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:58:28.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:58:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:58:37.673Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:58:37.674Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:59:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:59:28.074Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:59:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:59:28.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T05:59:28.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T05:59:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T05:59:37.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T05:59:37.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:00:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:00:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:00:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:00:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:00:28.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:00:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:00:37.661Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:00:37.672Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:01:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:01:28.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:01:28.076Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:01:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:01:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:01:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:01:37.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:01:37.663Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:02:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:02:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:02:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:02:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:02:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:02:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:02:37.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:02:37.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:03:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:03:28.074Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:03:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:03:28.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:03:28.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:03:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:03:37.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:03:37.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:04:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:04:28.075Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:04:28.076Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:04:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:04:28.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:04:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:04:37.656Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:04:37.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:05:28.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:05:28.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:05:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:05:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:05:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:05:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:05:37.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:05:37.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:06:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:06:28.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:06:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:06:28.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:06:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:06:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:06:37.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:06:37.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:07:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:07:28.074Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:07:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:07:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:07:28.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:07:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:07:37.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:07:37.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:08:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:08:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:08:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:08:28.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:08:28.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:08:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:08:37.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:08:37.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:09:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:09:28.074Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:09:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:09:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:09:28.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:09:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:09:37.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:09:37.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:10:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:10:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:10:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:10:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:10:28.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:10:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:10:37.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:10:37.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:11:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:11:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:11:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:11:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:11:28.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:11:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:11:37.651Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:11:37.652Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:12:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:12:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:12:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:12:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:12:28.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:12:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:12:37.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:12:37.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:13:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:13:28.074Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:13:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:13:28.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:13:28.079Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:13:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:13:37.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:13:37.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:14:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:14:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:14:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:14:28.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:14:28.079Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:14:28.081Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:14:37.644Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:14:37.670Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:15:28.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:15:28.076Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:15:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:15:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:15:28.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:15:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:15:37.657Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:15:37.657Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:16:28.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:16:28.074Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:16:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:16:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:16:28.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:16:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:16:37.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:16:37.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:17:28.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:17:28.073Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:17:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:17:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:17:28.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:17:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:17:37.666Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:17:37.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:18:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:18:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:18:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:18:28.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:18:28.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:18:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:18:37.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:18:37.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:19:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:19:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:19:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:19:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:19:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:19:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:19:37.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:19:37.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:20:28.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:20:28.073Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:20:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:20:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:20:28.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:20:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:20:37.659Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:20:37.659Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:21:28.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:21:28.073Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:21:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:21:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:21:28.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:21:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:21:37.666Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:21:37.667Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:22:28.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:22:28.073Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:22:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:22:28.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:22:28.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:22:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:22:37.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:22:37.641Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:23:28.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:23:28.074Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:23:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:23:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:23:28.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:23:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:23:37.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:23:37.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:24:28.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:24:28.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:24:28.076Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:24:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:24:28.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:24:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:24:37.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:24:37.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:25:28.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:25:28.073Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:25:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:25:28.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:25:28.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:25:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:25:37.653Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:25:37.653Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:26:28.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:26:28.075Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:26:28.075Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:26:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:26:28.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:26:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:26:37.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:26:37.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:27:28.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:27:28.074Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:27:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:27:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:27:28.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:27:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:27:37.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:27:37.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:28:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:28:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:28:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:28:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:28:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:28:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:28:37.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:28:37.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:29:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:29:28.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:29:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:29:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:29:28.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:29:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:29:37.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:29:37.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:30:28.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:30:28.075Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:30:28.076Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:30:28.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:30:28.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:30:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:30:37.659Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:30:37.659Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:31:28.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:31:28.075Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:31:28.076Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:31:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:31:28.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:31:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:31:37.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:31:37.694Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:32:28.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:32:28.075Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:32:28.075Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:32:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:32:28.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:32:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:32:37.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:32:37.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:33:28.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:33:28.073Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:33:28.074Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:33:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:33:28.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:33:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:33:37.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:33:37.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:34:28.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:34:28.075Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:34:28.076Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:34:28.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:34:28.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:34:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:34:37.653Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:34:37.653Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:35:28.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:35:28.074Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:35:28.074Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:35:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:35:28.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:35:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:35:37.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:35:37.643Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:36:28.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:36:28.074Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:36:28.074Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:36:28.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:36:28.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:36:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:36:37.666Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:36:37.667Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:37:28.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:37:28.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:37:28.077Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:37:28.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:37:28.079Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:37:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:37:37.634Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:37:37.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:38:28.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:38:28.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:38:28.076Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:38:28.076Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:38:28.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:38:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:38:37.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:38:37.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:39:28.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:39:28.073Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:39:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:39:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:39:28.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:39:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:39:37.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:39:37.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:28.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:40:28.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:40:28.076Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:40:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:40:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:40:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:40:28.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:28.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707187156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "cds",
"timestamp": 1655707191335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "clamp",
"timestamp": 1655707187821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "aai-ml",
"timestamp": 1655707189540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707187156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "cds",
"timestamp": 1655707191335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "clamp",
"timestamp": 1655707187821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "aai-ml",
"timestamp": 1655707189540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707187156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "cds",
"timestamp": 1655707191335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "clamp",
"timestamp": 1655707187821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "aai-ml",
"timestamp": 1655707189540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707187156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "cds",
"timestamp": 1655707191335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "clamp",
"timestamp": 1655707187821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "aai-ml",
"timestamp": 1655707189540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707187156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "cds",
"timestamp": 1655707191335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "clamp",
"timestamp": 1655707187821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "aai-ml",
"timestamp": 1655707189540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707187156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "cds",
"timestamp": 1655707191335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "clamp",
"timestamp": 1655707187821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "aai-ml",
"timestamp": 1655707189540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707187156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "cds",
"timestamp": 1655707191335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "clamp",
"timestamp": 1655707187821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "aai-ml",
"timestamp": 1655707189540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "cds",
"timestamp": 1655707203412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "aai-ml",
"timestamp": 1655707203241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.401Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "cds",
"timestamp": 1655707204431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.597Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25de97ea-8da5-4a95-8261-517654ca833e
2022-06-20T06:40:28.618Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25de97ea-8da5-4a95-8261-517654ca833e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "cds",
"timestamp": 1655707206335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707207157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "cds",
"timestamp": 1655707206335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707207157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "cds",
"timestamp": 1655707206335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707207157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "cds",
"timestamp": 1655707206335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707207157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "cds",
"timestamp": 1655707206335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707207157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "cds",
"timestamp": 1655707206335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707211290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707207157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "cds",
"timestamp": 1655707206335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "policy-id",
"timestamp": 1655707213072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707212423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707207157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "cds",
"timestamp": 1655707213576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "policy-id",
"timestamp": 1655707214107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:40:28.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707213697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "cds",
"timestamp": 1655707214594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.683Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ce500ed-2582-4d71-a4bb-fd5979904673
2022-06-20T06:40:28.683Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce500ed-2582-4d71-a4bb-fd5979904673 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "policy-id",
"timestamp": 1655707215117,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:28.715Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:28.715Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25de97ea-8da5-4a95-8261-517654ca833e
2022-06-20T06:40:28.715Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25de97ea-8da5-4a95-8261-517654ca833e and ComponentName POLICY
2022-06-20T06:40:28.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"25de97ea-8da5-4a95-8261-517654ca833e","serviceName":"vFW 2022-06-20 06-37-58","serviceVersion":"1.0","serviceUUID":"09610c9c-9c29-4655-af91-89269ce250be","serviceDescription":"catalog service description","serviceInvariantUUID":"e2e0e922-a9d2-4774-be96-6bcc8d3283c6","resources":[{"resourceInstanceName":"vFW 2705ee6e-d33e 0","resourceName":"vFW 2705ee6e-d33e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0ca3490-00ad-4c75-8b66-36aa6662cf36","resourceInvariantUUID":"771e183b-967c-40da-be42-d8d7124a49f7","resourceCustomizationUUID":"3422c5ad-6d5f-4421-b320-a8e391800b0f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml","artifactChecksum":"OTMyMzY5OGRiNWU0YjRkMDE3ZTExNjNlODMyNTFkODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8908b6c-aa9d-4581-9dd6-f26ad37025f3","artifactVersion":"1"},{"artifactName":"vfw2705ee6ed33e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json","artifactChecksum":"MWVlYTY1MDllMmY2ODJkM2Y0ODRhNDFmZjM2NTYzNTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"572898d2-d6a4-440a-9968-1561a29eaad3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"229f0416-3d20-4b11-82a4-a42bb1f6fe61","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDM0NDUwMTViNTkzZTg1ZmE4ZWI2MWI1OTZlNGI3MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2bac9dd7-e9f7-4588-a9ff-7b75c5186d19","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7adc47d1-4bdd-43b9-8708-33b719ba6d09","artifactVersion":"2","generatedFromUUID":"229f0416-3d20-4b11-82a4-a42bb1f6fe61"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220620063758-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml","artifactChecksum":"OTAxZmQ2OTAxNWNjNGVlN2E2ZmE5MDI1YTZiOGQyNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44966e2a-fecb-486f-a8ca-e3bc15bf797c","artifactVersion":"1"},{"artifactName":"service-Vfw20220620063758-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar","artifactChecksum":"ODVlZmY3NmY0NTNiM2U0MDNjY2I3ZmQ5ZjY4YjY4ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"114f4118-b703-4fb7-9a86-9ce821f4e575","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.724Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:40:28.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707214764,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:28.731Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:28.732Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25de97ea-8da5-4a95-8261-517654ca833e
2022-06-20T06:40:28.732Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25de97ea-8da5-4a95-8261-517654ca833e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-20T06:40:28.741Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:28.742Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707215770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-20T06:40:28.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "clamp",
"timestamp": 1655707218789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.747Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707219167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "clamp",
"timestamp": 1655707220810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:40:28.751Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "aai-ml",
"timestamp": 1655707220772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:40:28.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "clamp",
"timestamp": 1655707221818,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:28.761Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 25de97ea-8da5-4a95-8261-517654ca833e
2022-06-20T06:40:28.761Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25de97ea-8da5-4a95-8261-517654ca833e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "cds",
"timestamp": 1655707221335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.773Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "aai-ml",
"timestamp": 1655707221786,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:28.779Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 25de97ea-8da5-4a95-8261-517654ca833e
2022-06-20T06:40:28.779Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25de97ea-8da5-4a95-8261-517654ca833e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "clamp",
"timestamp": 1655707222827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "cds",
"timestamp": 1655707221335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "policy-id",
"timestamp": 1655707223345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "aai-ml",
"timestamp": 1655707222793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "clamp",
"timestamp": 1655707222827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "cds",
"timestamp": 1655707221335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "policy-id",
"timestamp": 1655707224353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:40:28.794Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "aai-ml",
"timestamp": 1655707222793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707224472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:40:28.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "clamp",
"timestamp": 1655707222827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707223951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.797Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "cds",
"timestamp": 1655707221335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "policy-id",
"timestamp": 1655707225359,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:28.804Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ce500ed-2582-4d71-a4bb-fd5979904673
2022-06-20T06:40:28.805Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce500ed-2582-4d71-a4bb-fd5979904673 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "aai-ml",
"timestamp": 1655707222793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707225485,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:28.820Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25de97ea-8da5-4a95-8261-517654ca833e
2022-06-20T06:40:28.821Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25de97ea-8da5-4a95-8261-517654ca833e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:28.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "clamp",
"timestamp": 1655707222827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707225057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "cds",
"timestamp": 1655707221335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "aai-ml",
"timestamp": 1655707222793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "clamp",
"timestamp": 1655707222827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "cds",
"timestamp": 1655707221335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707226272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:28.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:40:28.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "aai-ml",
"timestamp": 1655707222793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "clamp",
"timestamp": 1655707222827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707227156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "cds",
"timestamp": 1655707221335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.841Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-20T06:40:28.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707227294,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:28.845Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:28.845Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:28.848Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ce500ed-2582-4d71-a4bb-fd5979904673
2022-06-20T06:40:28.848Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce500ed-2582-4d71-a4bb-fd5979904673 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-20T06:40:28.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "aai-ml",
"timestamp": 1655707222793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "clamp",
"timestamp": 1655707222827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:40:28.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:40:28.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707227156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:28.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:40:28.865Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:28.866Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:29.751Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:40:29.751Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:29.754Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:29.754Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T06:40:29.854Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:29.855Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:29.855Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:29.881Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:29.882Z||pool-4-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:40:30.755Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:40:30.756Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:30.758Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:30.759Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-20T06:40:30.859Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:30.860Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:30.860Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:30.873Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:30.874Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:31.759Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:40:31.761Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:31.763Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:31.763Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:31.863Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:40:31.864Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:31.864Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:31.891Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:31.892Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:32.764Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:40:32.765Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:32.768Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:32.769Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-20T06:40:32.869Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:40:32.870Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:32.870Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:32.885Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:32.886Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:33.769Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:40:33.771Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:33.773Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:33.773Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:40:33.873Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:33.874Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:33.874Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:33.887Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:33.888Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:34.774Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:40:34.775Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:34.777Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:34.778Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:40:34.877Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:40:34.878Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:34.878Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:34.891Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:34.892Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:35.780Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"serviceName": "vFW 2022-06-20 06-37-58",
"serviceVersion": "1.0",
"serviceUUID": "09610c9c-9c29-4655-af91-89269ce250be",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e2e0e922-a9d2-4774-be96-6bcc8d3283c6",
"resources": [
{
"resourceInstanceName": "vFW 2705ee6e-d33e 0",
"resourceCustomizationUUID": "3422c5ad-6d5f-4421-b320-a8e391800b0f",
"resourceName": "vFW 2705ee6e-d33e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f0ca3490-00ad-4c75-8b66-36aa6662cf36",
"resourceInvariantUUID": "771e183b-967c-40da-be42-d8d7124a49f7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2705ee6ed33e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"artifactChecksum": "MWVlYTY1MDllMmY2ODJkM2Y0ODRhNDFmZjM2NTYzNTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "572898d2-d6a4-440a-9968-1561a29eaad3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "229f0416-3d20-4b11-82a4-a42bb1f6fe61",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7adc47d1-4bdd-43b9-8708-33b719ba6d09",
"generatedFromUUID": "229f0416-3d20-4b11-82a4-a42bb1f6fe61"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7adc47d1-4bdd-43b9-8708-33b719ba6d09",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220620063758-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"artifactChecksum": "ODVlZmY3NmY0NTNiM2U0MDNjY2I3ZmQ5ZjY4YjY4ODM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "114f4118-b703-4fb7-9a86-9ce821f4e575"
}
],
"workloadContext": "Production"
}
2022-06-20T06:40:35.781Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T06:40:35.781Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09610c9c-9c29-4655-af91-89269ce250be ASDC
2022-06-20T06:40:35.898Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:25de97ea-8da5-4a95-8261-517654ca833e
ServiceName:vFW 2022-06-20 06-37-58
ServiceVersion:1.0
ServiceUUID:09610c9c-9c29-4655-af91-89269ce250be
ServiceInvariantUUID:e2e0e922-a9d2-4774-be96-6bcc8d3283c6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220620063758-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar
ArtifactUUID:114f4118-b703-4fb7-9a86-9ce821f4e575
ArtifactChecksum:ODVlZmY3NmY0NTNiM2U0MDNjY2I3ZmQ5ZjY4YjY4ODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2705ee6e-d33e 0
ResourceCustomizationUUID:3422c5ad-6d5f-4421-b320-a8e391800b0f
ResourceInvariantUUID:771e183b-967c-40da-be42-d8d7124a49f7
ResourceName:vFW 2705ee6e-d33e
ResourceType:VF
ResourceUUID:f0ca3490-00ad-4c75-8b66-36aa6662cf36
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2705ee6ed33e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json
ArtifactUUID:572898d2-d6a4-440a-9968-1561a29eaad3
ArtifactChecksum:MWVlYTY1MDllMmY2ODJkM2Y0ODRhNDFmZjM2NTYzNTY=
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/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml
ArtifactUUID:229f0416-3d20-4b11-82a4-a42bb1f6fe61
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/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env
ArtifactUUID:7adc47d1-4bdd-43b9-8708-33b719ba6d09
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/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env
ArtifactUUID:7adc47d1-4bdd-43b9-8708-33b719ba6d09
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-20T06:40:35.901Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09610c9c-9c29-4655-af91-89269ce250be ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:40:35.956Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:40:35.957Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:40:35.958Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:40:35.958Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 114f4118-b703-4fb7-9a86-9ce821f4e575 from URL: /sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:35.958Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:40:35.960Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:36.116Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:40:36.134Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar 114f4118-b703-4fb7-9a86-9ce821f4e575 98998
2022-06-20T06:40:36.135Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar ASDC sendASDCNotification
2022-06-20T06:40:36.135Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:36.137Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:40:36.138Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:36.139Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:36.139Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707236135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:36.240Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:36.241Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:36.241Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:36.255Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:36.255Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:40:37.140Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:40:37.145Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:40:37.149Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 114f4118-b703-4fb7-9a86-9ce821f4e575, URL: /sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar to file: /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:37.151Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220620063758-csar.csar
2022-06-20T06:40:37.341Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:37.342Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:37.953Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10215968809898481760/Definitions/service-Vfw20220620063758-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-20T06:40:40.970Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T06:40:40.976Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-20T06:40:40.976Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.976Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-20T06:40:40.977Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.977Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.977Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||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-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.977Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.978Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.978Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.978Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||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-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.978Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.979Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2705ee6e-d33e 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.979Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.979Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||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-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.979Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.980Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||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-Vfw20220620063758-csar.csar
2022-06-20T06:40:40.980Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-20T06:40:40.987Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:40.989Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:40.993Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:40.993Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-20T06:40:40.995Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:40:40.997Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:40.997Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:40.997Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:40.998Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-20T06:40:40.998Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:40:40.998Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:40.999Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:41.002Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:41.003Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is not matching search criteria
2022-06-20T06:40:41.003Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T06:40:41.003Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T06:40:41.003Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.004Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.004Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.004Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T06:40:41.004Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T06:40:41.005Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T06:40:41.005Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T06:40:41.005Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.005Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.006Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T06:40:41.006Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.006Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T06:40:41.006Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.007Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T06:40:41.007Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:41.007Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T06:40:41.009Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:41.009Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:41.009Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:41.010Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:41.010Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:41.010Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:41.011Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:41.011Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:41.011Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:41.011Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:41.012Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is not matching search criteria
2022-06-20T06:40:41.012Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T06:40:41.012Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-20T06:40:41.012Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T06:40:41.013Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T06:40:41.013Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T06:40:41.013Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.013Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.014Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T06:40:41.014Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.014Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T06:40:41.014Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.015Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09318949-e468-4ce7-9f7c-980bed30ab02
2022-06-20T06:40:41.015Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:41.015Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is not matching search criteria
2022-06-20T06:40:41.015Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T06:40:41.016Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T06:40:41.016Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.016Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.016Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.017Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T06:40:41.017Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T06:40:41.017Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-20T06:40:41.017Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T06:40:41.018Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.018Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T06:40:41.018Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.018Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0126f8b6-f232-4d29-9e17-38b7eda9d733
2022-06-20T06:40:41.019Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:41.019Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is not matching search criteria
2022-06-20T06:40:41.019Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T06:40:41.020Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T06:40:41.020Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.020Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.020Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.021Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T06:40:41.021Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T06:40:41.021Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T06:40:41.021Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T06:40:41.022Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:41.022Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:41.022Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-20T06:40:41.022Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f690cfef-262a-410e-8380-9f3391c70d4c
2022-06-20T06:40:41.023Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:41.023Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:41.023Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:41.023Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:41.024Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:41.024Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:41.024Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:41.024Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:41.025Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-20 06-37-58
Description:catalog service description
Model UUID:09610c9c-9c29-4655-af91-89269ce250be
Model Version:NULL
Model InvariantUuid:e2e0e922-a9d2-4774-be96-6bcc8d3283c6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2705ee6e-d33e
Model UUID:140f6ca6-4545-4b94-b8d0-0d3a86d7e7c7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:771e183b-967c-40da-be42-d8d7124a49f7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3422c5ad-6d5f-4421-b320-a8e391800b0f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0fc16aed-8b6d-4860-836d-5ce43c4993b1
ModelName:Vfw2705ee6eD33e..base_vfw..module-0
ModelUuid:2e065f0e-767f-4e0c-828a-d64531bf6a77
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:09318949-e468-4ce7-9f7c-980bed30ab02
ModelInvariantUuid:15670ec1-1cba-4667-b040-140433679cd0
ModelName:vFW 2705ee6e-d33e-nodes.vfwCvfc
ModelUuid:9608f330-7052-4322-bbe2-daac4bd0d087
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3f299565-e431-47d9-a48b-d3d1e0da8586
ModelInvariantUuid:edd78093-9f53-4dcd-80d0-1efe94e962b8
ModelName:Vfw2705ee6eD33e.compute.nodes.heat.vfw
ModelUuid:2c9ac617-7c33-4626-9545-20439795c8f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0126f8b6-f232-4d29-9e17-38b7eda9d733
ModelInvariantUuid:736fce90-b66a-438d-be39-e2f9b91b1f66
ModelName:vFW 2705ee6e-d33e-nodes.vsnCvfc
ModelUuid:7c0e157b-c7cf-4d47-b999-f0f24bc27552
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0002517b-e7f5-497a-9fd7-3671e94855c3
ModelInvariantUuid:6bbf00b3-f495-42d8-ad1b-113b34bf255d
ModelName:Vfw2705ee6eD33e.compute.nodes.heat.vsn
ModelUuid:264312ba-1409-498a-9677-529d38dca8e9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f690cfef-262a-410e-8380-9f3391c70d4c
ModelInvariantUuid:2f61dbbc-c544-4b0e-b8f5-a1e2d54a83ff
ModelName:vFW 2705ee6e-d33e-nodes.vpgCvfc
ModelUuid:31c99b0c-69d4-437c-9610-9a6c1a6616bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:cb04a9d5-97f9-4d8c-8c11-a3af90417db3
ModelInvariantUuid:75090ddb-fe15-4a10-84d7-d4a7f0df75ea
ModelName:Vfw2705ee6eD33e.compute.nodes.heat.vpg
ModelUuid:8e3dea24-a642-43ca-831a-571adde3e935
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-20T06:40:41.036Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f0ca3490-00ad-4c75-8b66-36aa6662cf36
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:40:41.124Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||vFW 2705ee6e-d33e 0
2022-06-20T06:40:41.130Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f0ca3490-00ad-4c75-8b66-36aa6662cf36
2022-06-20T06:40:41.131Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 572898d2-d6a4-440a-9968-1561a29eaad3 from URL: /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json
2022-06-20T06:40:41.131Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:40:41.131Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json
2022-06-20T06:40:41.269Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:40:41.270Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json 572898d2-d6a4-440a-9968-1561a29eaad3 785
2022-06-20T06:40:41.270Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json ASDC sendASDCNotification
2022-06-20T06:40:41.270Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json
2022-06-20T06:40:41.271Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:40:41.271Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:41.273Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:41.273Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707241270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:41.373Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:41.374Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:41.375Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:41.402Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:41.402Z||pool-11-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:42.275Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2705ee6eD33e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0fc16aed-8b6d-4860-836d-5ce43c4993b1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2e065f0e-767f-4e0c-828a-d64531bf6a77",
"vfModuleModelCustomizationUUID": "9eda63e1-d257-419f-924c-0b35517a0c2e",
"isBase": true,
"artifacts": [
"229f0416-3d20-4b11-82a4-a42bb1f6fe61",
"7adc47d1-4bdd-43b9-8708-33b719ba6d09"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-20T06:40:42.297Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2705ee6eD33e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e065f0e-767f-4e0c-828a-d64531bf6a77
VfModuleModelInvariantUUID:0fc16aed-8b6d-4860-836d-5ce43c4993b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
229f0416-3d20-4b11-82a4-a42bb1f6fe61
,
7adc47d1-4bdd-43b9-8708-33b719ba6d09
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-20T06:40:42.302Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2705ee6eD33e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0fc16aed-8b6d-4860-836d-5ce43c4993b1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2e065f0e-767f-4e0c-828a-d64531bf6a77",
"vfModuleModelCustomizationUUID": "9eda63e1-d257-419f-924c-0b35517a0c2e",
"isBase": true,
"artifacts": [
"229f0416-3d20-4b11-82a4-a42bb1f6fe61",
"7adc47d1-4bdd-43b9-8708-33b719ba6d09"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-20T06:40:42.303Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2705ee6eD33e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e065f0e-767f-4e0c-828a-d64531bf6a77
VfModuleModelInvariantUUID:0fc16aed-8b6d-4860-836d-5ce43c4993b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
229f0416-3d20-4b11-82a4-a42bb1f6fe61
,
7adc47d1-4bdd-43b9-8708-33b719ba6d09
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-20T06:40:42.303Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 229f0416-3d20-4b11-82a4-a42bb1f6fe61 from URL: /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml
2022-06-20T06:40:42.303Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:40:42.304Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml
2022-06-20T06:40:42.477Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:40:42.478Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml 229f0416-3d20-4b11-82a4-a42bb1f6fe61 20368
2022-06-20T06:40:42.478Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-20T06:40:42.479Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml
2022-06-20T06:40:42.479Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:40:42.479Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:42.481Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:42.481Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707242478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:42.581Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:42.582Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:42.582Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:42.597Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:42.598Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:43.482Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7adc47d1-4bdd-43b9-8708-33b719ba6d09 from URL: /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env
2022-06-20T06:40:43.483Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:40:43.483Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env
2022-06-20T06:40:43.566Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:40:43.567Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env 7adc47d1-4bdd-43b9-8708-33b719ba6d09 2098
2022-06-20T06:40:43.567Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-20T06:40:43.567Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env
2022-06-20T06:40:43.567Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:40:43.567Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:43.569Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:43.569Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707243567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:40:43.669Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:43.670Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:43.671Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:43.685Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:43.686Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:44.570Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 09610c9c-9c29-4655-af91-89269ce250be
2022-06-20T06:40:44.571Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2705ee6e-d33e 0 f0ca3490-00ad-4c75-8b66-36aa6662cf36 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:40:44.603Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@85d7503, org.onap.sdc.toscaparser.api.parameters.Input@55672de3, org.onap.sdc.toscaparser.api.parameters.Input@7e3ff18, org.onap.sdc.toscaparser.api.parameters.Input@30eb192b, org.onap.sdc.toscaparser.api.parameters.Input@53fd9758]
2022-06-20T06:40:44.607Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.607Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.608Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-06-20T06:40:44.608Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3422c5ad-6d5f-4421-b320-a8e391800b0f
2022-06-20T06:40:44.608Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3422c5ad-6d5f-4421-b320-a8e391800b0f matches Tosca VF Customization UUID: 3422c5ad-6d5f-4421-b320-a8e391800b0f
2022-06-20T06:40:44.608Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3422c5ad-6d5f-4421-b320-a8e391800b0f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-20T06:40:44.615Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.615Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.617Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3422c5ad-6d5f-4421-b320-a8e391800b0f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-20T06:40:44.617Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@645739af
2022-06-20T06:40:44.617Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.617Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T06:40:44.618Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9eda63e1-d257-419f-924c-0b35517a0c2e
2022-06-20T06:40:44.619Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9eda63e1-d257-419f-924c-0b35517a0c2e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-20T06:40:44.625Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.625Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:44.625Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:44.626Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.626Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:44.626Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:44.627Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.627Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is not matching search criteria
2022-06-20T06:40:44.627Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T06:40:44.627Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-20T06:40:44.628Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T06:40:44.628Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T06:40:44.628Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T06:40:44.628Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.629Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:44.629Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T06:40:44.629Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:44.629Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T06:40:44.629Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.629Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09318949-e468-4ce7-9f7c-980bed30ab02
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T06:40:44.636Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.636Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:44.636Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:44.637Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.637Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is not matching search criteria
2022-06-20T06:40:44.637Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T06:40:44.637Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T06:40:44.638Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:44.638Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.638Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.638Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T06:40:44.638Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T06:40:44.638Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-20T06:40:44.639Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T06:40:44.639Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:44.639Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T06:40:44.639Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.639Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0126f8b6-f232-4d29-9e17-38b7eda9d733
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T06:40:44.641Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.641Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:44.642Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:44.644Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.644Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is not matching search criteria
2022-06-20T06:40:44.644Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T06:40:44.645Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T06:40:44.645Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:44.645Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.645Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.645Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T06:40:44.646Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T06:40:44.646Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T06:40:44.646Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T06:40:44.646Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T06:40:44.646Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T06:40:44.646Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-20T06:40:44.647Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f690cfef-262a-410e-8380-9f3391c70d4c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T06:40:44.648Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.649Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:44.649Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:40:44.649Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.649Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Node template vFW 2705ee6e-d33e 0 is matching search criteria
2022-06-20T06:40:44.649Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2705ee6e-d33e 0] matching following query criteria: sdcType=VF, customizationUUID=3422c5ad-6d5f-4421-b320-a8e391800b0f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:40:44.651Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.651Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.652Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 09610c9c-9c29-4655-af91-89269ce250be: vFW 2705ee6e-d33e
2022-06-20T06:40:44.652Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.652Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.652Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.652Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.653Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.653Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.653Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.653Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.653Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:40:44.654Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-20 06-37-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:40:44.654Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-20 06-37-58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:40:44.886Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2705ee6e-d33e f0ca3490-00ad-4c75-8b66-36aa6662cf36 1 ASDC deployResourceStructure
2022-06-20T06:40:44.887Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json ASDC sendASDCNotification
2022-06-20T06:40:44.887Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json
2022-06-20T06:40:44.888Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:40:44.888Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:44.890Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:44.891Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707244887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-20T06:40:44.991Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:44.992Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:44.992Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:45.006Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:45.007Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:45.891Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-20T06:40:45.893Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml
2022-06-20T06:40:45.893Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:40:45.893Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:45.897Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:45.897Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707245891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-20T06:40:45.995Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-20T06:40:45.996Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:45.996Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:46.010Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:46.010Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:46.898Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-20T06:40:46.898Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env
2022-06-20T06:40:46.899Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:40:46.899Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:46.901Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:46.901Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707246898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-20T06:40:47.004Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-20T06:40:47.005Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:47.006Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:47.020Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:47.021Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:40:47.903Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar ASDC sendASDCNotification
2022-06-20T06:40:47.903Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar
2022-06-20T06:40:47.903Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:40:47.904Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:40:47.906Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:40:47.906Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707247903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:40:48.006Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:40:48.008Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:40:48.008Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:40:48.024Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:40:48.025Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:40:48.908Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25de97ea-8da5-4a95-8261-517654ca833e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:40:48.925Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25de97ea-8da5-4a95-8261-517654ca833e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:40:48.929Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:40:48.929Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T06:40:48.929Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T06:40:48.929Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T06:40:48.930Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:40:48.930Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:40:48.930Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:40:48.930Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:40:48.930Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:40:48.930Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:40:48.931Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:40:48.938Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T06:41:18.938Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25de97ea-8da5-4a95-8261-517654ca833e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T06:41:18.951Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25de97ea-8da5-4a95-8261-517654ca833e and serviceModelVersionId: 09610c9c-9c29-4655-af91-89269ce250be
2022-06-20T06:41:18.951Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2e0e922-a9d2-4774-be96-6bcc8d3283c6
2022-06-20T06:41:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:41:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:41:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:41:28.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:28.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:41:28.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "cds",
"timestamp": 1655707228990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:41:28.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:41:33.339Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0
2022-06-20T06:41:33.448Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T06:41:33.949Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0|INFO|500||Invoke
2022-06-20T06:41:33.956Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[25de97ea-8da5-4a95-8261-517654ca833e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[69b7b730-e15e-4fbe-a3c5-b563336f8bcf], X-ECOMP-RequestID=[25de97ea-8da5-4a95-8261-517654ca833e], X-TransactionId=[], X-ONAP-RequestID=[25de97ea-8da5-4a95-8261-517654ca833e], Content-Type=[application/merge-patch+json]}
2022-06-20T06:41:34.100Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-20T06:41:34.469Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?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/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220620-06:41:34:794-32090], vertex-id=[159832], Content-Length=[0], Date=[Mon, 20 Jun 2022 06:41:34 GMT], Content-Type=[application/json]}
2022-06-20T06:41:34.470Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-20T06:41:34.471Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e0e922-a9d2-4774-be96-6bcc8d3283c6/model-vers/model-ver/09610c9c-9c29-4655-af91-89269ce250be?depth=0|INFO|500||InvokeReturn
2022-06-20T06:41:34.475Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T06:41:34.475Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:41:34.480Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-20T06:41:34.481Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25de97ea-8da5-4a95-8261-517654ca833e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T06:41:34.482Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T06:41:34.482Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:34.484Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:34.484Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707294481,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:41:34.584Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:41:34.585Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:34.586Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:34.601Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:34.602Z||pool-18-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-06-20T06:41:35.506Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:41:35.507Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ce500ed-2582-4d71-a4bb-fd5979904673","serviceName":"basic_onboard_iTapBv","serviceVersion":"1.0","serviceUUID":"7c8e04ac-b542-4bd8-90c8-1459ed027f03","serviceDescription":"service","serviceInvariantUUID":"10e4084d-7950-4113-b4dd-e177bcc68c14","resources":[{"resourceInstanceName":"basic_onboard_iTapBv 0","resourceName":"basic_onboard_iTapBv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eeb7725d-cded-454c-9e73-2e0e7f226fab","resourceInvariantUUID":"ddbbb777-14fa-4d00-ab23-e27773f94058","resourceCustomizationUUID":"36583744-cd82-4d70-9252-15774cb12f64","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml","artifactChecksum":"MDgyYTViNzY1YTRhYThiNGNkYzgxOGIzYjlhMDRhMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"813b243a-d541-4214-9b5b-c686c2ed71d8","artifactVersion":"1"},{"artifactName":"basic_onboard_itapbv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json","artifactChecksum":"MWJkZDA5MDZmNDZlNWI0ZGYyMmFlYTNlNGQ1ODhhMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"af795b76-86dc-47ad-870b-0707bcd77797","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f49dea4c-a3bd-4762-9043-0b679c3f036f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2dd4e84c-ceb4-434a-9a82-ed790c8551be","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25","artifactVersion":"2","generatedFromUUID":"f49dea4c-a3bd-4762-9043-0b679c3f036f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardItapbv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml","artifactChecksum":"YTQ3N2Y4YzdhODI4ZTljOWRlOTFiMWE2OWQ3NGU2Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2020fd32-a148-4aa0-8c04-be520e33bd89","artifactVersion":"1"},{"artifactName":"service-BasicOnboardItapbv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar","artifactChecksum":"NWIxYzI1ODEyYTZjNmUxMTA4N2E1OTQ4MTIxOWYxMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"346840eb-b81e-4bc1-a38e-d916d6873e08","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T06:41:35.507Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:41:35.508Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:35.510Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:35.510Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:41:35.610Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:35.611Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:35.611Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:35.624Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:35.625Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:41:36.511Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:41:36.512Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:36.514Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:36.514Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T06:41:36.614Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:36.615Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:36.615Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:36.632Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:36.633Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:41:37.514Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:41:37.515Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:37.517Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:37.517Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-20T06:41:37.617Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:37.618Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:37.619Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:37.633Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:37.633Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:38.517Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:41:38.518Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:38.520Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:38.520Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:41:38.621Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:38.622Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:38.622Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:38.634Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:38.634Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:39.521Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:41:39.522Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:39.524Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:39.524Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-20T06:41:39.624Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:39.626Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:39.626Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:39.650Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:39.650Z||pool-23-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:40.526Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:41:40.526Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:40.528Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:40.529Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:41:40.629Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:40.630Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:40.630Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:40.646Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:40.647Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:41.529Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:41:41.530Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:41.532Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:41.532Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:41:41.632Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:41.633Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:41.633Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:41.648Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:41.648Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:42.533Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"serviceName": "basic_onboard_iTapBv",
"serviceVersion": "1.0",
"serviceUUID": "7c8e04ac-b542-4bd8-90c8-1459ed027f03",
"serviceDescription": "service",
"serviceInvariantUUID": "10e4084d-7950-4113-b4dd-e177bcc68c14",
"resources": [
{
"resourceInstanceName": "basic_onboard_iTapBv 0",
"resourceCustomizationUUID": "36583744-cd82-4d70-9252-15774cb12f64",
"resourceName": "basic_onboard_iTapBv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "eeb7725d-cded-454c-9e73-2e0e7f226fab",
"resourceInvariantUUID": "ddbbb777-14fa-4d00-ab23-e27773f94058",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_itapbv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"artifactChecksum": "MWJkZDA5MDZmNDZlNWI0ZGYyMmFlYTNlNGQ1ODhhMTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "af795b76-86dc-47ad-870b-0707bcd77797",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f49dea4c-a3bd-4762-9043-0b679c3f036f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25",
"generatedFromUUID": "f49dea4c-a3bd-4762-9043-0b679c3f036f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardItapbv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"artifactChecksum": "NWIxYzI1ODEyYTZjNmUxMTA4N2E1OTQ4MTIxOWYxMTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "346840eb-b81e-4bc1-a38e-d916d6873e08"
}
],
"workloadContext": "Production"
}
2022-06-20T06:41:42.534Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T06:41:42.534Z|25de97ea-8da5-4a95-8261-517654ca833e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c8e04ac-b542-4bd8-90c8-1459ed027f03 ASDC
2022-06-20T06:41:42.534Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6ce500ed-2582-4d71-a4bb-fd5979904673
ServiceName:basic_onboard_iTapBv
ServiceVersion:1.0
ServiceUUID:7c8e04ac-b542-4bd8-90c8-1459ed027f03
ServiceInvariantUUID:10e4084d-7950-4113-b4dd-e177bcc68c14
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardItapbv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
ArtifactUUID:346840eb-b81e-4bc1-a38e-d916d6873e08
ArtifactChecksum:NWIxYzI1ODEyYTZjNmUxMTA4N2E1OTQ4MTIxOWYxMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iTapBv 0
ResourceCustomizationUUID:36583744-cd82-4d70-9252-15774cb12f64
ResourceInvariantUUID:ddbbb777-14fa-4d00-ab23-e27773f94058
ResourceName:basic_onboard_iTapBv
ResourceType:VF
ResourceUUID:eeb7725d-cded-454c-9e73-2e0e7f226fab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_itapbv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json
ArtifactUUID:af795b76-86dc-47ad-870b-0707bcd77797
ArtifactChecksum:MWJkZDA5MDZmNDZlNWI0ZGYyMmFlYTNlNGQ1ODhhMTU=
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/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f49dea4c-a3bd-4762-9043-0b679c3f036f
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/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
ArtifactUUID:6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25
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/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
ArtifactUUID:6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-20T06:41:42.535Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c8e04ac-b542-4bd8-90c8-1459ed027f03 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:41:42.566Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:41:42.567Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:41:42.567Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:41:42.567Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08 from URL: /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:42.567Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:41:42.567Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:42.752Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:41:42.755Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar 346840eb-b81e-4bc1-a38e-d916d6873e08 71567
2022-06-20T06:41:42.756Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar ASDC sendASDCNotification
2022-06-20T06:41:42.756Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:42.756Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:41:42.756Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:42.758Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:42.758Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707302756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:41:42.858Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:42.859Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:42.859Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:42.875Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:42.876Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:43.759Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:41:43.760Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:41:43.760Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08, URL: /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar to file: /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:43.761Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:43.761Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:43.761Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:43.908Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15879344445271428898/Definitions/service-BasicOnboardItapbv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-20T06:41:45.088Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T06:41:45.089Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-20T06:41:45.089Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.089Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-20T06:41:45.089Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.090Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||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-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.090Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.090Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||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-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.090Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.090Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.090Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iTapBv 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.090Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||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-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.091Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||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-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:45.091Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-20T06:41:45.091Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:45.091Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:45.092Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:45.092Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-20T06:41:45.092Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:41:45.092Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:45.092Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:45.093Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:45.093Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-20T06:41:45.093Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:41:45.093Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:45.093Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:45.094Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:45.094Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is not matching search criteria
2022-06-20T06:41:45.094Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-20T06:41:45.094Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-20T06:41:45.094Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-20T06:41:45.094Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T06:41:45.094Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T06:41:45.096Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:45.097Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T06:41:45.097Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:45.097Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:45.098Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:41:45.098Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:45.099Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:45.099Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:41:45.099Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:45.099Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:45.100Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:41:45.100Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:45.100Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is not matching search criteria
2022-06-20T06:41:45.101Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-20T06:41:45.101Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T06:41:45.101Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=757c9682-d983-43a8-b506-4ab1e9187f31
2022-06-20T06:41:45.101Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:45.102Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:45.102Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:45.102Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:45.103Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:45.103Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:45.103Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:45.103Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:45.104Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_iTapBv
Description:service
Model UUID:7c8e04ac-b542-4bd8-90c8-1459ed027f03
Model Version:NULL
Model InvariantUuid:10e4084d-7950-4113-b4dd-e177bcc68c14
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_iTapBv
Model UUID:76a3c58e-2adc-49ae-b630-c75821311a3d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ddbbb777-14fa-4d00-ab23-e27773f94058
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:36583744-cd82-4d70-9252-15774cb12f64
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:272af2e4-30a9-446b-879f-9bdaad2d5e6c
ModelName:BasicOnboardItapbv..base_ubuntu18..module-0
ModelUuid:aae78f10-61ed-487b-81f3-9c33a4f0efc7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:757c9682-d983-43a8-b506-4ab1e9187f31
ModelInvariantUuid:40f33a9a-66bb-4a30-b24a-fa0b4f6d266d
ModelName:basic_onboard_iTapBv-nodes.ubuntu18Cvfc
ModelUuid:23a607d2-9566-4078-a97b-d63f1f0eec5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b491063a-929c-4425-9475-a1c249702b8e
ModelInvariantUuid:53776809-604f-4b12-bf25-b9182778b002
ModelName:BasicOnboardItapbv.compute.nodes.heat.ubuntu18
ModelUuid:967ed087-9353-4b95-a561-6c4cfefd831f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-20T06:41:45.112Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: eeb7725d-cded-454c-9e73-2e0e7f226fab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:41:45.115Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||basic_onboard_iTapBv 0
2022-06-20T06:41:45.115Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eeb7725d-cded-454c-9e73-2e0e7f226fab
2022-06-20T06:41:45.116Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: af795b76-86dc-47ad-870b-0707bcd77797 from URL: /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json
2022-06-20T06:41:45.116Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:41:45.116Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json
2022-06-20T06:41:45.227Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:41:45.228Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json af795b76-86dc-47ad-870b-0707bcd77797 798
2022-06-20T06:41:45.228Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json ASDC sendASDCNotification
2022-06-20T06:41:45.229Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json
2022-06-20T06:41:45.229Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:41:45.229Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:45.231Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:45.232Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707305228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:41:45.332Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:45.333Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:45.333Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:45.346Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:45.347Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:46.232Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardItapbv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "272af2e4-30a9-446b-879f-9bdaad2d5e6c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aae78f10-61ed-487b-81f3-9c33a4f0efc7",
"vfModuleModelCustomizationUUID": "32d04b59-af4e-44d2-92f9-374927d20a38",
"isBase": true,
"artifacts": [
"f49dea4c-a3bd-4762-9043-0b679c3f036f",
"6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-20T06:41:46.238Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardItapbv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aae78f10-61ed-487b-81f3-9c33a4f0efc7
VfModuleModelInvariantUUID:272af2e4-30a9-446b-879f-9bdaad2d5e6c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f49dea4c-a3bd-4762-9043-0b679c3f036f
,
6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-20T06:41:46.242Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardItapbv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "272af2e4-30a9-446b-879f-9bdaad2d5e6c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aae78f10-61ed-487b-81f3-9c33a4f0efc7",
"vfModuleModelCustomizationUUID": "32d04b59-af4e-44d2-92f9-374927d20a38",
"isBase": true,
"artifacts": [
"f49dea4c-a3bd-4762-9043-0b679c3f036f",
"6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-20T06:41:46.242Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardItapbv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aae78f10-61ed-487b-81f3-9c33a4f0efc7
VfModuleModelInvariantUUID:272af2e4-30a9-446b-879f-9bdaad2d5e6c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f49dea4c-a3bd-4762-9043-0b679c3f036f
,
6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-20T06:41:46.242Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f49dea4c-a3bd-4762-9043-0b679c3f036f from URL: /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml
2022-06-20T06:41:46.242Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:41:46.243Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml
2022-06-20T06:41:46.373Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:41:46.374Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml f49dea4c-a3bd-4762-9043-0b679c3f036f 5033
2022-06-20T06:41:46.374Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-20T06:41:46.374Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml
2022-06-20T06:41:46.375Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:41:46.375Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:46.377Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:46.377Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707306374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:41:46.477Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:46.478Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:46.478Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:46.493Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:46.493Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:41:47.378Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25 from URL: /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
2022-06-20T06:41:47.379Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:41:47.379Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
2022-06-20T06:41:47.560Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:41:47.561Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env 6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25 909
2022-06-20T06:41:47.561Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-20T06:41:47.562Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
2022-06-20T06:41:47.562Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:41:47.562Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:47.564Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:47.565Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707307561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:41:47.665Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:41:47.666Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:47.666Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:47.681Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:47.682Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:48.565Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7c8e04ac-b542-4bd8-90c8-1459ed027f03
2022-06-20T06:41:48.566Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iTapBv 0 eeb7725d-cded-454c-9e73-2e0e7f226fab ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:41:48.581Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a7cd8eb, org.onap.sdc.toscaparser.api.parameters.Input@247e56d0, org.onap.sdc.toscaparser.api.parameters.Input@4aa77d6b, org.onap.sdc.toscaparser.api.parameters.Input@48c4f0b8, org.onap.sdc.toscaparser.api.parameters.Input@44f3c2cb]
2022-06-20T06:41:48.582Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:48.583Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.583Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-06-20T06:41:48.583Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 36583744-cd82-4d70-9252-15774cb12f64
2022-06-20T06:41:48.584Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 36583744-cd82-4d70-9252-15774cb12f64 matches Tosca VF Customization UUID: 36583744-cd82-4d70-9252-15774cb12f64
2022-06-20T06:41:48.584Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 36583744-cd82-4d70-9252-15774cb12f64 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-20T06:41:48.586Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:48.587Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.587Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 36583744-cd82-4d70-9252-15774cb12f64: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-20T06:41:48.588Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c7ec2a2
2022-06-20T06:41:48.588Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:48.588Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T06:41:48.589Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 32d04b59-af4e-44d2-92f9-374927d20a38
2022-06-20T06:41:48.589Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 32d04b59-af4e-44d2-92f9-374927d20a38
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-20T06:41:48.592Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:48.592Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:48.592Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:41:48.593Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:48.593Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:48.594Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:41:48.594Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:48.594Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is not matching search criteria
2022-06-20T06:41:48.595Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-20T06:41:48.595Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T06:41:48.595Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=757c9682-d983-43a8-b506-4ab1e9187f31
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T06:41:48.598Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:48.598Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:48.599Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:41:48.599Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:48.599Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:41:48.600Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=36583744-cd82-4d70-9252-15774cb12f64
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:41:48.602Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:48.602Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.602Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7c8e04ac-b542-4bd8-90c8-1459ed027f03: basic_onboard_iTapBv
2022-06-20T06:41:48.603Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:48.603Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.603Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:48.604Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.604Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:48.604Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.605Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:48.605Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.605Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:41:48.606Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:41:48.606Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_iTapBv
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:41:48.693Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iTapBv eeb7725d-cded-454c-9e73-2e0e7f226fab 1 ASDC deployResourceStructure
2022-06-20T06:41:48.695Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json ASDC sendASDCNotification
2022-06-20T06:41:48.695Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json
2022-06-20T06:41:48.695Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:41:48.696Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:48.698Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:48.698Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707308694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-20T06:41:48.798Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:48.799Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:48.799Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:48.814Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:48.816Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:49.699Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-20T06:41:49.700Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml
2022-06-20T06:41:49.700Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:41:49.700Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:49.702Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:49.703Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707309699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-20T06:41:49.803Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:41:49.804Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:49.804Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:49.817Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:49.818Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:50.703Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-20T06:41:50.704Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
2022-06-20T06:41:50.704Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:41:50.704Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:50.706Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:50.707Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707310703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-20T06:41:50.807Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:50.808Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:50.808Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:50.824Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:50.825Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:51.708Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar ASDC sendASDCNotification
2022-06-20T06:41:51.708Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:41:51.708Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T06:41:51.709Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:41:51.711Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:41:51.711Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707311708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:41:51.811Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:41:51.812Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:41:51.812Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:41:51.827Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:41:51.828Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:41:52.712Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:41:52.722Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:41:52.725Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:41:52.725Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:41:52.726Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:42:22.726Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:42:22.740Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:42:22.744Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:42:22.744Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:42:22.744Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:42:28.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:42:28.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:42:28.080Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:42:28.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:42:28.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:42:28.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707228299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-20T06:42:28.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:42:52.745Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:42:52.756Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:42:52.758Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:42:52.758Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:42:52.759Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:43:22.759Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:43:22.777Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:43:22.780Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:43:22.780Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T06:43:22.781Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T06:43:28.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:43:28.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:43:28.080Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:43:28.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:43:28.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "aai-ml",
"timestamp": 1655707222793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707227156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "cds",
"timestamp": 1655707229996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.138Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6db71bb-0f51-4645-b26e-b42008182afb
2022-06-20T06:43:28.138Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6db71bb-0f51-4645-b26e-b42008182afb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "aai-ml",
"timestamp": 1655707229983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707227156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707227156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "policy-id",
"timestamp": 1655707205015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707227156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "policy-id",
"timestamp": 1655707233575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707233630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707227156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "policy-id",
"timestamp": 1655707234582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:43:28.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "policy-id",
"timestamp": 1655707235588,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.172Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6db71bb-0f51-4645-b26e-b42008182afb
2022-06-20T06:43:28.173Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6db71bb-0f51-4645-b26e-b42008182afb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707235886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:43:28.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707203429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707236890,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.188Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ce500ed-2582-4d71-a4bb-fd5979904673
2022-06-20T06:43:28.188Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce500ed-2582-4d71-a4bb-fd5979904673 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707236135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707236410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707237571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "aai-ml",
"timestamp": 1655707238412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:43:28.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707238652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "aai-ml",
"timestamp": 1655707239418,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.208Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ce500ed-2582-4d71-a4bb-fd5979904673
2022-06-20T06:43:28.208Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce500ed-2582-4d71-a4bb-fd5979904673 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707239668,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.222Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6db71bb-0f51-4645-b26e-b42008182afb
2022-06-20T06:43:28.223Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6db71bb-0f51-4645-b26e-b42008182afb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-20T06:43:28.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "clamp",
"timestamp": 1655707241784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.237Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707240698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-20T06:43:28.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707241270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707242478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "clamp",
"timestamp": 1655707243799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:43:28.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707211116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707243567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "clamp",
"timestamp": 1655707244809,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.249Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ce500ed-2582-4d71-a4bb-fd5979904673
2022-06-20T06:43:28.250Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce500ed-2582-4d71-a4bb-fd5979904673 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707245075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707244887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/vfw2705ee6ed33e0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-20T06:43:28.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707245891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-20T06:43:28.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707247410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:43:28.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707246898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/resourceInstances/vfw2705ee6ed33e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-20T06:43:28.263Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "clamp",
"timestamp": 1655707247822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707248415,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.270Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6db71bb-0f51-4645-b26e-b42008182afb
2022-06-20T06:43:28.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6db71bb-0f51-4645-b26e-b42008182afb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707247903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620063758/1.0/artifacts/service-Vfw20220620063758-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:43:28.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "clamp",
"timestamp": 1655707247822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "clamp",
"timestamp": 1655707247822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "aai-ml",
"timestamp": 1655707249540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "clamp",
"timestamp": 1655707247822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "aai-ml",
"timestamp": 1655707249540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "clamp",
"timestamp": 1655707247822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "aai-ml",
"timestamp": 1655707249540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "clamp",
"timestamp": 1655707247822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "aai-ml",
"timestamp": 1655707249540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "clamp",
"timestamp": 1655707247822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "aai-ml",
"timestamp": 1655707249540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "aai-ml",
"timestamp": 1655707249540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:43:28.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "aai-ml",
"timestamp": 1655707249540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:43:28.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:43:28.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "aai-ml",
"timestamp": 1655707257277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:43:28.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "clamp",
"timestamp": 1655707264789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "ALREADY_DOWNLOADED"
}
2022-06-20T06:43:28.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "aai-ml",
"timestamp": 1655707264719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:43:28.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "clamp",
"timestamp": 1655707265806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "ALREADY_DEPLOYED"
}
2022-06-20T06:43:28.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:43:28.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "aai-ml",
"timestamp": 1655707265725,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.301Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6db71bb-0f51-4645-b26e-b42008182afb
2022-06-20T06:43:28.301Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6db71bb-0f51-4645-b26e-b42008182afb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:28.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:43:28.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "clamp",
"timestamp": 1655707266850,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:28.330Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6db71bb-0f51-4645-b26e-b42008182afb
2022-06-20T06:43:28.330Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6db71bb-0f51-4645-b26e-b42008182afb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:43:52.781Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:43:52.792Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:43:52.797Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:43:52.798Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:43:52.799Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:43:52.799Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:43:52.804Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T06:44:22.804Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ce500ed-2582-4d71-a4bb-fd5979904673 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T06:44:22.812Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ce500ed-2582-4d71-a4bb-fd5979904673 and serviceModelVersionId: 7c8e04ac-b542-4bd8-90c8-1459ed027f03
2022-06-20T06:44:22.812Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10e4084d-7950-4113-b4dd-e177bcc68c14
2022-06-20T06:44:22.813Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0
2022-06-20T06:44:22.821Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T06:44:22.882Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-20T06:44:22.884Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0|INFO|500||Invoke
2022-06-20T06:44:22.912Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-20T06:44:23.244Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0|INFO|500||InvokeReturn
2022-06-20T06:44:23.245Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220620-06:44:23:613-796], vertex-id=[405712], Content-Length=[0], Date=[Mon, 20 Jun 2022 06:44:23 GMT], Content-Type=[application/json]}
2022-06-20T06:44:23.246Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-20T06:44:23.246Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T06:44:23.246Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:44:23.250Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-20T06:44:23.251Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ce500ed-2582-4d71-a4bb-fd5979904673 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T06:44:23.251Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T06:44:23.252Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:23.254Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:23.254Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707463251,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:44:23.354Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:44:23.356Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:23.356Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:23.373Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:44:23.374Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:44:24.268Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:44:24.268Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6db71bb-0f51-4645-b26e-b42008182afb","serviceName":"basic_onboard_iTapBv","serviceVersion":"1.0","serviceUUID":"7c8e04ac-b542-4bd8-90c8-1459ed027f03","serviceDescription":"service","serviceInvariantUUID":"10e4084d-7950-4113-b4dd-e177bcc68c14","resources":[{"resourceInstanceName":"basic_onboard_iTapBv 0","resourceName":"basic_onboard_iTapBv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eeb7725d-cded-454c-9e73-2e0e7f226fab","resourceInvariantUUID":"ddbbb777-14fa-4d00-ab23-e27773f94058","resourceCustomizationUUID":"36583744-cd82-4d70-9252-15774cb12f64","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml","artifactChecksum":"MDgyYTViNzY1YTRhYThiNGNkYzgxOGIzYjlhMDRhMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"813b243a-d541-4214-9b5b-c686c2ed71d8","artifactVersion":"1"},{"artifactName":"basic_onboard_itapbv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json","artifactChecksum":"MWJkZDA5MDZmNDZlNWI0ZGYyMmFlYTNlNGQ1ODhhMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"af795b76-86dc-47ad-870b-0707bcd77797","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f49dea4c-a3bd-4762-9043-0b679c3f036f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2dd4e84c-ceb4-434a-9a82-ed790c8551be","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25","artifactVersion":"2","generatedFromUUID":"f49dea4c-a3bd-4762-9043-0b679c3f036f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardItapbv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml","artifactChecksum":"YTQ3N2Y4YzdhODI4ZTljOWRlOTFiMWE2OWQ3NGU2Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2020fd32-a148-4aa0-8c04-be520e33bd89","artifactVersion":"1"},{"artifactName":"service-BasicOnboardItapbv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar","artifactChecksum":"NWIxYzI1ODEyYTZjNmUxMTA4N2E1OTQ4MTIxOWYxMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"346840eb-b81e-4bc1-a38e-d916d6873e08","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T06:44:24.269Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:44:24.270Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:24.272Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:24.272Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:44:24.372Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:24.373Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:24.373Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:24.387Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:44:24.388Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:44:25.272Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:44:25.273Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:25.275Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:25.276Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T06:44:25.376Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:25.377Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:25.377Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:25.389Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:44:25.390Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:44:26.276Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:44:26.277Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:26.280Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:26.280Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-20T06:44:26.380Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:26.381Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:26.381Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:26.395Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:44:26.396Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:44:27.280Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:44:27.281Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:27.283Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:27.284Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:44:27.384Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:27.385Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:27.385Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:27.399Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:44:27.399Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:44:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:44:28.079Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:44:28.079Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:44:28.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:44:28.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25de97ea-8da5-4a95-8261-517654ca833e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707294481,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:44:28.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:44:28.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:44:28.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T06:44:28.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:44:28.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-20T06:44:28.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:44:28.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:44:28.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:44:28.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-20T06:44:28.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:44:28.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:44:28.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:44:28.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:44:28.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-20T06:44:28.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707302756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:44:28.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707305228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:44:28.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707306374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:44:28.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707307561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:44:28.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707308694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-20T06:44:28.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707309699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-20T06:44:28.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707310703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-20T06:44:28.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-20T06:44:28.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707311708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:44:28.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:44:28.284Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:44:28.287Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:28.293Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:28.293Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-20T06:44:28.389Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-20T06:44:28.390Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:28.391Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:28.405Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:44:28.405Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:44:29.294Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:44:29.295Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:29.298Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:29.298Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:44:29.398Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:29.399Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:29.399Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:29.413Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:44:29.413Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:44:30.298Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:44:30.299Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:30.301Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:30.301Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:44:30.401Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:30.402Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:30.402Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:30.423Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:44:30.423Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:44:31.303Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"serviceName": "basic_onboard_iTapBv",
"serviceVersion": "1.0",
"serviceUUID": "7c8e04ac-b542-4bd8-90c8-1459ed027f03",
"serviceDescription": "service",
"serviceInvariantUUID": "10e4084d-7950-4113-b4dd-e177bcc68c14",
"resources": [
{
"resourceInstanceName": "basic_onboard_iTapBv 0",
"resourceCustomizationUUID": "36583744-cd82-4d70-9252-15774cb12f64",
"resourceName": "basic_onboard_iTapBv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "eeb7725d-cded-454c-9e73-2e0e7f226fab",
"resourceInvariantUUID": "ddbbb777-14fa-4d00-ab23-e27773f94058",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_itapbv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"artifactChecksum": "MWJkZDA5MDZmNDZlNWI0ZGYyMmFlYTNlNGQ1ODhhMTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "af795b76-86dc-47ad-870b-0707bcd77797",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f49dea4c-a3bd-4762-9043-0b679c3f036f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25",
"generatedFromUUID": "f49dea4c-a3bd-4762-9043-0b679c3f036f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardItapbv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"artifactChecksum": "NWIxYzI1ODEyYTZjNmUxMTA4N2E1OTQ4MTIxOWYxMTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "346840eb-b81e-4bc1-a38e-d916d6873e08"
}
],
"workloadContext": "Production"
}
2022-06-20T06:44:31.303Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T06:44:31.303Z|6ce500ed-2582-4d71-a4bb-fd5979904673|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c8e04ac-b542-4bd8-90c8-1459ed027f03 ASDC
2022-06-20T06:44:31.304Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d6db71bb-0f51-4645-b26e-b42008182afb
ServiceName:basic_onboard_iTapBv
ServiceVersion:1.0
ServiceUUID:7c8e04ac-b542-4bd8-90c8-1459ed027f03
ServiceInvariantUUID:10e4084d-7950-4113-b4dd-e177bcc68c14
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardItapbv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
ArtifactUUID:346840eb-b81e-4bc1-a38e-d916d6873e08
ArtifactChecksum:NWIxYzI1ODEyYTZjNmUxMTA4N2E1OTQ4MTIxOWYxMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iTapBv 0
ResourceCustomizationUUID:36583744-cd82-4d70-9252-15774cb12f64
ResourceInvariantUUID:ddbbb777-14fa-4d00-ab23-e27773f94058
ResourceName:basic_onboard_iTapBv
ResourceType:VF
ResourceUUID:eeb7725d-cded-454c-9e73-2e0e7f226fab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_itapbv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json
ArtifactUUID:af795b76-86dc-47ad-870b-0707bcd77797
ArtifactChecksum:MWJkZDA5MDZmNDZlNWI0ZGYyMmFlYTNlNGQ1ODhhMTU=
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/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f49dea4c-a3bd-4762-9043-0b679c3f036f
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/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
ArtifactUUID:6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25
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/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env
ArtifactUUID:6f428f4d-dbb5-46b8-b62e-8ff9a86c5e25
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-20T06:44:31.304Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c8e04ac-b542-4bd8-90c8-1459ed027f03 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:44:31.339Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:44:31.340Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:44:31.340Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:44:31.340Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08 from URL: /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:31.340Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-20T06:44:31.340Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:31.557Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-20T06:44:31.563Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar 346840eb-b81e-4bc1-a38e-d916d6873e08 71567
2022-06-20T06:44:31.563Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar ASDC sendASDCNotification
2022-06-20T06:44:31.563Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:31.564Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:44:31.564Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:31.566Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:31.567Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707471563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:44:31.667Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:31.668Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:31.668Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:31.681Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:44:31.682Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:44:32.567Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:44:32.568Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-20T06:44:32.569Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08, URL: /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar to file: /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:32.569Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:32.570Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:32.570Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:32.830Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15347509829780249996/Definitions/service-BasicOnboardItapbv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-20T06:44:34.019Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T06:44:34.019Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-20T06:44:34.019Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||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-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||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-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.020Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iTapBv 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.021Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||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-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.021Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||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-BasicOnboardItapbv-csar.csar
2022-06-20T06:44:34.021Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-20T06:44:34.021Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:44:34.021Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:44:34.021Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:44:34.021Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-20T06:44:34.022Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:44:34.022Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:44:34.022Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:44:34.022Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:44:34.022Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-20T06:44:34.022Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:44:34.023Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:44:34.023Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:44:34.023Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:44:34.023Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is not matching search criteria
2022-06-20T06:44:34.023Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-20T06:44:34.023Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-20T06:44:34.024Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-20T06:44:34.024Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T06:44:34.024Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T06:44:34.024Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:44:34.024Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T06:44:34.024Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:44:34.024Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:44:34.025Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:44:34.025Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:44:34.025Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:44:34.025Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:44:34.025Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:44:34.025Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is matching search criteria
2022-06-20T06:44:34.026Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_iTapBv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T06:44:34.026Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:44:34.026Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_iTapBv 0 is not matching search criteria
2022-06-20T06:44:34.026Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-20T06:44:34.026Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T06:44:34.026Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=757c9682-d983-43a8-b506-4ab1e9187f31
2022-06-20T06:44:34.027Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:44:34.027Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:44:34.027Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:44:34.027Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:44:34.028Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:44:34.028Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:44:34.028Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:44:34.028Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_iTapBv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:44:34.028Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_iTapBv
Description:service
Model UUID:7c8e04ac-b542-4bd8-90c8-1459ed027f03
Model Version:NULL
Model InvariantUuid:10e4084d-7950-4113-b4dd-e177bcc68c14
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_iTapBv
Model UUID:76a3c58e-2adc-49ae-b630-c75821311a3d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ddbbb777-14fa-4d00-ab23-e27773f94058
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:36583744-cd82-4d70-9252-15774cb12f64
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:272af2e4-30a9-446b-879f-9bdaad2d5e6c
ModelName:BasicOnboardItapbv..base_ubuntu18..module-0
ModelUuid:aae78f10-61ed-487b-81f3-9c33a4f0efc7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:757c9682-d983-43a8-b506-4ab1e9187f31
ModelInvariantUuid:40f33a9a-66bb-4a30-b24a-fa0b4f6d266d
ModelName:basic_onboard_iTapBv-nodes.ubuntu18Cvfc
ModelUuid:23a607d2-9566-4078-a97b-d63f1f0eec5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b491063a-929c-4425-9475-a1c249702b8e
ModelInvariantUuid:53776809-604f-4b12-bf25-b9182778b002
ModelName:BasicOnboardItapbv.compute.nodes.heat.ubuntu18
ModelUuid:967ed087-9353-4b95-a561-6c4cfefd831f
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:44:34.050Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||ERROR|500||Csar with UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08 already exists
2022-06-20T06:44:34.054Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar ASDC sendASDCNotification
2022-06-20T06:44:34.055Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar(Csar with UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08 already exists)
2022-06-20T06:44:34.055Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-20T06:44:34.055Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:34.057Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:34.057Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707474050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "ALREADY_DEPLOYED",
"errorReason": "Csar with UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08 already exists"
}
2022-06-20T06:44:34.158Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:34.159Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:34.159Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:34.172Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:44:34.172Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:44:35.059Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar ASDC sendASDCNotification
2022-06-20T06:44:35.059Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar(Resource with UUID: eeb7725d-cded-454c-9e73-2e0e7f226fab already exists)
2022-06-20T06:44:35.059Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-20T06:44:35.059Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:44:35.061Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:44:35.061Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707475058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "ALREADY_DEPLOYED",
"errorReason": "Resource with UUID: eeb7725d-cded-454c-9e73-2e0e7f226fab already exists"
}
2022-06-20T06:44:35.161Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:44:35.162Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:44:35.163Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:44:35.176Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:44:35.177Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-20T06:44:36.062Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6db71bb-0f51-4645-b26e-b42008182afb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:44:36.074Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6db71bb-0f51-4645-b26e-b42008182afb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:44:36.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:44:36.078Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:44:36.078Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T06:44:36.078Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:44:36.083Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T06:45:06.083Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6db71bb-0f51-4645-b26e-b42008182afb and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T06:45:06.089Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6db71bb-0f51-4645-b26e-b42008182afb and serviceModelVersionId: 7c8e04ac-b542-4bd8-90c8-1459ed027f03
2022-06-20T06:45:06.089Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10e4084d-7950-4113-b4dd-e177bcc68c14
2022-06-20T06:45:06.090Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0
2022-06-20T06:45:06.094Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T06:45:06.142Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-20T06:45:06.144Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0|INFO|500||Invoke
2022-06-20T06:45:06.162Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-20T06:45:06.389Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0|INFO|500||InvokeReturn
2022-06-20T06:45:06.390Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10e4084d-7950-4113-b4dd-e177bcc68c14/model-vers/model-ver/7c8e04ac-b542-4bd8-90c8-1459ed027f03?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220620-06:45:06:865-30421], vertex-id=[405712], Content-Length=[0], Date=[Mon, 20 Jun 2022 06:45:06 GMT], Content-Type=[application/json]}
2022-06-20T06:45:06.390Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-20T06:45:06.390Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T06:45:06.391Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T06:45:06.397Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-20T06:45:06.397Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6db71bb-0f51-4645-b26e-b42008182afb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T06:45:06.398Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T06:45:06.398Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:45:06.400Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:45:06.400Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707506397,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:45:06.500Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:45:06.501Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:45:06.501Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:45:06.519Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:45:06.519Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:45:07.413Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:45:07.414Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:45:07.414Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T06:45:17.692Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:45:17.693Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:45:17.694Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:45:17.694Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T06:45:27.242Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:45:27.242Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:45:27.243Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:45:27.243Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T06:45:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:45:28.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:45:28.080Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:45:28.105Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:45:28.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T06:45:28.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ce500ed-2582-4d71-a4bb-fd5979904673",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707463251,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:45:28.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/basic_onboard_itapbv0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-20T06:45:28.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T06:45:28.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T06:45:28.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:45:28.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T06:45:36.793Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:45:36.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:45:36.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:45:36.794Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:45:46.332Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:45:46.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:45:46.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:45:46.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:45:55.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:46:28.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:46:28.074Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:46:28.074Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:46:28.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:46:28.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:46:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:46:28.107Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:46:28.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-20T06:46:28.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/resourceInstances/basic_onboard_itapbv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-20T06:46:28.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-20T06:46:37.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:47:28.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:47:28.073Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:47:28.073Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:47:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:47:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:47:28.077Z|d6db71bb-0f51-4645-b26e-b42008182afb|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 AqU7viJHmEgyqyec) ...
2022-06-20T06:47:28.603Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:47:28.604Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:47:28.604Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:47:28.605Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-20T06:47:28.605Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:47:28.605Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707228072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:47:28.605Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-20T06:47:28.606Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:47:28.606Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707471563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:47:28.606Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:47:28.606Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:47:28.606Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707474050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "ALREADY_DEPLOYED",
"errorReason": "Csar with UUID: 346840eb-b81e-4bc1-a38e-d916d6873e08 already exists"
}
2022-06-20T06:47:28.606Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:47:28.607Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:47:28.607Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707475058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItapbv/1.0/artifacts/service-BasicOnboardItapbv-csar.csar",
"status": "ALREADY_DEPLOYED",
"errorReason": "Resource with UUID: eeb7725d-cded-454c-9e73-2e0e7f226fab already exists"
}
2022-06-20T06:47:28.607Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:47:28.607Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-20T06:47:28.607Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6db71bb-0f51-4645-b26e-b42008182afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655707506397,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T06:47:28.607Z|d6db71bb-0f51-4645-b26e-b42008182afb|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:47:37.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:48:28.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:48:28.074Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:48:28.074Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:48:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:48:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:48:28.078Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:48:37.670Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:48:37.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:49:28.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:49:28.073Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:49:28.073Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:49:28.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:49:28.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:49:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:49:37.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:49:37.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:50:28.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:50:28.074Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:50:28.075Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AqU7viJHmEgyqyec) ...
2022-06-20T06:50:28.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:50:28.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:50:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:50:37.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:50:37.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:51:28.074Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:51:28.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:51:28.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:51:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:51:28.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:51:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:51:37.662Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:51:37.662Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:52:28.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:52:28.074Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:52:28.074Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:52:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:52:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:52:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:52:37.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:52:37.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:53:28.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:53:28.073Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:53:28.073Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:53:28.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T06:53:28.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T06:53:28.077Z||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 AqU7viJHmEgyqyec) ...
2022-06-20T06:53:28.710Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:53:28.711Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:53:28.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707983428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9fa5ade9-86dc-4042-9a88-ac4274a113a3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"71fd3017-d557-4058-ac87-964885dc40e7","serviceDescription":"service","serviceInvariantUUID":"96640c72-5aa8-40d1-a242-57ea589710cb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"15b005f3-fe37-428f-b811-8367bc5050ce","resourceInvariantUUID":"67621002-6548-42a9-aed1-cbc43b1bd890","resourceCustomizationUUID":"ec5747f7-b7ce-49f5-bb96-f8a791b88346","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":"NzhmMjExODA2ZjdmMTVkNzAwZjRiNzMxZDU3MjRjZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"82b6d092-4496-4e0e-b51f-8636f967d9bb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWYwZjljNmE5NTQ1NWUwZjAyNTA2Yjc4ZGRlZDk3OWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ec08bb1-65e4-49f8-81ba-4975dc5ebf64","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "policy-id",
"timestamp": 1655707985015,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655707983428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "policy-id",
"timestamp": 1655707985015,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "cds",
"timestamp": 1655707986336,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707987156,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "cds",
"timestamp": 1655707986336,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-20T06:53:28.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "policy-id",
"timestamp": 1655707988425,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "ves-openapi-manager",
"timestamp": 1655707987156,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "policy-id",
"timestamp": 1655707989437,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "cds",
"timestamp": 1655707989224,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:53:28.716Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "policy-id",
"timestamp": 1655707990447,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-06-20T06:53:28.720Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:53:28.721Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:53:28.727Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:53:28.727Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655708008072,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"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=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:53:28.736Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fa5ade9-86dc-4042-9a88-ac4274a113a3
2022-06-20T06:53:28.737Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fa5ade9-86dc-4042-9a88-ac4274a113a3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:53:28.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "cds",
"timestamp": 1655707990237,
"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-06-20T06:53:28.751Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9fa5ade9-86dc-4042-9a88-ac4274a113a3
2022-06-20T06:53:28.751Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fa5ade9-86dc-4042-9a88-ac4274a113a3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:53:28.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707991115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707991115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707994048,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707995713,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:53:28.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655707996717,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T06:53:28.764Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9fa5ade9-86dc-4042-9a88-ac4274a113a3
2022-06-20T06:53:28.764Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fa5ade9-86dc-4042-9a88-ac4274a113a3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T06:53:28.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "clamp",
"timestamp": 1655707997821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "clamp",
"timestamp": 1655707997821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "aai-ml",
"timestamp": 1655707999540,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "aai-ml",
"timestamp": 1655707999540,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "aai-ml",
"timestamp": 1655708002498,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "clamp",
"timestamp": 1655708006928,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-20T06:53:28.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "aai-ml",
"timestamp": 1655708008216,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T06:53:28.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T06:53:28.827Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T06:53:28.827Z||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-06-20T06:53:28.828Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:53:28.840Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:53:28.841Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:53:29.728Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T06:53:29.729Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:53:29.731Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:53:29.732Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655708008072,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T06:53:29.832Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:53:29.833Z||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-06-20T06:53:29.833Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:53:29.848Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:53:29.849Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:53:30.733Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "71fd3017-d557-4058-ac87-964885dc40e7",
"serviceDescription": "service",
"serviceInvariantUUID": "96640c72-5aa8-40d1-a242-57ea589710cb",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ec5747f7-b7ce-49f5-bb96-f8a791b88346",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "15b005f3-fe37-428f-b811-8367bc5050ce",
"resourceInvariantUUID": "67621002-6548-42a9-aed1-cbc43b1bd890",
"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": "MWYwZjljNmE5NTQ1NWUwZjAyNTA2Yjc4ZGRlZDk3OWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0ec08bb1-65e4-49f8-81ba-4975dc5ebf64"
}
],
"workloadContext": "Production"
}
2022-06-20T06:53:30.733Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T06:53:30.733Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 71fd3017-d557-4058-ac87-964885dc40e7 ASDC
2022-06-20T06:53:30.734Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9fa5ade9-86dc-4042-9a88-ac4274a113a3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:71fd3017-d557-4058-ac87-964885dc40e7
ServiceInvariantUUID:96640c72-5aa8-40d1-a242-57ea589710cb
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:0ec08bb1-65e4-49f8-81ba-4975dc5ebf64
ArtifactChecksum:MWYwZjljNmE5NTQ1NWUwZjAyNTA2Yjc4ZGRlZDk3OWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ec5747f7-b7ce-49f5-bb96-f8a791b88346
ResourceInvariantUUID:67621002-6548-42a9-aed1-cbc43b1bd890
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:15b005f3-fe37-428f-b811-8367bc5050ce
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-20T06:53:30.735Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71fd3017-d557-4058-ac87-964885dc40e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T06:53:30.761Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:53:30.763Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:53:30.763Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:53:30.763Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0ec08bb1-65e4-49f8-81ba-4975dc5ebf64 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-20T06:53:30.764Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T06:53:30.764Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-20T06:53:30.967Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T06:53:30.970Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0ec08bb1-65e4-49f8-81ba-4975dc5ebf64 52513
2022-06-20T06:53:30.970Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-20T06:53:30.970Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-20T06:53:30.970Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T06:53:30.971Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T06:53:30.972Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T06:53:30.973Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9fa5ade9-86dc-4042-9a88-ac4274a113a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655708010970,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T06:53:31.073Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T06:53:31.074Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T06:53:31.074Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AqU7viJHmEgyqyec) ...
2022-06-20T06:53:31.089Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T06:53:31.091Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T06:53:31.973Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T06:53:31.974Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T06:53:31.975Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0ec08bb1-65e4-49f8-81ba-4975dc5ebf64, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:31.975Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-20T06:53:31.976Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:31.976Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:32.107Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5330242530318949989/Definitions/service-BasicNetwork-template.yml
2022-06-20T06:53:32.773Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T06:53:32.773Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T06:53:32.773Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:32.773Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||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-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||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-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||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-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||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-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||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-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||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-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||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-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T06:53:32.774Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T06:53:32.775Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T06:53:32.775Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-20T06:53:32.775Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T06:53:32.776Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T06:53:32.776Z|9fa5ade9-86dc-4042-9a88-ac4274a113a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery