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-01-21T01:10:29.186Z||main|||||INFO|500||The following profiles are active: basic
2022-01-21T01:10:37.678Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-21T01:10:37.679Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-21T01:10:37.753Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-21T01:10:39.732Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-21T01:10:39.870Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-21T01:10:40.186Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-21T01:10:40.193Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-21T01:10:40.264Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-21T01:10:40.377Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-21T01:10:40.769Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-21T01:10:41.706Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-21T01:10:43.455Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-21T01:10:43.497Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-21T01:10:43.864Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-21T01:10:44.039Z||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-01-21T01:10:45.052Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-21T01:10:45.886Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-01-21T01:10:45.900Z||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$$4d1a021f.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-01-21T01:10:45.900Z||main|||||WARN|500||The sdc end point is not alive
2022-01-21T01:10:48.174Z||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-01-21T01:10:50.366Z||main|||||WARN|500||---
2022-01-21T01:10:50.367Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-21T01:10:50.367Z||main|||||WARN|500||---
2022-01-21T01:10:50.748Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-21T01:10:54.455Z||main|||||INFO|500||Started Application in 29.201 seconds (JVM running for 30.26)
2022-01-21T01:10:54.466Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-21T01:10:54.467Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-21T01:10:54.476Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-21T01:10:54.529Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-21T01:10:54.567Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 41457e02-e5e7-4693-be80-c58b7237f34d url= /sdc/v1/artifactTypes
2022-01-21T01:10:54.567Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-21T01:10:55.667Z||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.58.92] 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$$3aaf35a1.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-01-21T01:10:55.673Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4cad5a15
2022-01-21T01:10:55.673Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-21T01:10:55.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-21T01:10:55.695Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-21T01:10:55.699Z||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$$3aaf35a1.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-01-21T01:11:44.451Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-21T01:11:44.451Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-21T01:11:44.452Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-21T01:11:44.454Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-21T01:11:44.459Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 29b24de6-f59a-4b83-8067-41b4fcb5e29e url= /sdc/v1/artifactTypes
2022-01-21T01:11:44.459Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-21T01:11:45.489Z||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.58.92] 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$$3aaf35a1.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-01-21T01:11:45.490Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@697d6fd3
2022-01-21T01:11:45.490Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-21T01:11:45.490Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-21T01:11:45.491Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-21T01:11:45.491Z||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$$3aaf35a1.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-01-21T01:12:34.451Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-21T01:12:34.452Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-21T01:12:34.452Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-21T01:12:34.454Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-21T01:12:34.458Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 263a36ed-162b-4629-9405-da3ae8443cea url= /sdc/v1/artifactTypes
2022-01-21T01:12:34.459Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-21T01:12:34.627Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-21T01:12:34.634Z||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-01-21T01:12:34.652Z||scheduling-1|||||DEBUG|500||create keys
2022-01-21T01:12:34.658Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-21T01:12:34.688Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:12:34.701Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e7056547-de94-4eb1-b936-4cc56049656b url= /sdc/v1/registerForDistribution
2022-01-21T01:12:34.941Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e7056547-de94-4eb1-b936-4cc56049656b url= /sdc/v1/registerForDistribution
2022-01-21T01:12:34.942Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-21T01:12:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:12:34.950Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:12:34.955Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-21T01:12:34.956Z||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-01-21T01:12:34.956Z||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-01-21T01:12:34.957Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:12:34.957Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:12:45.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:12:45.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:13:34.948Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:13:34.949Z||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-01-21T01:13:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:13:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:13:34.951Z||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-01-21T01:13:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:13:44.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:13:44.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:14:34.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:14:34.949Z||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-01-21T01:14:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:14:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:14:34.950Z||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-01-21T01:14:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:14:44.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:14:44.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:15:34.948Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:15:34.949Z||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-01-21T01:15:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:15:34.950Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:15:34.951Z||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-01-21T01:15:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:15:44.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:15:44.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:16:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:16:34.949Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T01:16:34.949Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T01:16:34.950Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:16:34.951Z||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-01-21T01:16:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:16:44.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:16:44.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:17:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:17:34.949Z||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-01-21T01:17:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:17:34.950Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:17:34.951Z||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-01-21T01:17:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:17:44.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:17:44.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:18:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:18:34.949Z||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-01-21T01:18:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:18:34.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:18:34.951Z||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-01-21T01:18:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:18:44.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:18:44.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:19:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:19:34.949Z||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-01-21T01:19:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:19:34.950Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:19:34.951Z||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-01-21T01:19:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:19:44.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:19:44.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:20:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:20:34.950Z||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-01-21T01:20:34.950Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:20:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:20:34.951Z||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-01-21T01:20:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:20:44.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:20:44.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:20:55.572Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-21T01:21:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:21:34.949Z||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-01-21T01:21:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:21:34.950Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:21:34.950Z||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-01-21T01:21:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:21:44.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:21:44.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:22:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:22:34.949Z||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-01-21T01:22:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:22:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:22:34.950Z||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-01-21T01:22:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:22:44.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:22:44.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:23:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:23:34.949Z||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-01-21T01:23:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:23:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:23:34.951Z||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-01-21T01:23:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:23:44.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:23:44.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:24:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:24:34.949Z||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-01-21T01:24:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:24:34.950Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:24:34.950Z||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-01-21T01:24:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:24:44.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:24:44.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:25:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:25:34.949Z||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-01-21T01:25:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:25:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:25:34.950Z||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-01-21T01:25:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:25:44.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:25:44.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:26:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:26:34.949Z||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-01-21T01:26:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:26:34.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:26:34.952Z||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-01-21T01:26:34.952Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:26:44.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:26:44.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:27:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:27:34.949Z||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-01-21T01:27:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:27:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:27:34.950Z||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-01-21T01:27:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:27:44.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:27:44.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:28:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:28:34.949Z||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-01-21T01:28:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:28:34.950Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:28:34.951Z||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-01-21T01:28:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:28:44.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:28:44.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:29:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:29:34.949Z||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-01-21T01:29:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:29:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:29:34.950Z||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-01-21T01:29:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:29:44.485Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:29:44.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:30:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:30:34.949Z||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-01-21T01:30:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:30:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:30:34.950Z||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-01-21T01:30:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:30:44.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:30:44.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:31:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:31:34.949Z||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-01-21T01:31:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:31:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:31:34.950Z||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-01-21T01:31:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:31:44.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:31:44.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:32:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:32:34.949Z||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-01-21T01:32:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:32:34.950Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:32:34.950Z||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-01-21T01:32:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:32:44.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:32:44.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:33:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:33:34.949Z||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-01-21T01:33:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:33:34.950Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:33:34.950Z||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-01-21T01:33:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:33:44.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:33:44.508Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:34:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:34:34.949Z||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-01-21T01:34:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:34:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:34:34.951Z||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-01-21T01:34:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:34:44.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:34:44.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:35:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:35:34.949Z||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-01-21T01:35:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:35:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:35:34.951Z||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-01-21T01:35:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:35:44.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:35:44.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:36:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:36:34.949Z||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-01-21T01:36:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:36:34.950Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:36:34.950Z||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-01-21T01:36:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:36:44.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:36:44.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:37:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:37:34.949Z||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-01-21T01:37:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:37:34.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:37:34.950Z||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-01-21T01:37:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:37:44.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:37:44.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:38:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:38:34.950Z||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-01-21T01:38:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:38:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:38:34.951Z||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-01-21T01:38:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:38:44.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:38:44.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:39:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:39:34.949Z||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-01-21T01:39:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:39:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:39:34.950Z||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-01-21T01:39:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:39:44.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:39:44.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:40:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:40:34.949Z||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-01-21T01:40:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:40:34.950Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:40:34.951Z||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-01-21T01:40:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:40:44.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:40:44.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:41:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:41:34.949Z||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-01-21T01:41:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:41:34.950Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:41:34.950Z||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-01-21T01:41:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:41:44.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:41:44.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:42:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:42:34.949Z||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-01-21T01:42:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:42:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:42:34.950Z||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-01-21T01:42:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:42:44.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:42:44.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:43:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:43:34.949Z||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-01-21T01:43:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:43:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:43:34.951Z||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-01-21T01:43:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:43:44.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:43:44.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:44:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:44:34.949Z||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-01-21T01:44:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:44:34.950Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:44:34.951Z||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-01-21T01:44:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:44:44.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:44:44.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:45:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:45:34.949Z||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-01-21T01:45:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:45:34.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:45:34.951Z||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-01-21T01:45:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:45:44.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:45:44.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:46:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:46:34.949Z||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-01-21T01:46:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:46:34.950Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:46:34.950Z||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-01-21T01:46:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:46:44.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:46:44.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:47:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:47:34.949Z||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-01-21T01:47:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:47:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:47:34.950Z||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-01-21T01:47:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:47:44.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:47:44.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:48:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:48:34.949Z||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-01-21T01:48:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:48:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:48:34.950Z||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-01-21T01:48:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:48:44.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:48:44.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:49:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:49:34.949Z||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-01-21T01:49:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:49:34.950Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:49:34.951Z||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-01-21T01:49:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:49:44.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:49:44.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:50:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:50:34.949Z||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-01-21T01:50:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:50:34.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:50:34.950Z||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-01-21T01:50:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:50:44.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:50:44.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:51:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:51:34.949Z||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-01-21T01:51:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:51:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:51:34.950Z||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-01-21T01:51:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:51:44.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:51:44.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:52:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:52:34.949Z||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-01-21T01:52:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:52:34.950Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:52:34.950Z||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-01-21T01:52:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:52:44.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:52:44.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:53:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:53:34.949Z||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-01-21T01:53:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:53:34.950Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:53:34.950Z||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-01-21T01:53:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:53:44.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:53:44.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:54:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:54:34.949Z||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-01-21T01:54:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:54:34.950Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:54:34.951Z||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-01-21T01:54:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:54:44.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:54:44.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:55:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:55:34.949Z||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-01-21T01:55:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:55:34.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:55:34.950Z||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-01-21T01:55:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:55:44.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:55:44.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:56:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:56:34.949Z||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-01-21T01:56:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:56:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:56:34.950Z||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-01-21T01:56:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:56:44.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:56:44.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:57:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:57:34.949Z||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-01-21T01:57:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:57:34.950Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:57:34.950Z||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-01-21T01:57:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:57:44.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:57:44.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:58:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:58:34.949Z||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-01-21T01:58:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:58:34.950Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:58:34.950Z||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-01-21T01:58:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:58:44.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:58:44.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:59:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:59:34.949Z||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-01-21T01:59:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:59:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:59:34.951Z||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-01-21T01:59:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:59:44.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T01:59:44.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:00:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:00:34.949Z||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-01-21T02:00:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:00:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:00:34.950Z||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-01-21T02:00:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:00:44.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:00:44.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:01:34.949Z||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-01-21T02:01:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:01:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:01:34.950Z||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-01-21T02:01:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:01:35.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:35.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d55ce7eb-6c53-49a8-a3b8-1d4df56aa988","serviceName":"basic_onboard_Xdwspg","serviceVersion":"1.0","serviceUUID":"ed50a33b-8d0b-4fce-998b-96509c168cbf","serviceDescription":"service","serviceInvariantUUID":"6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e","resources":[{"resourceInstanceName":"basic_onboard_Xdwspg 0","resourceName":"basic_onboard_Xdwspg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c432cd3-a0e1-411f-ba4c-a23a7677480a","resourceInvariantUUID":"212866e4-71a5-4277-8cd8-8262d4e50a7a","resourceCustomizationUUID":"a11533c5-6ded-46ea-bb0a-7f6eabe85449","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml","artifactChecksum":"OWVmYzk5ZGU4MWMzNjk3NTk0ZGVjODUwNjY3OTYxODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"591d2e2a-21df-4a49-a4d9-abccaca105eb","artifactVersion":"1"},{"artifactName":"basic_onboard_xdwspg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json","artifactChecksum":"MTYzMzY0MGJjMjFiMzQ0MjM5YzBmNjg4OWMxMDhlNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f276ccce-7ce1-4e00-a383-d893ced5ee3a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5e737366-9687-457e-a26c-e55d433ce591","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"822d0ce8-e73d-4964-969d-04653795061e","artifactVersion":"2","generatedFromUUID":"c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdwspg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml","artifactChecksum":"OTMyNDZhNjAzYjI0MDI3ZDBmODZmN2UzMzRlNjAwODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd05ec24-5529-4e25-a4ac-9fd347df07c0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdwspg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar","artifactChecksum":"ZWIzNzNlNmRiMTkyMzFlYjQ2Nzg4Y2FhZWNhZjJkMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"42af206d-2012-47f7-91a2-f115f57fad0d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-21T02:01:35.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:35.575Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:01:35.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "aai-ml",
"timestamp": 1642730452408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.580Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:35.587Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:35.587Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730494948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "clamp",
"timestamp": 1642730450494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "policy-id",
"timestamp": 1642730455349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730449092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "ves-openapi-manager",
"timestamp": 1642730452709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "aai-ml",
"timestamp": 1642730452408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "clamp",
"timestamp": 1642730450494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "NOTIFIED"
}
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "policy-id",
"timestamp": 1642730455349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "ves-openapi-manager",
"timestamp": 1642730452709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730449092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "NOTIFIED"
}
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730457629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "aai-ml",
"timestamp": 1642730452408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "clamp",
"timestamp": 1642730450494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "policy-id",
"timestamp": 1642730455349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "ves-openapi-manager",
"timestamp": 1642730452709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730449092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-21T02:01:35.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730457629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "aai-ml",
"timestamp": 1642730452408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "clamp",
"timestamp": 1642730450494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "policy-id",
"timestamp": 1642730455349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "ves-openapi-manager",
"timestamp": 1642730452709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730449092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730457629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "aai-ml",
"timestamp": 1642730452408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "clamp",
"timestamp": 1642730450494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "policy-id",
"timestamp": 1642730455349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "ves-openapi-manager",
"timestamp": 1642730452709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730449092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730457629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "cds",
"timestamp": 1642730460994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "aai-ml",
"timestamp": 1642730452408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "clamp",
"timestamp": 1642730450494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "policy-id",
"timestamp": 1642730455349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "ves-openapi-manager",
"timestamp": 1642730452709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730449092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730457629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "cds",
"timestamp": 1642730460994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "aai-ml",
"timestamp": 1642730452408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "clamp",
"timestamp": 1642730450494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "policy-id",
"timestamp": 1642730455349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "ves-openapi-manager",
"timestamp": 1642730452709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730449092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730457629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "cds",
"timestamp": 1642730460994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "aai-ml",
"timestamp": 1642730464310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730464307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730457629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "policy-id",
"timestamp": 1642730464312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "cds",
"timestamp": 1642730460994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "policy-id",
"timestamp": 1642730465320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730465432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730465460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "cds",
"timestamp": 1642730460994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "policy-id",
"timestamp": 1642730466324,
"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=?
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-01-21T02:01:35.688Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-01-21T02:01:35.690Z||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-01-21T02:01:35.691Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:35.697Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:35.698Z||pool-3-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-21T02:01:35.730Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
2022-01-21T02:01:35.744Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 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-01-21T02:01:35.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730466477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "cds",
"timestamp": 1642730460994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730467564,
"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-01-21T02:01:35.769Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
2022-01-21T02:01:35.769Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 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-01-21T02:01:35.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "cds",
"timestamp": 1642730460994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:01:35.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:01:35.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730468569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "cds",
"timestamp": 1642730468899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730469314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "cds",
"timestamp": 1642730469914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-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-01-21T02:01:35.777Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
2022-01-21T02:01:35.778Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 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-01-21T02:01:35.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730470318,
"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-01-21T02:01:35.785Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
2022-01-21T02:01:35.785Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 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-01-21T02:01:35.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "aai-ml",
"timestamp": 1642730475378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:01:35.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "aai-ml",
"timestamp": 1642730476383,
"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-01-21T02:01:35.791Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
2022-01-21T02:01:35.791Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 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-01-21T02:01:35.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "clamp",
"timestamp": 1642730478522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "clamp",
"timestamp": 1642730479592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:01:35.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "clamp",
"timestamp": 1642730480596,
"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-01-21T02:01:35.798Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
2022-01-21T02:01:35.798Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 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-01-21T02:01:36.592Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:01:36.592Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:36.594Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:36.594Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730494948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "NOTIFIED"
}
2022-01-21T02:01:36.694Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:36.694Z||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-01-21T02:01:36.695Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:36.702Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:36.702Z||pool-4-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:37.594Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:01:37.595Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:37.597Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:37.597Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730494948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-21T02:01:37.697Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:37.698Z||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-01-21T02:01:37.698Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:37.705Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:37.705Z||pool-5-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:38.598Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:01:38.598Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:38.600Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:38.600Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730494948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:38.700Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:38.701Z||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-01-21T02:01:38.701Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:38.708Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:38.709Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:01:39.601Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:01:39.601Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:39.603Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:39.603Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730494948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-21T02:01:39.703Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-21T02:01:39.704Z||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-01-21T02:01:39.704Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:39.711Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:39.711Z||pool-7-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:40.604Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:01:40.604Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:40.606Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:40.606Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730494948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:01:40.706Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:40.707Z||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-01-21T02:01:40.707Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:40.714Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:40.714Z||pool-8-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:41.607Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:01:41.608Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:41.610Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:41.610Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730494948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:01:41.710Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:41.711Z||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-01-21T02:01:41.711Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:41.717Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:41.718Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:42.612Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"serviceName": "basic_onboard_Xdwspg",
"serviceVersion": "1.0",
"serviceUUID": "ed50a33b-8d0b-4fce-998b-96509c168cbf",
"serviceDescription": "service",
"serviceInvariantUUID": "6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e",
"resources": [
{
"resourceInstanceName": "basic_onboard_Xdwspg 0",
"resourceCustomizationUUID": "a11533c5-6ded-46ea-bb0a-7f6eabe85449",
"resourceName": "basic_onboard_Xdwspg",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2c432cd3-a0e1-411f-ba4c-a23a7677480a",
"resourceInvariantUUID": "212866e4-71a5-4277-8cd8-8262d4e50a7a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xdwspg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"artifactChecksum": "MTYzMzY0MGJjMjFiMzQ0MjM5YzBmNjg4OWMxMDhlNTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f276ccce-7ce1-4e00-a383-d893ced5ee3a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "822d0ce8-e73d-4964-969d-04653795061e",
"generatedFromUUID": "c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "822d0ce8-e73d-4964-969d-04653795061e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXdwspg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"artifactChecksum": "ZWIzNzNlNmRiMTkyMzFlYjQ2Nzg4Y2FhZWNhZjJkMWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "42af206d-2012-47f7-91a2-f115f57fad0d"
}
],
"workloadContext": "Production"
}
2022-01-21T02:01:42.612Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-21T02:01:42.613Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed50a33b-8d0b-4fce-998b-96509c168cbf ASDC
2022-01-21T02:01:42.705Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
ServiceName:basic_onboard_Xdwspg
ServiceVersion:1.0
ServiceUUID:ed50a33b-8d0b-4fce-998b-96509c168cbf
ServiceInvariantUUID:6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXdwspg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar
ArtifactUUID:42af206d-2012-47f7-91a2-f115f57fad0d
ArtifactChecksum:ZWIzNzNlNmRiMTkyMzFlYjQ2Nzg4Y2FhZWNhZjJkMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Xdwspg 0
ResourceCustomizationUUID:a11533c5-6ded-46ea-bb0a-7f6eabe85449
ResourceInvariantUUID:212866e4-71a5-4277-8cd8-8262d4e50a7a
ResourceName:basic_onboard_Xdwspg
ResourceType:VF
ResourceUUID:2c432cd3-a0e1-411f-ba4c-a23a7677480a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xdwspg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json
ArtifactUUID:f276ccce-7ce1-4e00-a383-d893ced5ee3a
ArtifactChecksum:MTYzMzY0MGJjMjFiMzQ0MjM5YzBmNjg4OWMxMDhlNTk=
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/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c
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/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env
ArtifactUUID:822d0ce8-e73d-4964-969d-04653795061e
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/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env
ArtifactUUID:822d0ce8-e73d-4964-969d-04653795061e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-21T02:01:42.706Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed50a33b-8d0b-4fce-998b-96509c168cbf 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-01-21T02:01:42.753Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:01:42.753Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-21T02:01:42.754Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-21T02:01:42.754Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 42af206d-2012-47f7-91a2-f115f57fad0d from URL: /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:42.754Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:01:42.755Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:42.981Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:01:42.994Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar 42af206d-2012-47f7-91a2-f115f57fad0d 71532
2022-01-21T02:01:42.995Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar ASDC sendASDCNotification
2022-01-21T02:01:42.995Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:42.996Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:01:42.997Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:42.999Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:42.999Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730502994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:01:43.099Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:43.100Z||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-01-21T02:01:43.100Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:43.107Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:43.107Z||pool-10-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:43.999Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:01:44.000Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-21T02:01:44.001Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 42af206d-2012-47f7-91a2-f115f57fad0d, URL: /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar to file: /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:44.001Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:44.067Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:44.068Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:44.747Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13345180751108469111/Definitions/service-BasicOnboardXdwspg-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-01-21T02:01:46.105Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-21T02:01:46.109Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-21T02:01:46.109Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.109Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-21T02:01:46.109Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Xdwspg 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-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||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-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||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-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-21T02:01:46.116Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:46.117Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:46.120Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:46.127Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-21T02:01:46.128Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:01:46.130Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:46.130Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:46.130Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:46.130Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-21T02:01:46.130Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:01:46.130Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:46.131Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:46.133Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:46.134Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is not matching search criteria
2022-01-21T02:01:46.134Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-21T02:01:46.134Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-21T02:01:46.134Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-21T02:01:46.134Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-21T02:01:46.134Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-21T02:01:46.135Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:46.135Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:01:46.136Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:46.136Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:46.136Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:01:46.136Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:46.137Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:46.137Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:01:46.137Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:46.137Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:46.137Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:01:46.137Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:46.138Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is not matching search criteria
2022-01-21T02:01:46.138Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-21T02:01:46.138Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-21T02:01:46.138Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d81102ea-b161-4dea-a859-4b526b7ca5f8
2022-01-21T02:01:46.138Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:46.138Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:46.138Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:46.139Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:46.139Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:46.139Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:46.139Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:46.139Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:46.139Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_Xdwspg
Description:service
Model UUID:ed50a33b-8d0b-4fce-998b-96509c168cbf
Model Version:NULL
Model InvariantUuid:6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_Xdwspg
Model UUID:28afb66f-d1a4-4874-820d-125ed94c2647
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:212866e4-71a5-4277-8cd8-8262d4e50a7a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a11533c5-6ded-46ea-bb0a-7f6eabe85449
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:afea80a0-204a-4122-988f-c5e11f84531c
ModelName:BasicOnboardXdwspg..base_ubuntu18..module-0
ModelUuid:aafbac80-8682-4a25-b0ad-c78f479c6307
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d81102ea-b161-4dea-a859-4b526b7ca5f8
ModelInvariantUuid:264f5d74-cec2-4c48-bb2f-de579fdf6450
ModelName:basic_onboard_Xdwspg-nodes.ubuntu18Cvfc
ModelUuid:38927287-0d66-4b9e-bca0-00359f8f2fe5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:73d08c1c-acce-4314-a5a2-818bfaf1aba0
ModelInvariantUuid:8153afae-bc46-4018-a9d8-eb25bc3bc46e
ModelName:BasicOnboardXdwspg.compute.nodes.heat.ubuntu18
ModelUuid:b6e1a9e3-b32b-42a2-8a7e-1e3eb2fc7aae
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-01-21T02:01:46.150Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2c432cd3-a0e1-411f-ba4c-a23a7677480a
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-01-21T02:01:46.217Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||basic_onboard_Xdwspg 0
2022-01-21T02:01:46.229Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2c432cd3-a0e1-411f-ba4c-a23a7677480a
2022-01-21T02:01:46.229Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f276ccce-7ce1-4e00-a383-d893ced5ee3a from URL: /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json
2022-01-21T02:01:46.229Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:01:46.229Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json
2022-01-21T02:01:46.384Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:01:46.384Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json f276ccce-7ce1-4e00-a383-d893ced5ee3a 798
2022-01-21T02:01:46.384Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json ASDC sendASDCNotification
2022-01-21T02:01:46.384Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json
2022-01-21T02:01:46.384Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:01:46.385Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:46.386Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:46.387Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730506384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:01:46.487Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:46.488Z||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-01-21T02:01:46.489Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:46.496Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:46.497Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:01:47.388Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXdwspg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "afea80a0-204a-4122-988f-c5e11f84531c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aafbac80-8682-4a25-b0ad-c78f479c6307",
"vfModuleModelCustomizationUUID": "46cefdbf-adb6-4c64-b773-a65d41b50196",
"isBase": true,
"artifacts": [
"c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c",
"822d0ce8-e73d-4964-969d-04653795061e"
],
"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-01-21T02:01:47.400Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXdwspg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aafbac80-8682-4a25-b0ad-c78f479c6307
VfModuleModelInvariantUUID:afea80a0-204a-4122-988f-c5e11f84531c
VfModuleModelDescription:NULL
Artifacts UUID List:{
c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c
,
822d0ce8-e73d-4964-969d-04653795061e
}
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-01-21T02:01:47.402Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXdwspg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "afea80a0-204a-4122-988f-c5e11f84531c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aafbac80-8682-4a25-b0ad-c78f479c6307",
"vfModuleModelCustomizationUUID": "46cefdbf-adb6-4c64-b773-a65d41b50196",
"isBase": true,
"artifacts": [
"c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c",
"822d0ce8-e73d-4964-969d-04653795061e"
],
"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-01-21T02:01:47.402Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXdwspg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aafbac80-8682-4a25-b0ad-c78f479c6307
VfModuleModelInvariantUUID:afea80a0-204a-4122-988f-c5e11f84531c
VfModuleModelDescription:NULL
Artifacts UUID List:{
c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c
,
822d0ce8-e73d-4964-969d-04653795061e
}
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-01-21T02:01:47.403Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c from URL: /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml
2022-01-21T02:01:47.403Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:01:47.403Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml
2022-01-21T02:01:47.446Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:01:47.446Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c 5033
2022-01-21T02:01:47.447Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-21T02:01:47.447Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml
2022-01-21T02:01:47.447Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:01:47.447Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:47.448Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:47.448Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730507447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:01:47.548Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:47.549Z||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-01-21T02:01:47.549Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:47.554Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:47.555Z||pool-12-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:48.449Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 822d0ce8-e73d-4964-969d-04653795061e from URL: /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env
2022-01-21T02:01:48.450Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:01:48.450Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env
2022-01-21T02:01:48.496Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:01:48.496Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env 822d0ce8-e73d-4964-969d-04653795061e 909
2022-01-21T02:01:48.497Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-21T02:01:48.497Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env
2022-01-21T02:01:48.497Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:01:48.497Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:48.499Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:48.499Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730508497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:01:48.599Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:48.600Z||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-01-21T02:01:48.600Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:48.607Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:48.607Z||pool-13-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:49.500Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ed50a33b-8d0b-4fce-998b-96509c168cbf
2022-01-21T02:01:49.500Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Xdwspg 0 2c432cd3-a0e1-411f-ba4c-a23a7677480a 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-01-21T02:01:49.523Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cf2f1af, org.onap.sdc.toscaparser.api.parameters.Input@5454161d, org.onap.sdc.toscaparser.api.parameters.Input@2a3cc5c1, org.onap.sdc.toscaparser.api.parameters.Input@5a08af5e, org.onap.sdc.toscaparser.api.parameters.Input@12c4239]
2022-01-21T02:01:49.526Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:49.526Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.526Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-01-21T02:01:49.526Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a11533c5-6ded-46ea-bb0a-7f6eabe85449
2022-01-21T02:01:49.527Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a11533c5-6ded-46ea-bb0a-7f6eabe85449 matches Tosca VF Customization UUID: a11533c5-6ded-46ea-bb0a-7f6eabe85449
2022-01-21T02:01:49.527Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a11533c5-6ded-46ea-bb0a-7f6eabe85449 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-01-21T02:01:49.531Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:49.531Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.532Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a11533c5-6ded-46ea-bb0a-7f6eabe85449: {\"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-01-21T02:01:49.532Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47c79505
2022-01-21T02:01:49.532Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:49.533Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:01:49.533Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 46cefdbf-adb6-4c64-b773-a65d41b50196
2022-01-21T02:01:49.534Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 46cefdbf-adb6-4c64-b773-a65d41b50196
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-01-21T02:01:49.537Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:49.538Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:49.538Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:01:49.538Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:49.539Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:49.539Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:01:49.539Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:49.539Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is not matching search criteria
2022-01-21T02:01:49.539Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-21T02:01:49.540Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-21T02:01:49.540Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d81102ea-b161-4dea-a859-4b526b7ca5f8
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-01-21T02:01:49.547Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:49.547Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:49.547Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:01:49.548Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:49.548Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:49.548Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0] matching following query criteria: sdcType=VF, customizationUUID=a11533c5-6ded-46ea-bb0a-7f6eabe85449
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-01-21T02:01:49.549Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:49.549Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.550Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ed50a33b-8d0b-4fce-998b-96509c168cbf: basic_onboard_Xdwspg
2022-01-21T02:01:49.550Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:49.550Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.550Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:49.550Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.550Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:49.551Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.551Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:49.551Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.551Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:01:49.551Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.552Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_Xdwspg
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-01-21T02:01:49.740Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Xdwspg 2c432cd3-a0e1-411f-ba4c-a23a7677480a 1 ASDC deployResourceStructure
2022-01-21T02:01:49.741Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json ASDC sendASDCNotification
2022-01-21T02:01:49.741Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json
2022-01-21T02:01:49.741Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:01:49.741Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:49.742Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:49.742Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730509741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-21T02:01:49.852Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-01-21T02:01:49.853Z||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-01-21T02:01:49.853Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:49.859Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:49.859Z||pool-14-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:50.743Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-21T02:01:50.744Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml
2022-01-21T02:01:50.744Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:01:50.744Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:50.746Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:50.746Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730510743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-21T02:01:50.846Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:50.846Z||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-01-21T02:01:50.846Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:50.853Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:50.853Z||pool-15-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:51.746Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-21T02:01:51.747Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env
2022-01-21T02:01:51.747Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:01:51.747Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:51.749Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:51.749Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730511746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-21T02:01:51.849Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:51.850Z||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-01-21T02:01:51.850Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:51.857Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:51.857Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:52.750Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar ASDC sendASDCNotification
2022-01-21T02:01:52.750Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:52.750Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:01:52.751Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:52.753Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:52.753Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730512750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:01:52.853Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:52.854Z||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-01-21T02:01:52.854Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:52.860Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:01:52.861Z||pool-17-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:53.754Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
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-01-21T02:01:53.768Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
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-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:01:53.772Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:01:53.772Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-21T02:01:53.774Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-21T02:02:23.774Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 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-01-21T02:02:23.781Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 and serviceModelVersionId: ed50a33b-8d0b-4fce-998b-96509c168cbf
2022-01-21T02:02:23.781Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e
2022-01-21T02:02:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:02:34.950Z||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-01-21T02:02:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:02:35.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:02:35.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:02:35.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730494948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:02:35.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:02:35.072Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e/model-vers/model-ver/ed50a33b-8d0b-4fce-998b-96509c168cbf?depth=0
2022-01-21T02:02:35.181Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-21T02:02:35.601Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e/model-vers/model-ver/ed50a33b-8d0b-4fce-998b-96509c168cbf?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-01-21T02:02:35.605Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e/model-vers/model-ver/ed50a33b-8d0b-4fce-998b-96509c168cbf?depth=0|INFO|500||Invoke
2022-01-21T02:02:35.702Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e/model-vers/model-ver/ed50a33b-8d0b-4fce-998b-96509c168cbf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-21T02:02:36.037Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e/model-vers/model-ver/ed50a33b-8d0b-4fce-998b-96509c168cbf?depth=0|INFO|500||InvokeReturn
2022-01-21T02:02:36.038Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e/model-vers/model-ver/ed50a33b-8d0b-4fce-998b-96509c168cbf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220121-02:02:35:709-68555], vertex-id=[155856], Content-Length=[0], Date=[Fri, 21 Jan 2022 02:02:35 GMT], Content-Type=[application/json]}
2022-01-21T02:02:36.038Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-01-21T02:02:36.042Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-21T02:02:36.043Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-21T02:02:36.048Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-21T02:02:36.053Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-21T02:02:36.054Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-21T02:02:36.054Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:02:36.056Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:02:36.056Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730556053,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:02:36.156Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-21T02:02:36.157Z||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-01-21T02:02:36.157Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:02:36.162Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:02:36.163Z||pool-18-thread-1|||||INFO|500||cambria reply ok (7 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-01-21T02:02:37.070Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:02:37.071Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|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-01-21T02:02:37.071Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|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 GA56EUWC164xREHU) ...
2022-01-21T02:02:46.601Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:03:34.948Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:03:34.949Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|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-01-21T02:03:34.949Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|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 GA56EUWC164xREHU) ...
2022-01-21T02:03:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:03:34.950Z||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-01-21T02:03:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:03:34.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:03:34.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730494948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "NOTIFIED"
}
2022-01-21T02:03:34.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730494948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730494948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730494948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730494948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730494948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730502994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730506384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730507447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730508497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730509741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730510743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730511746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:34.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730512750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:03:34.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:44.485Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:34.948Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:04:34.949Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|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-01-21T02:04:34.949Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|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 GA56EUWC164xREHU) ...
2022-01-21T02:04:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:04:34.950Z||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-01-21T02:04:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:04:34.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:34.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:04:34.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730556053,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:04:34.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:04:35.571Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:35.572Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-21T02:04:35.572Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"21d14b7a-1eba-4fe1-9344-7888a90581ce","serviceName":"vFW 2022-01-21 02-02-02","serviceVersion":"1.0","serviceUUID":"b7237cd0-5c6c-4c32-9a21-671cffb900bb","serviceDescription":"catalog service description","serviceInvariantUUID":"39973353-b94c-4769-88f5-37523172709d","resources":[{"resourceInstanceName":"vFW 46f09cca-88a4 0","resourceName":"vFW 46f09cca-88a4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ef778c3-62d9-4261-8faf-a52ef7d78cb5","resourceInvariantUUID":"46d8fe21-d39b-44f0-b1d6-2ecad576f77d","resourceCustomizationUUID":"acbf136a-7513-4938-8905-4aa20bebe545","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml","artifactChecksum":"NTlmNmJkOWE5MjdkNzViMDVmNDZhNGVmN2VhMGY0ZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c9e7c597-5010-4ae9-9bf3-d6369f164a1b","artifactVersion":"1"},{"artifactName":"vfw46f09cca88a40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json","artifactChecksum":"ZGI3MDc4NTJkZGE5ZDk0ZjdjODUzMmZiZmFlOTZhNDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3352982b-09d0-42d4-bb97-36a13c4a3118","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8dba3545-0c5c-4fa7-b523-9aef04e699f3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml","artifactChecksum":"NjFkMmQ5YTM1M2M0ZDBhMDU5MjgxNDZlYzE5NTZlYTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d95ebbd-eeb0-4251-aa0b-cb455eb45973","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3a5a1900-4b43-4f4c-a7ca-72e7a0644127","artifactVersion":"2","generatedFromUUID":"8dba3545-0c5c-4fa7-b523-9aef04e699f3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220121020202-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml","artifactChecksum":"NWY2ODU4ZGYwYjY3ZGZhY2Q2M2FkYjY0MTA5ZDBiMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bea13b5b-8421-4d9e-9ae1-c43ef61eddcc","artifactVersion":"1"},{"artifactName":"service-Vfw20220121020202-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar","artifactChecksum":"MGI5YTkwN2U1ZGQ4YzUxNjRlZmU1ZTQwMjc1YzFmOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d27589fc-3435-41f3-95c7-a714ce6f9d3f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-21T02:04:35.575Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:04:35.576Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:35.577Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:35.577Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730674948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:04:35.677Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-21T02:04:35.678Z||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-01-21T02:04:35.678Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:35.685Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:35.685Z||pool-19-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:36.578Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:04:36.579Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:36.580Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:36.580Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730674948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "NOTIFIED"
}
2022-01-21T02:04:36.680Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:36.681Z||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-01-21T02:04:36.682Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:36.688Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:36.688Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:37.581Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:04:37.581Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:37.583Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:37.583Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730674948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-21T02:04:37.683Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:37.684Z||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-01-21T02:04:37.684Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:37.691Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:37.691Z||pool-21-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:38.583Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:04:38.584Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:38.586Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:38.586Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730674948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:04:38.687Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-21T02:04:38.687Z||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-01-21T02:04:38.687Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:38.694Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:38.694Z||pool-22-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:04:39.587Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:04:39.588Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:39.590Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:39.590Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730674948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-21T02:04:39.690Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:39.691Z||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-01-21T02:04:39.691Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:39.696Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:39.697Z||pool-23-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:40.590Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:04:40.591Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:40.593Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:40.593Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730674948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:04:40.693Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:40.694Z||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-01-21T02:04:40.694Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:40.701Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:40.701Z||pool-24-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:04:41.593Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:04:41.594Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:41.596Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:41.596Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730674948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:04:41.696Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:41.697Z||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-01-21T02:04:41.697Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:41.704Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:41.705Z||pool-25-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:04:42.598Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"serviceName": "vFW 2022-01-21 02-02-02",
"serviceVersion": "1.0",
"serviceUUID": "b7237cd0-5c6c-4c32-9a21-671cffb900bb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "39973353-b94c-4769-88f5-37523172709d",
"resources": [
{
"resourceInstanceName": "vFW 46f09cca-88a4 0",
"resourceCustomizationUUID": "acbf136a-7513-4938-8905-4aa20bebe545",
"resourceName": "vFW 46f09cca-88a4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1ef778c3-62d9-4261-8faf-a52ef7d78cb5",
"resourceInvariantUUID": "46d8fe21-d39b-44f0-b1d6-2ecad576f77d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw46f09cca88a40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"artifactChecksum": "ZGI3MDc4NTJkZGE5ZDk0ZjdjODUzMmZiZmFlOTZhNDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3352982b-09d0-42d4-bb97-36a13c4a3118",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8dba3545-0c5c-4fa7-b523-9aef04e699f3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3a5a1900-4b43-4f4c-a7ca-72e7a0644127",
"generatedFromUUID": "8dba3545-0c5c-4fa7-b523-9aef04e699f3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3a5a1900-4b43-4f4c-a7ca-72e7a0644127",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220121020202-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"artifactChecksum": "MGI5YTkwN2U1ZGQ4YzUxNjRlZmU1ZTQwMjc1YzFmOTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d27589fc-3435-41f3-95c7-a714ce6f9d3f"
}
],
"workloadContext": "Production"
}
2022-01-21T02:04:42.598Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-21T02:04:42.598Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b7237cd0-5c6c-4c32-9a21-671cffb900bb ASDC
2022-01-21T02:04:42.598Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:21d14b7a-1eba-4fe1-9344-7888a90581ce
ServiceName:vFW 2022-01-21 02-02-02
ServiceVersion:1.0
ServiceUUID:b7237cd0-5c6c-4c32-9a21-671cffb900bb
ServiceInvariantUUID:39973353-b94c-4769-88f5-37523172709d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220121020202-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar
ArtifactUUID:d27589fc-3435-41f3-95c7-a714ce6f9d3f
ArtifactChecksum:MGI5YTkwN2U1ZGQ4YzUxNjRlZmU1ZTQwMjc1YzFmOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 46f09cca-88a4 0
ResourceCustomizationUUID:acbf136a-7513-4938-8905-4aa20bebe545
ResourceInvariantUUID:46d8fe21-d39b-44f0-b1d6-2ecad576f77d
ResourceName:vFW 46f09cca-88a4
ResourceType:VF
ResourceUUID:1ef778c3-62d9-4261-8faf-a52ef7d78cb5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw46f09cca88a40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json
ArtifactUUID:3352982b-09d0-42d4-bb97-36a13c4a3118
ArtifactChecksum:ZGI3MDc4NTJkZGE5ZDk0ZjdjODUzMmZiZmFlOTZhNDA=
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/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml
ArtifactUUID:8dba3545-0c5c-4fa7-b523-9aef04e699f3
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/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env
ArtifactUUID:3a5a1900-4b43-4f4c-a7ca-72e7a0644127
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/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env
ArtifactUUID:3a5a1900-4b43-4f4c-a7ca-72e7a0644127
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-21T02:04:42.599Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7237cd0-5c6c-4c32-9a21-671cffb900bb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-21T02:04:42.625Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:04:42.625Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-21T02:04:42.626Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-21T02:04:42.626Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d27589fc-3435-41f3-95c7-a714ce6f9d3f from URL: /sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:42.626Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:04:42.626Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:42.874Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:04:42.879Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar d27589fc-3435-41f3-95c7-a714ce6f9d3f 98895
2022-01-21T02:04:42.879Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar ASDC sendASDCNotification
2022-01-21T02:04:42.879Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:42.879Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:04:42.880Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:42.881Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:42.881Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730682879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:04:42.981Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:42.982Z||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-01-21T02:04:42.982Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:42.989Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:42.989Z||pool-26-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:04:43.882Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:04:43.883Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-21T02:04:43.883Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d27589fc-3435-41f3-95c7-a714ce6f9d3f, URL: /sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar to file: /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:43.883Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220121020202-csar.csar
2022-01-21T02:04:43.884Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:43.884Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:44.146Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15470336418650560860/Definitions/service-Vfw20220121020202-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-01-21T02:04:45.884Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-21T02:04:45.885Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-21T02:04:45.885Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.885Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-21T02:04:45.885Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||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-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.885Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||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-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.885Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.885Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||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-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 46f09cca-88a4 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-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||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-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.887Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.887Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-21T02:04:45.887Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.887Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:45.887Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:45.888Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-21T02:04:45.888Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:04:45.888Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.888Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:45.889Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:45.889Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-21T02:04:45.889Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:04:45.889Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.889Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:45.890Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.890Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is not matching search criteria
2022-01-21T02:04:45.890Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-21T02:04:45.890Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-21T02:04:45.890Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-21T02:04:45.891Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.891Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.891Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.891Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-21T02:04:45.891Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-21T02:04:45.891Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-21T02:04:45.892Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.892Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.892Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-21T02:04:45.892Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.892Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-21T02:04:45.893Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.893Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-21T02:04:45.893Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.893Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:04:45.893Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.893Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:45.894Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:45.894Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.894Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:45.894Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:45.895Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.895Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:45.895Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:45.895Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.895Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is not matching search criteria
2022-01-21T02:04:45.896Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-21T02:04:45.896Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-21T02:04:45.896Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-21T02:04:45.896Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-21T02:04:45.896Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-21T02:04:45.896Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.897Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.897Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-21T02:04:45.897Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.897Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-21T02:04:45.897Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.898Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f1952442-554f-4748-88e3-202466c82dd5
2022-01-21T02:04:45.898Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.898Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is not matching search criteria
2022-01-21T02:04:45.898Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-21T02:04:45.898Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-21T02:04:45.898Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-21T02:04:45.899Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.899Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.899Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.899Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-21T02:04:45.899Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-21T02:04:45.900Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-21T02:04:45.900Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.900Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-21T02:04:45.900Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.900Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=33a3a27b-7c17-4150-a337-e0492b7e8222
2022-01-21T02:04:45.901Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.901Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is not matching search criteria
2022-01-21T02:04:45.901Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-21T02:04:45.901Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-21T02:04:45.901Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-21T02:04:45.901Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.902Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.902Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.902Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-21T02:04:45.902Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-21T02:04:45.902Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-21T02:04:45.903Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.903Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.903Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-21T02:04:45.903Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=60ce953d-3645-4bd6-9900-71a40187c308
2022-01-21T02:04:45.903Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.904Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:45.904Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.904Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:45.904Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.904Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:45.904Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:45.905Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:45.905Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-01-21 02-02-02
Description:catalog service description
Model UUID:b7237cd0-5c6c-4c32-9a21-671cffb900bb
Model Version:NULL
Model InvariantUuid:39973353-b94c-4769-88f5-37523172709d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 46f09cca-88a4
Model UUID:21a5cf2f-5406-4c27-8c3f-d08e1182e45d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:46d8fe21-d39b-44f0-b1d6-2ecad576f77d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:acbf136a-7513-4938-8905-4aa20bebe545
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4f5bd327-c74c-44f7-95b8-335c56bc6659
ModelName:Vfw46f09cca88a4..base_vfw..module-0
ModelUuid:56b8fb9c-1c2b-478c-9367-656f5070aaad
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f1952442-554f-4748-88e3-202466c82dd5
ModelInvariantUuid:b7543dd2-ab77-40dd-af73-24c19fe61b00
ModelName:vFW 46f09cca-88a4-nodes.vfwCvfc
ModelUuid:af357a51-a783-4d7c-9800-08db07ba03b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0b9af920-61e2-4002-af15-44ce2cbc40cb
ModelInvariantUuid:cb99a490-00a1-44af-8f2a-643a9d67d292
ModelName:Vfw46f09cca88a4.compute.nodes.heat.vfw
ModelUuid:c82d7be6-a550-4ac4-8611-6dd44ea29dd4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:33a3a27b-7c17-4150-a337-e0492b7e8222
ModelInvariantUuid:024cfa77-7a5d-41b6-8091-6a7348e4a9ab
ModelName:vFW 46f09cca-88a4-nodes.vsnCvfc
ModelUuid:c2a7bc9c-ca1c-4637-b5e4-959c186af2f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:05aa6067-3978-438e-8a45-e80ca6f86d45
ModelInvariantUuid:1ee87e45-13c5-4c7a-8157-4a6f91bb1053
ModelName:Vfw46f09cca88a4.compute.nodes.heat.vsn
ModelUuid:302880e7-e53a-417c-8bd2-060be2c24a25
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:60ce953d-3645-4bd6-9900-71a40187c308
ModelInvariantUuid:902bd22c-5155-4bcd-83a4-7bcb68641bb2
ModelName:vFW 46f09cca-88a4-nodes.vpgCvfc
ModelUuid:75d0fc2f-6fca-4e2f-a768-b86dd854d417
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5a4052ab-9d9e-440e-aa4a-3bc737b25cca
ModelInvariantUuid:304a8e5f-0030-4286-9988-5fcc9e0c2df0
ModelName:Vfw46f09cca88a4.compute.nodes.heat.vpg
ModelUuid:12b0645e-322e-4cb6-b242-b5bb8e942bfa
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-01-21T02:04:45.908Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ef778c3-62d9-4261-8faf-a52ef7d78cb5
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-01-21T02:04:45.909Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||vFW 46f09cca-88a4 0
2022-01-21T02:04:45.909Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ef778c3-62d9-4261-8faf-a52ef7d78cb5
2022-01-21T02:04:45.910Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3352982b-09d0-42d4-bb97-36a13c4a3118 from URL: /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json
2022-01-21T02:04:45.910Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:04:45.910Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json
2022-01-21T02:04:46.166Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:04:46.167Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json 3352982b-09d0-42d4-bb97-36a13c4a3118 785
2022-01-21T02:04:46.167Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json ASDC sendASDCNotification
2022-01-21T02:04:46.167Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json
2022-01-21T02:04:46.167Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:04:46.168Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:46.169Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:46.169Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730686167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:04:46.269Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:46.270Z||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-01-21T02:04:46.270Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:46.276Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:46.277Z||pool-27-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:47.170Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw46f09cca88a4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4f5bd327-c74c-44f7-95b8-335c56bc6659",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "56b8fb9c-1c2b-478c-9367-656f5070aaad",
"vfModuleModelCustomizationUUID": "147f17d8-7a3a-4974-bbca-342d14693a58",
"isBase": true,
"artifacts": [
"8dba3545-0c5c-4fa7-b523-9aef04e699f3",
"3a5a1900-4b43-4f4c-a7ca-72e7a0644127"
],
"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-01-21T02:04:47.173Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw46f09cca88a4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56b8fb9c-1c2b-478c-9367-656f5070aaad
VfModuleModelInvariantUUID:4f5bd327-c74c-44f7-95b8-335c56bc6659
VfModuleModelDescription:NULL
Artifacts UUID List:{
8dba3545-0c5c-4fa7-b523-9aef04e699f3
,
3a5a1900-4b43-4f4c-a7ca-72e7a0644127
}
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-01-21T02:04:47.175Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw46f09cca88a4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4f5bd327-c74c-44f7-95b8-335c56bc6659",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "56b8fb9c-1c2b-478c-9367-656f5070aaad",
"vfModuleModelCustomizationUUID": "147f17d8-7a3a-4974-bbca-342d14693a58",
"isBase": true,
"artifacts": [
"8dba3545-0c5c-4fa7-b523-9aef04e699f3",
"3a5a1900-4b43-4f4c-a7ca-72e7a0644127"
],
"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-01-21T02:04:47.175Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw46f09cca88a4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56b8fb9c-1c2b-478c-9367-656f5070aaad
VfModuleModelInvariantUUID:4f5bd327-c74c-44f7-95b8-335c56bc6659
VfModuleModelDescription:NULL
Artifacts UUID List:{
8dba3545-0c5c-4fa7-b523-9aef04e699f3
,
3a5a1900-4b43-4f4c-a7ca-72e7a0644127
}
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-01-21T02:04:47.175Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8dba3545-0c5c-4fa7-b523-9aef04e699f3 from URL: /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml
2022-01-21T02:04:47.175Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:04:47.175Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml
2022-01-21T02:04:47.370Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:04:47.370Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml 8dba3545-0c5c-4fa7-b523-9aef04e699f3 20368
2022-01-21T02:04:47.371Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-21T02:04:47.371Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml
2022-01-21T02:04:47.371Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:04:47.371Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:47.373Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:47.373Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730687371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:04:47.473Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:47.474Z||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-01-21T02:04:47.474Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:47.481Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:47.482Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:48.373Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3a5a1900-4b43-4f4c-a7ca-72e7a0644127 from URL: /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env
2022-01-21T02:04:48.374Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:04:48.374Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env
2022-01-21T02:04:48.424Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:04:48.424Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env 3a5a1900-4b43-4f4c-a7ca-72e7a0644127 2098
2022-01-21T02:04:48.424Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-21T02:04:48.424Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env
2022-01-21T02:04:48.424Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:04:48.424Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:48.426Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:48.426Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730688424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:04:48.526Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:48.526Z||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-01-21T02:04:48.527Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:48.533Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:48.534Z||pool-29-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:49.426Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b7237cd0-5c6c-4c32-9a21-671cffb900bb
2022-01-21T02:04:49.427Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 46f09cca-88a4 0 1ef778c3-62d9-4261-8faf-a52ef7d78cb5 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-01-21T02:04:49.443Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2751673d, org.onap.sdc.toscaparser.api.parameters.Input@19fee5cb, org.onap.sdc.toscaparser.api.parameters.Input@3ee8a7a7, org.onap.sdc.toscaparser.api.parameters.Input@2da55768, org.onap.sdc.toscaparser.api.parameters.Input@1e1b56e]
2022-01-21T02:04:49.445Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.445Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.445Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-01-21T02:04:49.445Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= acbf136a-7513-4938-8905-4aa20bebe545
2022-01-21T02:04:49.445Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: acbf136a-7513-4938-8905-4aa20bebe545 matches Tosca VF Customization UUID: acbf136a-7513-4938-8905-4aa20bebe545
2022-01-21T02:04:49.445Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: acbf136a-7513-4938-8905-4aa20bebe545 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-01-21T02:04:49.447Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.447Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.448Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id acbf136a-7513-4938-8905-4aa20bebe545: {\"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-01-21T02:04:49.448Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e275be5
2022-01-21T02:04:49.448Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.449Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:04:49.449Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 147f17d8-7a3a-4974-bbca-342d14693a58
2022-01-21T02:04:49.449Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 147f17d8-7a3a-4974-bbca-342d14693a58
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-01-21T02:04:49.450Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.450Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:49.451Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:49.451Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.451Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:49.451Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:49.451Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.452Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is not matching search criteria
2022-01-21T02:04:49.452Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-21T02:04:49.452Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-21T02:04:49.452Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-21T02:04:49.453Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-21T02:04:49.453Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-21T02:04:49.453Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.453Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:49.453Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-21T02:04:49.453Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:49.454Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-21T02:04:49.454Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.454Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f1952442-554f-4748-88e3-202466c82dd5
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-01-21T02:04:49.456Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.456Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:49.456Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:49.456Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.457Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is not matching search criteria
2022-01-21T02:04:49.457Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-21T02:04:49.457Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-21T02:04:49.457Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-21T02:04:49.457Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.458Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:49.458Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.458Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-21T02:04:49.458Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-21T02:04:49.458Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-21T02:04:49.458Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:49.458Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-21T02:04:49.459Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.459Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=33a3a27b-7c17-4150-a337-e0492b7e8222
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-01-21T02:04:49.460Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.460Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:49.461Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:49.463Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.463Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-21T02:04:49.465Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.465Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:49.465Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-21T02:04:49.465Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=60ce953d-3645-4bd6-9900-71a40187c308
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-01-21T02:04:49.466Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.467Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:49.467Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:49.467Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.467Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:49.467Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=acbf136a-7513-4938-8905-4aa20bebe545
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-01-21T02:04:49.469Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.469Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.469Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b7237cd0-5c6c-4c32-9a21-671cffb900bb: vFW 46f09cca-88a4
2022-01-21T02:04:49.469Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.469Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.469Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.469Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.470Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.470Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.470Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.470Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.470Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:04:49.470Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.470Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-01-21 02-02-02
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-01-21T02:04:49.573Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 46f09cca-88a4 1ef778c3-62d9-4261-8faf-a52ef7d78cb5 1 ASDC deployResourceStructure
2022-01-21T02:04:49.574Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json ASDC sendASDCNotification
2022-01-21T02:04:49.574Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json
2022-01-21T02:04:49.574Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:04:49.574Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:49.576Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:49.576Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730689574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "DEPLOY_OK"
}
2022-01-21T02:04:49.676Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:49.677Z||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-01-21T02:04:49.677Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:49.683Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:49.684Z||pool-30-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:50.577Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-21T02:04:50.577Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml
2022-01-21T02:04:50.577Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:04:50.577Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:50.579Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:50.579Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730690577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-21T02:04:50.680Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-21T02:04:50.681Z||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-01-21T02:04:50.681Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:50.688Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:50.688Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:51.580Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-21T02:04:51.581Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env
2022-01-21T02:04:51.581Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:04:51.581Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:51.583Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:51.583Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730691580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-21T02:04:51.683Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:51.684Z||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-01-21T02:04:51.684Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:51.690Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:51.690Z||pool-32-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:52.584Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar ASDC sendASDCNotification
2022-01-21T02:04:52.584Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:52.584Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:04:52.585Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:52.587Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:52.587Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730692584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:04:52.687Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:52.688Z||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-01-21T02:04:52.688Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:52.695Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:04:52.695Z||pool-33-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:53.588Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
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-01-21T02:04:53.594Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
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-01-21T02:04:53.595Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:04:53.595Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:04:53.596Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:05:23.596Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
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-01-21T02:05:23.601Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
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-01-21T02:05:23.602Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:05:23.602Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:05:23.602Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:05:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:05:34.951Z||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-01-21T02:05:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:05:34.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:05:34.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "cds",
"timestamp": 1642730640994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "cds",
"timestamp": 1642730640994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730649092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "cds",
"timestamp": 1642730640994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730649092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "NOTIFIED"
}
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "cds",
"timestamp": 1642730640994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730649092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "cds",
"timestamp": 1642730640994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730649092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "cds",
"timestamp": 1642730640994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1642730652709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730649092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "cds",
"timestamp": 1642730640994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1642730652709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730649092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "cds",
"timestamp": 1642730655174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1642730652709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730649092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:05:34.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "policy-id",
"timestamp": 1642730655349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "cds",
"timestamp": 1642730656179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-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-01-21T02:05:34.981Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21d14b7a-1eba-4fe1-9344-7888a90581ce
2022-01-21T02:05:34.981Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d14b7a-1eba-4fe1-9344-7888a90581ce 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-01-21T02:05:34.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1642730652709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730656912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:05:34.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:34.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "policy-id",
"timestamp": 1642730655349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1642730652709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730657981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "policy-id",
"timestamp": 1642730655349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1642730652709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "policy-id",
"timestamp": 1642730655349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730659029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1642730652709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "policy-id",
"timestamp": 1642730655349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730660053,
"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-01-21T02:05:34.992Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21d14b7a-1eba-4fe1-9344-7888a90581ce
2022-01-21T02:05:34.992Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d14b7a-1eba-4fe1-9344-7888a90581ce 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-01-21T02:05:34.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "policy-id",
"timestamp": 1642730655349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642730661057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "DEPLOY_OK"
}
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "clamp",
"timestamp": 1642730660494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "policy-id",
"timestamp": 1642730655349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "clamp",
"timestamp": 1642730660494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "NOTIFIED"
}
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "aai-ml",
"timestamp": 1642730662408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "clamp",
"timestamp": 1642730660494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "policy-id",
"timestamp": 1642730663138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "aai-ml",
"timestamp": 1642730662408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "clamp",
"timestamp": 1642730660494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "policy-id",
"timestamp": 1642730664141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "aai-ml",
"timestamp": 1642730662408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "clamp",
"timestamp": 1642730660494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:34.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "policy-id",
"timestamp": 1642730665144,
"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-01-21T02:05:35.002Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21d14b7a-1eba-4fe1-9344-7888a90581ce
2022-01-21T02:05:35.003Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d14b7a-1eba-4fe1-9344-7888a90581ce 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-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "aai-ml",
"timestamp": 1642730662408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "clamp",
"timestamp": 1642730660494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "aai-ml",
"timestamp": 1642730662408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "clamp",
"timestamp": 1642730660494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "aai-ml",
"timestamp": 1642730662408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730667629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "aai-ml",
"timestamp": 1642730662408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730667629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "aai-ml",
"timestamp": 1642730670208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730667629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730667629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730667629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730667629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730667629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:05:53.602Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
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-01-21T02:05:53.609Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
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-01-21T02:05:53.610Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:05:53.611Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:05:53.611Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:06:23.611Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
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-01-21T02:06:23.616Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
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-01-21T02:06:23.618Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:06:23.618Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:06:23.618Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:06:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:06:34.951Z||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-01-21T02:06:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:06:35.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:06:35.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730675422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:06:35.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730674948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "clamp",
"timestamp": 1642730676535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730674948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "NOTIFIED"
}
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730674948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730678505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "clamp",
"timestamp": 1642730678542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "aai-ml",
"timestamp": 1642730678571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730674948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642730679509,
"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-01-21T02:06:35.478Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21d14b7a-1eba-4fe1-9344-7888a90581ce
2022-01-21T02:06:35.478Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d14b7a-1eba-4fe1-9344-7888a90581ce 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-01-21T02:06:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "clamp",
"timestamp": 1642730679546,
"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-01-21T02:06:35.486Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21d14b7a-1eba-4fe1-9344-7888a90581ce
2022-01-21T02:06:35.486Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d14b7a-1eba-4fe1-9344-7888a90581ce 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-01-21T02:06:35.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "aai-ml",
"timestamp": 1642730679574,
"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-01-21T02:06:35.493Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21d14b7a-1eba-4fe1-9344-7888a90581ce
2022-01-21T02:06:35.493Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d14b7a-1eba-4fe1-9344-7888a90581ce 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-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730674948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730674948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730674948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730682879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730686167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730687371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730688424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730689574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
"status": "DEPLOY_OK"
}
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730690577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730691580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730692584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:53.618Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
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-01-21T02:06:53.624Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
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-01-21T02:06:53.627Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:06:53.627Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-21T02:06:53.627Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-21T02:06:53.627Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-21T02:06:53.627Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:06:53.628Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:06:53.628Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:06:53.628Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:06:53.628Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:06:53.628Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:06:53.628Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-21T02:06:53.632Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-21T02:07:23.632Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce 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-01-21T02:07:23.637Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce and serviceModelVersionId: b7237cd0-5c6c-4c32-9a21-671cffb900bb
2022-01-21T02:07:23.637Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39973353-b94c-4769-88f5-37523172709d
2022-01-21T02:07:23.637Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0
2022-01-21T02:07:23.641Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-21T02:07:23.675Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0|INFO|500||Invoke
2022-01-21T02:07:23.676Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[21d14b7a-1eba-4fe1-9344-7888a90581ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b603adb9-06a5-4d7a-b9e9-17f0e822cedd], X-ECOMP-RequestID=[21d14b7a-1eba-4fe1-9344-7888a90581ce], X-TransactionId=[], X-ONAP-RequestID=[21d14b7a-1eba-4fe1-9344-7888a90581ce], Content-Type=[application/merge-patch+json]}
2022-01-21T02:07:23.695Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-21T02:07:24.025Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?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/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220121-02:07:23:700-95620], vertex-id=[180352], Content-Length=[0], Date=[Fri, 21 Jan 2022 02:07:23 GMT], Content-Type=[application/json]}
2022-01-21T02:07:24.025Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-21T02:07:24.025Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0|INFO|500||InvokeReturn
2022-01-21T02:07:24.025Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-21T02:07:24.026Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-21T02:07:24.028Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-21T02:07:24.028Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21d14b7a-1eba-4fe1-9344-7888a90581ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-21T02:07:24.028Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-21T02:07:24.029Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:07:24.030Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:07:24.030Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730844028,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:07:24.130Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:07:24.131Z||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-01-21T02:07:24.131Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:07:24.141Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:07:24.141Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 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-01-21T02:07:25.038Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:07:25.039Z||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-01-21T02:07:25.039Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:07:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:07:34.951Z||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-01-21T02:07:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:07:35.255Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:07:35.255Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:07:35.256Z||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-01-21T02:07:35.256Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:07:35.569Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:07:35.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:07:35.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642730844028,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:07:35.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:07:44.785Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:07:44.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:07:44.786Z||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-01-21T02:07:44.786Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:07:54.316Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:08:34.948Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:08:34.949Z||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-01-21T02:08:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:08:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:08:34.950Z||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-01-21T02:08:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:08:44.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:08:44.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:09:34.948Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:09:34.949Z||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-01-21T02:09:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:09:34.950Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:09:34.950Z||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-01-21T02:09:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:09:44.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:09:44.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:10:34.948Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:10:34.949Z||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-01-21T02:10:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:10:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:10:34.950Z||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-01-21T02:10:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:10:44.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:10:44.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:11:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:11:34.949Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:11:34.949Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:11:34.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:11:34.951Z||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-01-21T02:11:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:11:44.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:11:44.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:12:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:12:34.949Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:12:34.949Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:12:34.950Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:12:34.950Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|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-01-21T02:12:34.951Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|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 GA56EUWC164xREHU) ...
2022-01-21T02:12:44.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:12:44.486Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:13:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:13:34.950Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:13:34.950Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:13:34.950Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:13:34.950Z||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-01-21T02:13:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:13:44.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:13:44.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:14:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:14:34.949Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:14:34.949Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:14:34.950Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:14:34.951Z||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-01-21T02:14:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:14:44.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:14:44.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:15:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:15:34.949Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:15:34.949Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:15:34.950Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:15:34.950Z||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-01-21T02:15:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:15:44.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:15:44.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:16:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:16:34.949Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:16:34.949Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:16:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:16:34.950Z||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-01-21T02:16:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:16:44.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:16:44.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:17:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:17:34.949Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:17:34.949Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:17:34.950Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:17:34.950Z||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-01-21T02:17:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:17:44.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:17:44.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:18:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:18:34.949Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:18:34.949Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:18:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:18:34.950Z||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-01-21T02:18:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:18:35.413Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:18:35.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731489092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731492709,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731489092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731492709,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731489092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731492709,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "policy-id",
"timestamp": 1642731495349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731489092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731492709,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "cds",
"timestamp": 1642731495994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "policy-id",
"timestamp": 1642731495349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731489092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731492709,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "cds",
"timestamp": 1642731495994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "policy-id",
"timestamp": 1642731495349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731489092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731492709,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "cds",
"timestamp": 1642731495994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "policy-id",
"timestamp": 1642731495349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731489092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731492709,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "cds",
"timestamp": 1642731495994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "policy-id",
"timestamp": 1642731495349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731489092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731492709,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "cds",
"timestamp": 1642731495994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "policy-id",
"timestamp": 1642731495349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "clamp",
"timestamp": 1642731500494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "cds",
"timestamp": 1642731495994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731501715,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "policy-id",
"timestamp": 1642731495349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "clamp",
"timestamp": 1642731500494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "cds",
"timestamp": 1642731495994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731502965,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "policy-id",
"timestamp": 1642731495349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "aai-ml",
"timestamp": 1642731502408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "clamp",
"timestamp": 1642731500494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "cds",
"timestamp": 1642731495994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731503968,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-01-21T02:18:35.436Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
2022-01-21T02:18:35.436Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 and ComponentName
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-01-21T02:18:35.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "aai-ml",
"timestamp": 1642731502408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "clamp",
"timestamp": 1642731500494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "policy-id",
"timestamp": 1642731504215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "cds",
"timestamp": 1642731504908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "aai-ml",
"timestamp": 1642731502408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "clamp",
"timestamp": 1642731500494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "policy-id",
"timestamp": 1642731505219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:18:35.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:18:35.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "cds",
"timestamp": 1642731505913,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-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-01-21T02:18:35.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
2022-01-21T02:18:35.446Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 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-01-21T02:18:35.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "aai-ml",
"timestamp": 1642731502408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "clamp",
"timestamp": 1642731500494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "policy-id",
"timestamp": 1642731506221,
"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-01-21T02:18:35.458Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
2022-01-21T02:18:35.458Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 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-01-21T02:18:35.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "aai-ml",
"timestamp": 1642731502408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "clamp",
"timestamp": 1642731500494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "aai-ml",
"timestamp": 1642731502408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "clamp",
"timestamp": 1642731500494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731507630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "aai-ml",
"timestamp": 1642731502408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731507630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "aai-ml",
"timestamp": 1642731502408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731507630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "aai-ml",
"timestamp": 1642731511204,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731507630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731507630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731507630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731507630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:18:35.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:18:35.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b3179e7-56e6-4d8e-9eea-172f1ac38b82","serviceName":"Demo_pNF_ed7mH5NZpmszZaVJrLcr","serviceVersion":"1.0","serviceUUID":"7eddcdd2-8abe-4bca-bc3b-495caaff3759","serviceDescription":"catalog service description","serviceInvariantUUID":"4fa32221-7acb-4cec-b422-2a75a3fc0cd1","resources":[{"resourceInstanceName":"pNF 2fdd1655-6e5e 0","resourceName":"pNF 2fdd1655-6e5e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b099c841-b8d8-4a52-9e09-3862a3d18279","resourceInvariantUUID":"483ca0a3-5913-4586-95d2-968e56a0292e","resourceCustomizationUUID":"7bc3a9b4-9b1a-44ce-8c3b-04834c64f382","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml","artifactChecksum":"NTc2ODgwZWQzNTNhNTZkNTI5OTA3ZWY3YTQ1MzJmMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c270a57b-ebcf-4818-b819-23a5c39544ad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar","artifactChecksum":"OGRhNTk0OGYxYmRkNWMxNzBkYzQzYzU0OTE0YzdlMGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"efba4286-674a-493c-8cd3-316896569140","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0b7fab71-68e2-4ed6-8f8b-267b2c7e7b36","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml","artifactChecksum":"NGM3NzUwMmE1ODg5NmM5OTkwZGVkMzgyMTFlYzZmZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aae3508d-484a-4ec8-8cf5-ca715e6ce4a5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"978b0431-f14a-4b2d-b650-4c1f68dea584","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95c5897a-ba1c-4e31-9fea-a6b4b64bf1ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml","artifactChecksum":"NjcyZjAzMWJkNGM0MjIxNmYyYWZmZTBkMjA3ZWJlY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a104ab7a-31df-4432-b3a1-d40b398d43a6","artifactVersion":"1"},{"artifactName":"service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar","artifactChecksum":"MGMyMWQ1ZDNjZTc3OTA4YmE5MGNiOWJlYzBjZWNiNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e674b20d-7cd4-4157-9e4d-7d58f197823b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-21T02:18:35.569Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:35.570Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:35.571Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:35.572Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.672Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:35.672Z||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-01-21T02:18:35.673Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:35.679Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:18:35.680Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:36.572Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:36.573Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:36.574Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:36.574Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:36.674Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:36.675Z||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-01-21T02:18:36.675Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:36.680Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:18:36.681Z||pool-36-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:37.575Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:37.576Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:37.578Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:37.578Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:37.678Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:37.679Z||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-01-21T02:18:37.679Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:37.686Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:18:37.687Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:38.578Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:38.579Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:38.581Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:38.581Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:38.681Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:38.681Z||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-01-21T02:18:38.681Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:38.688Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:18:38.688Z||pool-38-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:39.581Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:39.582Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:39.583Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:39.583Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:39.683Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:39.684Z||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-01-21T02:18:39.684Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:39.690Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:18:39.691Z||pool-39-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:40.584Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:40.584Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:40.586Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:40.586Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:40.686Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:40.687Z||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-01-21T02:18:40.687Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:40.693Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:18:40.693Z||pool-40-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:41.586Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:41.587Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:41.589Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:41.589Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:18:41.689Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:41.690Z||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-01-21T02:18:41.690Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:41.697Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:18:41.698Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:42.589Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:42.590Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:42.592Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:42.592Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:18:42.692Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:42.693Z||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-01-21T02:18:42.694Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:42.702Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:18:42.703Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:43.593Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"serviceName": "Demo_pNF_ed7mH5NZpmszZaVJrLcr",
"serviceVersion": "1.0",
"serviceUUID": "7eddcdd2-8abe-4bca-bc3b-495caaff3759",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4fa32221-7acb-4cec-b422-2a75a3fc0cd1",
"resources": [
{
"resourceInstanceName": "pNF 2fdd1655-6e5e 0",
"resourceCustomizationUUID": "7bc3a9b4-9b1a-44ce-8c3b-04834c64f382",
"resourceName": "pNF 2fdd1655-6e5e",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "b099c841-b8d8-4a52-9e09-3862a3d18279",
"resourceInvariantUUID": "483ca0a3-5913-4586-95d2-968e56a0292e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"artifactChecksum": "MGMyMWQ1ZDNjZTc3OTA4YmE5MGNiOWJlYzBjZWNiNmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e674b20d-7cd4-4157-9e4d-7d58f197823b"
}
],
"workloadContext": "Production"
}
2022-01-21T02:18:43.594Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-21T02:18:43.594Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7eddcdd2-8abe-4bca-bc3b-495caaff3759 ASDC
2022-01-21T02:18:43.594Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8b3179e7-56e6-4d8e-9eea-172f1ac38b82
ServiceName:Demo_pNF_ed7mH5NZpmszZaVJrLcr
ServiceVersion:1.0
ServiceUUID:7eddcdd2-8abe-4bca-bc3b-495caaff3759
ServiceInvariantUUID:4fa32221-7acb-4cec-b422-2a75a3fc0cd1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
ArtifactUUID:e674b20d-7cd4-4157-9e4d-7d58f197823b
ArtifactChecksum:MGMyMWQ1ZDNjZTc3OTA4YmE5MGNiOWJlYzBjZWNiNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2fdd1655-6e5e 0
ResourceCustomizationUUID:7bc3a9b4-9b1a-44ce-8c3b-04834c64f382
ResourceInvariantUUID:483ca0a3-5913-4586-95d2-968e56a0292e
ResourceName:pNF 2fdd1655-6e5e
ResourceType:PNF
ResourceUUID:b099c841-b8d8-4a52-9e09-3862a3d18279
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-01-21T02:18:43.594Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7eddcdd2-8abe-4bca-bc3b-495caaff3759 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-01-21T02:18:43.612Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:18:43.612Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:18:43.612Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:18:43.613Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e674b20d-7cd4-4157-9e4d-7d58f197823b from URL: /sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:43.613Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:18:43.613Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:43.868Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:18:43.872Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar e674b20d-7cd4-4157-9e4d-7d58f197823b 82618
2022-01-21T02:18:43.872Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar ASDC sendASDCNotification
2022-01-21T02:18:43.872Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:43.872Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:18:43.873Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:43.874Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:43.874Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731523872,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:18:43.974Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:43.975Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-21T02:18:43.975Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:43.982Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:18:43.982Z||pool-43-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:44.875Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:18:44.876Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:18:44.876Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e674b20d-7cd4-4157-9e4d-7d58f197823b, URL: /sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar to file: /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:44.876Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:44.876Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:44.877Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:44.994Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13205449801275207585/Definitions/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml
2022-01-21T02:18:45.615Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-21T02:18:45.615Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:18:45.615Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.615Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-21T02:18:45.615Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2fdd1655-6e5e 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Node template pNF 2fdd1655-6e5e 0 is matching search criteria
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 2fdd1655-6e5e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Node template pNF 2fdd1655-6e5e 0 is matching search criteria
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 2fdd1655-6e5e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_ed7mH5NZpmszZaVJrLcr
Description:catalog service description
Model UUID:7eddcdd2-8abe-4bca-bc3b-495caaff3759
Model Version:NULL
Model InvariantUuid:4fa32221-7acb-4cec-b422-2a75a3fc0cd1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
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-01-21T02:18:45.627Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: b099c841-b8d8-4a52-9e09-3862a3d18279
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-01-21T02:18:45.631Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||pNF 2fdd1655-6e5e 0
2022-01-21T02:18:45.631Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b099c841-b8d8-4a52-9e09-3862a3d18279
2022-01-21T02:18:45.631Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 7eddcdd2-8abe-4bca-bc3b-495caaff3759
2022-01-21T02:18:45.631Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7eddcdd2-8abe-4bca-bc3b-495caaff3759
2022-01-21T02:18:45.631Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2fdd1655-6e5e 0 b099c841-b8d8-4a52-9e09-3862a3d18279 ASDC
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-01-21T02:18:45.636Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ede0489, org.onap.sdc.toscaparser.api.parameters.Input@501ae988, org.onap.sdc.toscaparser.api.parameters.Input@1f756043, org.onap.sdc.toscaparser.api.parameters.Input@68d3873c, org.onap.sdc.toscaparser.api.parameters.Input@76b72ce3]
2022-01-21T02:18:45.636Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:18:45.636Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.637Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7eddcdd2-8abe-4bca-bc3b-495caaff3759: pNF 2fdd1655-6e5e
2022-01-21T02:18:45.637Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||Processing PNF resource: b099c841-b8d8-4a52-9e09-3862a3d18279
2022-01-21T02:18:45.637Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:18:45.637Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.637Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||Resource customization UUID: 7bc3a9b4-9b1a-44ce-8c3b-04834c64f382 is the same as notified resource customizationUUID: 7bc3a9b4-9b1a-44ce-8c3b-04834c64f382
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_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 (?, ?, ?, ?, ?)
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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-01-21T02:18:45.686Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2fdd1655-6e5e b099c841-b8d8-4a52-9e09-3862a3d18279 0 ASDC deployResourceStructure
2022-01-21T02:18:45.686Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar ASDC sendASDCNotification
2022-01-21T02:18:45.686Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.686Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:18:45.687Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:45.688Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:45.688Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731525686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:18:45.788Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:45.789Z||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-01-21T02:18:45.789Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:45.796Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:18:45.797Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:46.689Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
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-01-21T02:18:46.696Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
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-01-21T02:18:46.698Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:18:46.698Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:18:46.698Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:19:16.699Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
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-01-21T02:19:16.708Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
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-01-21T02:19:16.711Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:19:16.711Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:19:16.711Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:19:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:19:34.951Z||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-01-21T02:19:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:19:34.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:19:34.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:19:34.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731507630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:19:34.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:19:46.711Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
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-01-21T02:19:46.718Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
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-01-21T02:19:46.720Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:19:46.720Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:19:46.720Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:20:16.720Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
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-01-21T02:20:16.728Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
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-01-21T02:20:16.731Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:20:16.731Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:20:16.731Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:20:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:20:34.951Z||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-01-21T02:20:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:20:34.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:20:34.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:20:34.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:20:34.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:20:46.731Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
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-01-21T02:20:46.740Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
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-01-21T02:20:46.745Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:20:46.745Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:20:46.745Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:21:16.745Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
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-01-21T02:21:16.752Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
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-01-21T02:21:16.754Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:21:16.754Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:21:16.754Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:21:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:21:34.951Z||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-01-21T02:21:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:21:34.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:21:34.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "aai-ml",
"timestamp": 1642731515584,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731516501,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "aai-ml",
"timestamp": 1642731516587,
"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-01-21T02:21:34.980Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
2022-01-21T02:21:34.980Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 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-01-21T02:21:34.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:34.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:34.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731518237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "clamp",
"timestamp": 1642731518611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731519240,
"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-01-21T02:21:34.992Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
2022-01-21T02:21:34.992Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 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-01-21T02:21:34.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:34.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:34.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:34.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:34.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "clamp",
"timestamp": 1642731520618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:21:34.999Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:34.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:34.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:34.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "clamp",
"timestamp": 1642731521622,
"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-01-21T02:21:35.003Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
2022-01-21T02:21:35.003Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 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-01-21T02:21:35.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731514948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731523872,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731525686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731552709,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731549092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731552709,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731549092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731552709,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731549092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "policy-id",
"timestamp": 1642731555349,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731552709,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731549092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "cds",
"timestamp": 1642731555994,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "policy-id",
"timestamp": 1642731555349,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731552709,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731549092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "cds",
"timestamp": 1642731555994,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "policy-id",
"timestamp": 1642731555349,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731552709,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731549092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "cds",
"timestamp": 1642731555994,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "policy-id",
"timestamp": 1642731555349,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1642731552709,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731549092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "cds",
"timestamp": 1642731555994,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "policy-id",
"timestamp": 1642731555349,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "cds",
"timestamp": 1642731555994,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731560911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "policy-id",
"timestamp": 1642731555349,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "clamp",
"timestamp": 1642731560494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "cds",
"timestamp": 1642731555994,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "policy-id",
"timestamp": 1642731555349,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "clamp",
"timestamp": 1642731560494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731562209,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "cds",
"timestamp": 1642731555994,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "aai-ml",
"timestamp": 1642731562408,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "clamp",
"timestamp": 1642731560494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "policy-id",
"timestamp": 1642731563212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731563503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "cds",
"timestamp": 1642731563919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "aai-ml",
"timestamp": 1642731562408,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "clamp",
"timestamp": 1642731560494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "policy-id",
"timestamp": 1642731564215,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731564524,
"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=?
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-01-21T02:21:35.027Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e543a02c-e3e3-45db-a291-2e40115f0a1f
2022-01-21T02:21:35.027Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e543a02c-e3e3-45db-a291-2e40115f0a1f 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-01-21T02:21:35.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "cds",
"timestamp": 1642731564923,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-21T02:21:35.035Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e543a02c-e3e3-45db-a291-2e40115f0a1f
2022-01-21T02:21:35.035Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e543a02c-e3e3-45db-a291-2e40115f0a1f 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-01-21T02:21:35.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "aai-ml",
"timestamp": 1642731562408,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "clamp",
"timestamp": 1642731560494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "policy-id",
"timestamp": 1642731565218,
"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-01-21T02:21:35.044Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e543a02c-e3e3-45db-a291-2e40115f0a1f
2022-01-21T02:21:35.044Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e543a02c-e3e3-45db-a291-2e40115f0a1f 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-01-21T02:21:35.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642731565529,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "aai-ml",
"timestamp": 1642731562408,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "clamp",
"timestamp": 1642731560494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "aai-ml",
"timestamp": 1642731562408,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "clamp",
"timestamp": 1642731560494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "aai-ml",
"timestamp": 1642731562408,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731567629,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "aai-ml",
"timestamp": 1642731562408,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731567629,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731567629,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "aai-ml",
"timestamp": 1642731570290,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731567629,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731567629,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "clamp",
"timestamp": 1642731572616,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731567629,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642731567629,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "clamp",
"timestamp": 1642731574624,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:46.754Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
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-01-21T02:21:46.762Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
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-01-21T02:21:46.765Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:21:46.765Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-21T02:21:46.765Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-21T02:21:46.765Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-21T02:21:46.765Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:21:46.766Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:21:46.766Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:21:46.766Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:21:46.766Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:21:46.766Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:21:46.766Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-21T02:21:46.766Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||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-01-21T02:21:46.770Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-21T02:22:16.771Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 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-01-21T02:22:16.775Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 and serviceModelVersionId: 7eddcdd2-8abe-4bca-bc3b-495caaff3759
2022-01-21T02:22:16.775Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4fa32221-7acb-4cec-b422-2a75a3fc0cd1
2022-01-21T02:22:16.776Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0
2022-01-21T02:22:16.780Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-01-21T02:22:16.819Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0|INFO|500||Invoke
2022-01-21T02:22:16.820Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8b3179e7-56e6-4d8e-9eea-172f1ac38b82], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44a7c0e3-c4d3-44cd-b5eb-2287e11fb5de], X-ECOMP-RequestID=[8b3179e7-56e6-4d8e-9eea-172f1ac38b82], X-TransactionId=[], X-ONAP-RequestID=[8b3179e7-56e6-4d8e-9eea-172f1ac38b82], Content-Type=[application/merge-patch+json]}
2022-01-21T02:22:16.838Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-21T02:22:16.922Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?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/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220121-02:22:16:844-31646], vertex-id=[241888], Content-Length=[0], Date=[Fri, 21 Jan 2022 02:22:16 GMT], Content-Type=[application/json]}
2022-01-21T02:22:16.923Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-21T02:22:16.923Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0|INFO|500||InvokeReturn
2022-01-21T02:22:16.924Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-21T02:22:16.924Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-21T02:22:16.926Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-21T02:22:16.927Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-21T02:22:16.927Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-21T02:22:16.927Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:16.928Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:16.928Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731736927,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:22:17.028Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:17.029Z||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-01-21T02:22:17.029Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:17.037Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:22:17.038Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 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-01-21T02:22:17.937Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:22:17.937Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:22:17.937Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:22:22.249Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:22:22.250Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-21T02:22:22.250Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e543a02c-e3e3-45db-a291-2e40115f0a1f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"25424647-dadf-4a38-973d-e9b8689c7892","serviceDescription":"service","serviceInvariantUUID":"f70dcb1b-8a98-4f24-991a-3a83276cdcc1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dfdfacec-72f0-445b-b72f-89399ad4e0b0","resourceInvariantUUID":"a05baab0-770e-4633-a3dc-29d21c404789","resourceCustomizationUUID":"f0d1978a-07db-42b7-a965-cd875cddc250","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"Nzg2Y2Q2NGJkODc5YmFkNDhjZjU4ZjE2ZjM4Y2Y2ZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1fd51f6d-fac0-451b-8d0b-4296d4a3afcb","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZjhkOGI1MWE2NzU1YzllMWE1ODIwMjMzOTBiZGFjZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c995ca8-bd43-4e65-9ea4-b3ceda68f641","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"02ab5cf8-3797-4443-87ba-86c0dc0a389b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8972391a-03bc-4aaa-9033-0d3b390697a3","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5f541f7b-11a1-4084-908e-db5794ce72ef","artifactVersion":"2","generatedFromUUID":"02ab5cf8-3797-4443-87ba-86c0dc0a389b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWRjZDhlODU5ODc1YmFmMDFmMzhkOTZlMzk4OThmMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f48b484-bb8a-4ae7-b163-fcb8ef63f0ea","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjUzYTRiMGFjYTlkMjUwNGU1OTZlMzg2ZTc5M2QyNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f041dddd-7446-4629-b62c-bcd68e084b7f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-21T02:22:22.252Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:22:22.252Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:22.254Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:22.254Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731737937,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:22:22.354Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:22.355Z||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-01-21T02:22:22.355Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:22.361Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:22:22.361Z||pool-46-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:22:23.255Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:22:23.256Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:23.257Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:23.257Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731737937,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-01-21T02:22:23.357Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:23.358Z||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-01-21T02:22:23.358Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:23.364Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:22:23.364Z||pool-47-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:24.258Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:22:24.258Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:24.260Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:24.260Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731737937,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-01-21T02:22:24.360Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:24.360Z||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-01-21T02:22:24.361Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:24.367Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:22:24.367Z||pool-48-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:25.260Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:22:25.261Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:25.262Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:25.263Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731737937,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:22:25.363Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:25.363Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-21T02:22:25.363Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:25.370Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:22:25.370Z||pool-49-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:26.263Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:22:26.264Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:26.265Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:26.265Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731737937,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-01-21T02:22:26.365Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:26.366Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-21T02:22:26.366Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:26.372Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:22:26.372Z||pool-50-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:27.266Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:22:27.266Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:27.268Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:27.268Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731737937,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-21T02:22:27.368Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:27.369Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-21T02:22:27.369Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:27.375Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:22:27.375Z||pool-51-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:28.268Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:22:28.269Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:28.270Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:28.270Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731737937,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-01-21T02:22:28.371Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-21T02:22:28.371Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-21T02:22:28.371Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:28.377Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:22:28.378Z||pool-52-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:29.271Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "25424647-dadf-4a38-973d-e9b8689c7892",
"serviceDescription": "service",
"serviceInvariantUUID": "f70dcb1b-8a98-4f24-991a-3a83276cdcc1",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "f0d1978a-07db-42b7-a965-cd875cddc250",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dfdfacec-72f0-445b-b72f-89399ad4e0b0",
"resourceInvariantUUID": "a05baab0-770e-4633-a3dc-29d21c404789",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZjhkOGI1MWE2NzU1YzllMWE1ODIwMjMzOTBiZGFjZWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9c995ca8-bd43-4e65-9ea4-b3ceda68f641",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "02ab5cf8-3797-4443-87ba-86c0dc0a389b",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5f541f7b-11a1-4084-908e-db5794ce72ef",
"generatedFromUUID": "02ab5cf8-3797-4443-87ba-86c0dc0a389b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5f541f7b-11a1-4084-908e-db5794ce72ef",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YjUzYTRiMGFjYTlkMjUwNGU1OTZlMzg2ZTc5M2QyNTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f041dddd-7446-4629-b62c-bcd68e084b7f"
}
],
"workloadContext": "Production"
}
2022-01-21T02:22:29.272Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-21T02:22:29.272Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 25424647-dadf-4a38-973d-e9b8689c7892 ASDC
2022-01-21T02:22:29.272Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e543a02c-e3e3-45db-a291-2e40115f0a1f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:25424647-dadf-4a38-973d-e9b8689c7892
ServiceInvariantUUID:f70dcb1b-8a98-4f24-991a-3a83276cdcc1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:f041dddd-7446-4629-b62c-bcd68e084b7f
ArtifactChecksum:YjUzYTRiMGFjYTlkMjUwNGU1OTZlMzg2ZTc5M2QyNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f0d1978a-07db-42b7-a965-cd875cddc250
ResourceInvariantUUID:a05baab0-770e-4633-a3dc-29d21c404789
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:dfdfacec-72f0-445b-b72f-89399ad4e0b0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:9c995ca8-bd43-4e65-9ea4-b3ceda68f641
ArtifactChecksum:ZjhkOGI1MWE2NzU1YzllMWE1ODIwMjMzOTBiZGFjZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:02ab5cf8-3797-4443-87ba-86c0dc0a389b
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:5f541f7b-11a1-4084-908e-db5794ce72ef
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:5f541f7b-11a1-4084-908e-db5794ce72ef
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-21T02:22:29.272Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25424647-dadf-4a38-973d-e9b8689c7892 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-01-21T02:22:29.291Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:22:29.291Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:22:29.291Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:22:29.291Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f041dddd-7446-4629-b62c-bcd68e084b7f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-21T02:22:29.291Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:22:29.292Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-21T02:22:29.787Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:22:29.790Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f041dddd-7446-4629-b62c-bcd68e084b7f 71033
2022-01-21T02:22:29.791Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-21T02:22:29.791Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-21T02:22:29.791Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:22:29.791Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:29.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:29.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642731749790,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-21T02:22:29.893Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:29.894Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-21T02:22:29.894Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:29.901Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-21T02:22:29.901Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:30.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:22:30.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:22:30.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f041dddd-7446-4629-b62c-bcd68e084b7f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:30.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-01-21T02:22:30.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:30.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:30.965Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4231362219296014190/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eb904dc1-b264-444c-ba13-3c606c154587
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:31.798Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery