By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-11T03:32:16.358Z||main|||||INFO|500||The following profiles are active: basic
2022-06-11T03:32:46.412Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-11T03:32:46.413Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-11T03:32:46.871Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-11T03:32:57.210Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-11T03:32:58.298Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-11T03:32:59.602Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-11T03:32:59.648Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-11T03:33:00.095Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-11T03:33:01.754Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-11T03:33:04.339Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-11T03:33:12.838Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-11T03:33:17.900Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-11T03:33:18.032Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-11T03:33:19.309Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-11T03:33:20.394Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-11T03:33:23.439Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-11T03:33:26.108Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-11T03:33:26.173Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$9ade955a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-11T03:33:26.189Z||main|||||WARN|500||The sdc end point is not alive
2022-06-11T03:33:34.314Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-11T03:33:40.736Z||main|||||WARN|500||---
2022-06-11T03:33:40.736Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-11T03:33:40.737Z||main|||||WARN|500||---
2022-06-11T03:33:41.572Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-11T03:33:53.624Z||main|||||INFO|500||Started Application in 103.794 seconds (JVM running for 109.211)
2022-06-11T03:33:53.813Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-11T03:33:53.840Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-11T03:33:53.896Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-11T03:33:53.989Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-11T03:33:54.177Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b20e62d-31d0-480a-a410-366c5480dccd url= /sdc/v1/artifactTypes
2022-06-11T03:33:54.178Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-11T03:33:55.409Z||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.39.75] 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$$8b4650b2.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-11T03:33:55.429Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7045304e
2022-06-11T03:33:55.430Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-11T03:33:55.471Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-11T03:33:55.475Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-11T03:33:55.481Z||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$$8b4650b2.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-11T03:34:43.545Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-11T03:34:43.546Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-11T03:34:43.547Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-11T03:34:43.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-11T03:34:43.586Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 122dc1cf-49dd-4f26-9440-1df6536f2358 url= /sdc/v1/artifactTypes
2022-06-11T03:34:43.587Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-11T03:34:44.644Z||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.39.75] 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$$8b4650b2.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-11T03:34:44.646Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c64d993
2022-06-11T03:34:44.646Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-11T03:34:44.647Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-11T03:34:44.647Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-11T03:34:44.650Z||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$$8b4650b2.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-11T03:35:33.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-11T03:35:33.548Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-11T03:35:33.549Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-11T03:35:33.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-11T03:35:33.576Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3665b21b-a2bc-48ec-984c-511cf213e041 url= /sdc/v1/artifactTypes
2022-06-11T03:35:33.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-11T03:35:34.610Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.39.75] 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$$8b4650b2.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-11T03:35:34.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14b5b8d8
2022-06-11T03:35:34.612Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-11T03:35:34.613Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-11T03:35:34.614Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-11T03:35:34.616Z||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$$8b4650b2.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-11T03:36:23.544Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-11T03:36:23.547Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-11T03:36:23.547Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-11T03:36:23.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-11T03:36:23.562Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85035667-204e-4b32-a2f1-895de85ade45 url= /sdc/v1/artifactTypes
2022-06-11T03:36:23.562Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-11T03:36:24.607Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.39.75] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8b4650b2.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-11T03:36:24.608Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1420ee84
2022-06-11T03:36:24.609Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-11T03:36:24.609Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-11T03:36:24.610Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-11T03:36:24.612Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8b4650b2.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-11T03:37:13.545Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-11T03:37:13.546Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-11T03:37:13.547Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-11T03:37:13.552Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-11T03:37:13.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eefb175b-2459-4249-a7de-3eaf28e37900 url= /sdc/v1/artifactTypes
2022-06-11T03:37:13.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-11T03:37:13.965Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-11T03:37:13.986Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-11T03:37:14.046Z||scheduling-1|||||DEBUG|500||create keys
2022-06-11T03:37:14.061Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-11T03:37:14.093Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:37:14.123Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 474e6011-a7d1-4714-92dd-51939fed0460 url= /sdc/v1/registerForDistribution
2022-06-11T03:37:14.315Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 474e6011-a7d1-4714-92dd-51939fed0460 url= /sdc/v1/registerForDistribution
2022-06-11T03:37:14.316Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-11T03:37:14.338Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:37:14.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:37:14.350Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-11T03:37:14.364Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:37:14.366Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:37:14.364Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:37:14.369Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:37:24.755Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:37:24.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:38:14.328Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:38:14.331Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:38:14.332Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:38:14.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:38:14.336Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:38:14.338Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:38:23.901Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:38:23.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:39:14.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:39:14.330Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:39:14.330Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:39:14.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:39:14.336Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:39:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:39:23.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:39:23.910Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:40:14.328Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:40:14.331Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:40:14.331Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:40:14.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:40:14.348Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:40:14.349Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:40:23.917Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:40:23.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:41:14.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:41:14.332Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:41:14.333Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T03:41:14.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:41:14.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:41:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:41:23.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:41:24.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:42:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:42:14.330Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:42:14.331Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:42:14.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:42:14.337Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:42:14.337Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:42:23.359Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-11T03:42:23.935Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:42:23.939Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:43:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:43:14.332Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:43:14.333Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:43:14.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:43:14.336Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:43:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:43:23.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:43:23.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:44:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:44:14.330Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:44:14.330Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:44:14.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:44:14.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:44:14.340Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:44:23.920Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:44:23.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:45:14.327Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:45:14.329Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:45:14.329Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:45:14.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:45:14.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:45:14.337Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:45:23.891Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:45:23.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:46:14.327Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:46:14.329Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:46:14.329Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:46:14.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:46:14.336Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:46:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:46:23.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:46:23.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:47:14.329Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:47:14.331Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:47:14.331Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:47:14.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:47:14.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:47:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:47:23.930Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:47:23.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:48:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:48:14.332Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:48:14.332Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:48:14.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:48:14.336Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:48:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:48:23.916Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:48:23.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:49:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:49:14.333Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:49:14.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:49:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:49:14.337Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:49:14.337Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:49:23.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:49:23.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:50:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:50:14.329Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:50:14.330Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:50:14.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:50:14.336Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:50:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:50:23.914Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:50:23.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:51:14.327Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:51:14.329Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:51:14.329Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:51:14.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:51:14.336Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:51:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:51:23.890Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:51:23.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:52:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:52:14.329Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:52:14.329Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:52:14.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:52:14.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:52:14.343Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:52:23.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:52:23.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:53:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:53:14.331Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:53:14.331Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:53:14.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:53:14.337Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:53:14.337Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:53:23.932Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:53:23.941Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:54:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:54:14.330Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:54:14.331Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T03:54:14.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:54:14.342Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:54:14.342Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:54:23.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:54:23.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:55:14.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:55:14.332Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:55:14.333Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T03:55:14.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:55:14.336Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:55:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:55:23.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:55:23.918Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:56:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:56:14.331Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:56:14.331Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T03:56:14.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:56:14.336Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:56:14.337Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:56:23.896Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:56:23.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:57:14.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:57:14.330Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:57:14.331Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T03:57:14.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:57:14.337Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:57:14.337Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:57:23.897Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:57:23.920Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:58:14.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:58:14.329Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:58:14.329Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T03:58:14.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:58:14.336Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:58:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:58:23.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:58:23.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:59:14.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:59:14.330Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:59:14.330Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T03:59:14.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T03:59:14.337Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T03:59:14.337Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T03:59:23.894Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T03:59:23.901Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:00:14.327Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:00:14.329Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:00:14.329Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:00:14.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:00:14.336Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:00:14.337Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:00:23.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:00:23.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:01:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:01:14.329Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:01:14.330Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:01:14.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:01:14.336Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:01:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:01:23.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:01:23.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:02:14.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:02:14.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:02:14.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:02:14.336Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:02:14.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:02:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:02:23.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:02:23.914Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:03:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:03:14.329Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:03:14.329Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:03:14.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:03:14.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:03:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:03:23.892Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:03:23.896Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:04:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:04:14.329Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:04:14.330Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:04:14.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:04:14.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:04:14.335Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:04:23.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:04:23.948Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:05:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:05:14.331Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:05:14.331Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:05:14.338Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:05:14.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:05:14.341Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:05:23.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:05:23.908Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:06:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:06:14.332Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:06:14.332Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:06:14.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:06:14.336Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:06:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:06:23.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:06:23.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:07:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:07:14.329Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:07:14.329Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:07:14.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:07:14.337Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:07:14.337Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:07:23.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:07:23.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:08:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:08:14.330Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:08:14.330Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:08:14.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:08:14.337Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:08:14.338Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:08:23.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:08:23.934Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:09:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:09:14.331Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:09:14.331Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:09:14.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:09:14.335Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:09:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:09:23.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:09:23.919Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:10:14.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:10:14.329Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:10:14.329Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:10:14.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:10:14.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:10:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:10:23.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:10:23.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:11:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:11:14.329Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:11:14.329Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:11:14.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:11:14.336Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:11:14.337Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:11:23.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:11:23.917Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:12:14.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:12:14.329Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:12:14.329Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:12:14.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:12:14.336Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:12:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:12:23.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:12:23.901Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:13:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:13:14.330Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:13:14.330Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:13:14.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:13:14.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:13:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:13:23.915Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:13:23.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:14:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:14:14.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:14:14.332Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:14:14.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:14:14.336Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:14:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:14:23.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:14:23.908Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:15:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:15:14.330Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:15:14.330Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:15:14.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:15:14.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:15:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:15:23.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:15:23.896Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:16:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:16:14.330Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:16:14.330Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:16:14.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:16:14.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:16:14.338Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:16:23.919Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:16:23.921Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:17:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:17:14.329Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:17:14.330Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:17:14.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:17:14.336Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:17:14.337Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:17:23.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:17:23.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:18:14.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:18:14.329Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:18:14.329Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:18:14.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:18:14.336Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:18:14.337Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:18:23.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:18:23.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:19:14.328Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:19:14.329Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:19:14.329Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:19:14.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:19:14.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:19:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:19:23.930Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:19:23.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:20:14.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:20:14.330Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:20:14.330Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:20:14.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:20:14.336Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:20:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:20:23.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:20:23.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:21:14.327Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:21:14.329Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:21:14.329Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:21:14.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:21:14.335Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:21:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:21:23.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:21:23.911Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:22:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:22:14.329Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:22:14.329Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:22:14.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:22:14.337Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:22:14.337Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:22:23.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:22:23.908Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:23:14.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:23:14.329Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:23:14.329Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:23:14.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:23:14.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:23:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:23:23.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:23:23.930Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:24:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:24:14.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:24:14.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:24:14.331Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:24:14.336Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:24:14.337Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:24:23.947Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:24:23.968Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:25:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:25:14.333Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:25:14.333Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:25:14.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:25:14.336Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:25:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:25:23.913Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:25:23.916Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:26:14.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:26:14.331Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:14.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:26:14.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:26:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:14.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:14.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-11T04:26:14.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b228c237-a257-4d6f-955d-c51e0254af8d","serviceName":"basic_onboard_nKDtLn","serviceVersion":"1.0","serviceUUID":"12031880-c8b6-4bde-9573-fb6dba37786a","serviceDescription":"service","serviceInvariantUUID":"01bdc2d7-2882-467a-bdd7-4faf077d641a","resources":[{"resourceInstanceName":"basic_onboard_nKDtLn 0","resourceName":"basic_onboard_nKDtLn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a6682e13-229d-44cf-94b2-b45186432b95","resourceInvariantUUID":"f973f00b-0086-4744-8216-25dc25023a80","resourceCustomizationUUID":"ea940385-2ce3-481d-90b2-f3adcb96f7fe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml","artifactChecksum":"N2IzNThlYWIzMDMzMDRjMjhjMDg4NTlmNzdmMjhlYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e75ff40-54fb-4754-8abd-62c48ee1a710","artifactVersion":"1"},{"artifactName":"basic_onboard_nkdtln0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json","artifactChecksum":"OGQxYTlmOGZhMTE2OGM0MDMzZmYyOWI2YzI2ZTM0NzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a31ef3cc-e67f-4437-b7ce-1e319bccfdf3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c4a93c1-d6e1-4d1c-b588-0fe90016074d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5953d60f-ba03-4f12-a77d-9ef1dc1b2ef8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3f1f5345-aeb1-4238-ab08-0ea8fb8729d4","artifactVersion":"2","generatedFromUUID":"2c4a93c1-d6e1-4d1c-b588-0fe90016074d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNkdtln-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml","artifactChecksum":"ZmFmODQ0NjA2ZmI0ZDk3ZTVlYWUyNTYxNGQ4Yjc5MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e805962-e876-4cc7-9185-5c5bbce8348b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNkdtln-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar","artifactChecksum":"ZTk0YmE3N2RiYzFhNDk3ZjlkNWJmM2RlYjgyYzM1Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a6471cf-b357-4e22-9edb-45dda2de75ed","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-11T04:26:15.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:15.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "cds",
"timestamp": 1654921523470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.042Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:26:15.052Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:15.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921530987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921522554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921527085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "clamp",
"timestamp": 1654921529602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921522554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921530987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "cds",
"timestamp": 1654921523470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921527085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "NOTIFIED"
}
2022-06-11T04:26:15.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "clamp",
"timestamp": 1654921529602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "NOTIFIED"
}
2022-06-11T04:26:15.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921530987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921527085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-11T04:26:15.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "cds",
"timestamp": 1654921523470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921522554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.092Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:15.093Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921574328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "clamp",
"timestamp": 1654921529602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921530987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "cds",
"timestamp": 1654921523470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921527085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921522554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "clamp",
"timestamp": 1654921529602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921530987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "cds",
"timestamp": 1654921523470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921522554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921527085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-11T04:26:15.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "clamp",
"timestamp": 1654921529602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921530987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "cds",
"timestamp": 1654921523470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921522554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921527085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "clamp",
"timestamp": 1654921529602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921530987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:26:15.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "cds",
"timestamp": 1654921523470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:26:15.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921522554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921527085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:26:15.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "clamp",
"timestamp": 1654921529602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:26:15.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921539650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:26:15.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:26:15.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "cds",
"timestamp": 1654921539589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:26:15.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:26:15.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921539550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:26:15.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:26:15.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "cds",
"timestamp": 1654921540621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-11T04:26:15.187Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-06-11T04:26:15.194Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:15.195Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:26:15.256Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:15.258Z||pool-3-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:26:15.443Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b228c237-a257-4d6f-955d-c51e0254af8d
2022-06-11T04:26:15.476Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b228c237-a257-4d6f-955d-c51e0254af8d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:26:15.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921540792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:26:15.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:26:15.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "aai-ml",
"timestamp": 1654921541352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921542140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:26:15.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:26:15.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "policy-id",
"timestamp": 1654921541970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "aai-ml",
"timestamp": 1654921541352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921543216,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:26:15.548Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b228c237-a257-4d6f-955d-c51e0254af8d
2022-06-11T04:26:15.549Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b228c237-a257-4d6f-955d-c51e0254af8d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:26:15.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "policy-id",
"timestamp": 1654921541970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "aai-ml",
"timestamp": 1654921541352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921543738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:26:15.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:26:15.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921544223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-11T04:26:15.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:26:15.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "policy-id",
"timestamp": 1654921541970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-11T04:26:15.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "aai-ml",
"timestamp": 1654921541352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921544744,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:26:15.576Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b228c237-a257-4d6f-955d-c51e0254af8d
2022-06-11T04:26:15.576Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b228c237-a257-4d6f-955d-c51e0254af8d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:26:15.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "policy-id",
"timestamp": 1654921541970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "aai-ml",
"timestamp": 1654921541352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "policy-id",
"timestamp": 1654921541970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "aai-ml",
"timestamp": 1654921541352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "policy-id",
"timestamp": 1654921541970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:15.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "aai-ml",
"timestamp": 1654921541352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:26:15.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "policy-id",
"timestamp": 1654921541970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:26:15.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:26:15.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "aai-ml",
"timestamp": 1654921549470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:26:15.608Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:26:15.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "policy-id",
"timestamp": 1654921549920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:26:15.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:26:15.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "policy-id",
"timestamp": 1654921550936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:26:15.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:26:15.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "policy-id",
"timestamp": 1654921551945,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:26:15.624Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b228c237-a257-4d6f-955d-c51e0254af8d
2022-06-11T04:26:15.625Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b228c237-a257-4d6f-955d-c51e0254af8d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-11T04:26:15.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "clamp",
"timestamp": 1654921553728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:26:15.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:26:15.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "clamp",
"timestamp": 1654921555749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:26:15.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:26:15.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "clamp",
"timestamp": 1654921556757,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:26:15.673Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b228c237-a257-4d6f-955d-c51e0254af8d
2022-06-11T04:26:15.673Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b228c237-a257-4d6f-955d-c51e0254af8d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:26:15.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "aai-ml",
"timestamp": 1654921563616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:26:15.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:26:15.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:26:15.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "aai-ml",
"timestamp": 1654921564623,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:26:15.705Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b228c237-a257-4d6f-955d-c51e0254af8d
2022-06-11T04:26:15.705Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b228c237-a257-4d6f-955d-c51e0254af8d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:26:16.110Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:26:16.111Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:16.114Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:16.114Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921574328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "NOTIFIED"
}
2022-06-11T04:26:16.214Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:26:16.216Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:16.216Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:16.236Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:16.237Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-11T04:26:17.115Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:26:17.116Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:17.119Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:17.119Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921574328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-11T04:26:17.219Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:26:17.222Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:17.222Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:17.239Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:17.240Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:26:18.120Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:26:18.121Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:18.123Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:18.124Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921574328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:18.224Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:26:18.225Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:18.225Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:18.244Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:18.246Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-11T04:26:19.125Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:26:19.126Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:19.130Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:19.130Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921574328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-11T04:26:19.230Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:26:19.233Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:19.233Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:19.252Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:19.253Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-11T04:26:20.131Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:26:20.137Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:20.140Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:20.141Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921574328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:26:20.241Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:26:20.243Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:20.243Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:20.260Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:20.261Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:26:21.143Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:26:21.151Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:21.156Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:21.156Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921574328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:26:21.256Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:26:21.258Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:21.258Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:21.275Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:21.276Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-11T04:26:22.162Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"serviceName": "basic_onboard_nKDtLn",
"serviceVersion": "1.0",
"serviceUUID": "12031880-c8b6-4bde-9573-fb6dba37786a",
"serviceDescription": "service",
"serviceInvariantUUID": "01bdc2d7-2882-467a-bdd7-4faf077d641a",
"resources": [
{
"resourceInstanceName": "basic_onboard_nKDtLn 0",
"resourceCustomizationUUID": "ea940385-2ce3-481d-90b2-f3adcb96f7fe",
"resourceName": "basic_onboard_nKDtLn",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a6682e13-229d-44cf-94b2-b45186432b95",
"resourceInvariantUUID": "f973f00b-0086-4744-8216-25dc25023a80",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nkdtln0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"artifactChecksum": "OGQxYTlmOGZhMTE2OGM0MDMzZmYyOWI2YzI2ZTM0NzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a31ef3cc-e67f-4437-b7ce-1e319bccfdf3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2c4a93c1-d6e1-4d1c-b588-0fe90016074d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3f1f5345-aeb1-4238-ab08-0ea8fb8729d4",
"generatedFromUUID": "2c4a93c1-d6e1-4d1c-b588-0fe90016074d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3f1f5345-aeb1-4238-ab08-0ea8fb8729d4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNkdtln-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"artifactChecksum": "ZTk0YmE3N2RiYzFhNDk3ZjlkNWJmM2RlYjgyYzM1Nzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7a6471cf-b357-4e22-9edb-45dda2de75ed"
}
],
"workloadContext": "Production"
}
2022-06-11T04:26:22.165Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-11T04:26:22.166Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12031880-c8b6-4bde-9573-fb6dba37786a ASDC
2022-06-11T04:26:22.353Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b228c237-a257-4d6f-955d-c51e0254af8d
ServiceName:basic_onboard_nKDtLn
ServiceVersion:1.0
ServiceUUID:12031880-c8b6-4bde-9573-fb6dba37786a
ServiceInvariantUUID:01bdc2d7-2882-467a-bdd7-4faf077d641a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNkdtln-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar
ArtifactUUID:7a6471cf-b357-4e22-9edb-45dda2de75ed
ArtifactChecksum:ZTk0YmE3N2RiYzFhNDk3ZjlkNWJmM2RlYjgyYzM1Nzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nKDtLn 0
ResourceCustomizationUUID:ea940385-2ce3-481d-90b2-f3adcb96f7fe
ResourceInvariantUUID:f973f00b-0086-4744-8216-25dc25023a80
ResourceName:basic_onboard_nKDtLn
ResourceType:VF
ResourceUUID:a6682e13-229d-44cf-94b2-b45186432b95
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nkdtln0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json
ArtifactUUID:a31ef3cc-e67f-4437-b7ce-1e319bccfdf3
ArtifactChecksum:OGQxYTlmOGZhMTE2OGM0MDMzZmYyOWI2YzI2ZTM0NzU=
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/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2c4a93c1-d6e1-4d1c-b588-0fe90016074d
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/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env
ArtifactUUID:3f1f5345-aeb1-4238-ab08-0ea8fb8729d4
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/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env
ArtifactUUID:3f1f5345-aeb1-4238-ab08-0ea8fb8729d4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-11T04:26:22.353Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12031880-c8b6-4bde-9573-fb6dba37786a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-11T04:26:22.433Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-11T04:26:22.435Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-11T04:26:22.437Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-11T04:26:22.437Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7a6471cf-b357-4e22-9edb-45dda2de75ed from URL: /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:22.438Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-11T04:26:22.440Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:22.646Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-11T04:26:22.666Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar 7a6471cf-b357-4e22-9edb-45dda2de75ed 71579
2022-06-11T04:26:22.668Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar ASDC sendASDCNotification
2022-06-11T04:26:22.668Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:22.669Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-11T04:26:22.671Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:22.673Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:22.674Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921582666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:26:22.774Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-11T04:26:22.776Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:22.776Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:22.797Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:22.799Z||pool-10-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:26:23.674Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-11T04:26:23.677Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-11T04:26:23.677Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7a6471cf-b357-4e22-9edb-45dda2de75ed, URL: /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar to file: /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:23.678Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:23.815Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:23.815Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:24.944Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5387969097633513493/Definitions/service-BasicOnboardNkdtln-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-11T04:26:28.629Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-11T04:26:28.638Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-11T04:26:28.638Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:28.638Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-11T04:26:28.639Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:28.639Z|b228c237-a257-4d6f-955d-c51e0254af8d|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-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:28.639Z|b228c237-a257-4d6f-955d-c51e0254af8d|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-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:28.639Z|b228c237-a257-4d6f-955d-c51e0254af8d|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-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:28.640Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:28.640Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:28.640Z|b228c237-a257-4d6f-955d-c51e0254af8d|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-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:28.641Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nKDtLn 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-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:28.641Z|b228c237-a257-4d6f-955d-c51e0254af8d|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-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:28.641Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-11T04:26:28.652Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:28.655Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:28.661Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria
2022-06-11T04:26:28.662Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-11T04:26:28.665Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-11T04:26:28.667Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:28.668Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:28.668Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria
2022-06-11T04:26:28.669Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-11T04:26:28.669Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-11T04:26:28.669Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:28.670Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:28.678Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:28.679Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is not matching search criteria
2022-06-11T04:26:28.679Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-11T04:26:28.680Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-11T04:26:28.680Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-11T04:26:28.680Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-11T04:26:28.681Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-11T04:26:28.681Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:28.681Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-11T04:26:28.684Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:28.685Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria
2022-06-11T04:26:28.685Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:26:28.686Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:28.686Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria
2022-06-11T04:26:28.686Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:26:28.686Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:28.686Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria
2022-06-11T04:26:28.687Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:26:28.687Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:28.687Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is not matching search criteria
2022-06-11T04:26:28.687Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-11T04:26:28.687Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-11T04:26:28.688Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2082217f-e545-43d9-807e-72b46d31cf37
2022-06-11T04:26:28.688Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:28.688Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:28.688Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:28.688Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:28.689Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:28.689Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:28.689Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:28.689Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:28.690Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nKDtLn
Description:service
Model UUID:12031880-c8b6-4bde-9573-fb6dba37786a
Model Version:NULL
Model InvariantUuid:01bdc2d7-2882-467a-bdd7-4faf077d641a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nKDtLn
Model UUID:c0c7df84-52e6-4e28-bc17-11f9834ebc43
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f973f00b-0086-4744-8216-25dc25023a80
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ea940385-2ce3-481d-90b2-f3adcb96f7fe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0ae499c9-4f08-4cf3-8421-502676665614
ModelName:BasicOnboardNkdtln..base_ubuntu18..module-0
ModelUuid:b8b8285c-8d00-4b60-8452-715e108fe6d7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2082217f-e545-43d9-807e-72b46d31cf37
ModelInvariantUuid:ed8e7cf4-ec8a-4488-96b3-c1d88e44f72e
ModelName:basic_onboard_nKDtLn-nodes.ubuntu18Cvfc
ModelUuid:66392e98-2f5f-4b3b-bb37-cf2a4f1889b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5b1f6e82-03ae-4e58-84bc-433bfa7d57d9
ModelInvariantUuid:1feee53a-7a13-4ebc-81f3-5ee08ec2abc6
ModelName:BasicOnboardNkdtln.compute.nodes.heat.ubuntu18
ModelUuid:056d7621-c499-465a-beaf-02659a2ccdb8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-11T04:26:28.704Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a6682e13-229d-44cf-94b2-b45186432b95
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-11T04:26:28.881Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||basic_onboard_nKDtLn 0
2022-06-11T04:26:28.894Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a6682e13-229d-44cf-94b2-b45186432b95
2022-06-11T04:26:28.895Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a31ef3cc-e67f-4437-b7ce-1e319bccfdf3 from URL: /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json
2022-06-11T04:26:28.895Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-11T04:26:28.937Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json
2022-06-11T04:26:29.145Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-11T04:26:29.146Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json a31ef3cc-e67f-4437-b7ce-1e319bccfdf3 798
2022-06-11T04:26:29.146Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json ASDC sendASDCNotification
2022-06-11T04:26:29.147Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json
2022-06-11T04:26:29.147Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-11T04:26:29.147Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:29.150Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:29.151Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921589146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:26:29.251Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:26:29.254Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:29.254Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:29.295Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:29.296Z||pool-11-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:26:30.155Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNkdtln..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0ae499c9-4f08-4cf3-8421-502676665614",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b8b8285c-8d00-4b60-8452-715e108fe6d7",
"vfModuleModelCustomizationUUID": "77dd8362-97c0-4bea-b221-cf3e125122cf",
"isBase": true,
"artifacts": [
"2c4a93c1-d6e1-4d1c-b588-0fe90016074d",
"3f1f5345-aeb1-4238-ab08-0ea8fb8729d4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-11T04:26:30.197Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNkdtln..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8b8285c-8d00-4b60-8452-715e108fe6d7
VfModuleModelInvariantUUID:0ae499c9-4f08-4cf3-8421-502676665614
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c4a93c1-d6e1-4d1c-b588-0fe90016074d
,
3f1f5345-aeb1-4238-ab08-0ea8fb8729d4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-11T04:26:30.203Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNkdtln..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0ae499c9-4f08-4cf3-8421-502676665614",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b8b8285c-8d00-4b60-8452-715e108fe6d7",
"vfModuleModelCustomizationUUID": "77dd8362-97c0-4bea-b221-cf3e125122cf",
"isBase": true,
"artifacts": [
"2c4a93c1-d6e1-4d1c-b588-0fe90016074d",
"3f1f5345-aeb1-4238-ab08-0ea8fb8729d4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-11T04:26:30.203Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNkdtln..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8b8285c-8d00-4b60-8452-715e108fe6d7
VfModuleModelInvariantUUID:0ae499c9-4f08-4cf3-8421-502676665614
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c4a93c1-d6e1-4d1c-b588-0fe90016074d
,
3f1f5345-aeb1-4238-ab08-0ea8fb8729d4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-11T04:26:30.204Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2c4a93c1-d6e1-4d1c-b588-0fe90016074d from URL: /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml
2022-06-11T04:26:30.204Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-11T04:26:30.205Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml
2022-06-11T04:26:30.324Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-11T04:26:30.325Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml 2c4a93c1-d6e1-4d1c-b588-0fe90016074d 5033
2022-06-11T04:26:30.325Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-11T04:26:30.325Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml
2022-06-11T04:26:30.326Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-11T04:26:30.326Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:30.329Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:30.329Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921590325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:26:30.429Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:26:30.430Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:30.430Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:30.460Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:30.461Z||pool-12-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-11T04:26:31.330Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3f1f5345-aeb1-4238-ab08-0ea8fb8729d4 from URL: /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env
2022-06-11T04:26:31.333Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-11T04:26:31.334Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env
2022-06-11T04:26:31.464Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-11T04:26:31.465Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env 3f1f5345-aeb1-4238-ab08-0ea8fb8729d4 909
2022-06-11T04:26:31.465Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-11T04:26:31.466Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env
2022-06-11T04:26:31.466Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-11T04:26:31.466Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:31.470Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:31.471Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921591465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:26:31.577Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:26:31.578Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:31.578Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:31.610Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:31.611Z||pool-13-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-11T04:26:32.472Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 12031880-c8b6-4bde-9573-fb6dba37786a
2022-06-11T04:26:32.472Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nKDtLn 0 a6682e13-229d-44cf-94b2-b45186432b95 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-11T04:26:32.540Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b331dcd, org.onap.sdc.toscaparser.api.parameters.Input@1f4f94ac, org.onap.sdc.toscaparser.api.parameters.Input@1a732e9a, org.onap.sdc.toscaparser.api.parameters.Input@7127f1ee, org.onap.sdc.toscaparser.api.parameters.Input@2095772]
2022-06-11T04:26:32.547Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:32.548Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:32.548Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-06-11T04:26:32.549Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ea940385-2ce3-481d-90b2-f3adcb96f7fe
2022-06-11T04:26:32.549Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ea940385-2ce3-481d-90b2-f3adcb96f7fe matches Tosca VF Customization UUID: ea940385-2ce3-481d-90b2-f3adcb96f7fe
2022-06-11T04:26:32.549Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ea940385-2ce3-481d-90b2-f3adcb96f7fe matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-11T04:26:32.562Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:32.563Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:32.565Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ea940385-2ce3-481d-90b2-f3adcb96f7fe: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-11T04:26:32.565Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3db007de
2022-06-11T04:26:32.566Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:32.566Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-11T04:26:32.567Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77dd8362-97c0-4bea-b221-cf3e125122cf
2022-06-11T04:26:32.569Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77dd8362-97c0-4bea-b221-cf3e125122cf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-11T04:26:32.578Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:32.579Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria
2022-06-11T04:26:32.579Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:26:32.580Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:32.581Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria
2022-06-11T04:26:32.581Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:26:32.581Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:32.582Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is not matching search criteria
2022-06-11T04:26:32.582Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-11T04:26:32.582Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-11T04:26:32.583Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2082217f-e545-43d9-807e-72b46d31cf37
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-11T04:26:32.595Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:32.596Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria
2022-06-11T04:26:32.596Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:26:32.597Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:32.597Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria
2022-06-11T04:26:32.597Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0] matching following query criteria: sdcType=VF, customizationUUID=ea940385-2ce3-481d-90b2-f3adcb96f7fe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-11T04:26:32.601Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:32.601Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:32.602Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 12031880-c8b6-4bde-9573-fb6dba37786a: basic_onboard_nKDtLn
2022-06-11T04:26:32.602Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:32.602Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:32.602Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:32.603Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:32.603Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:32.604Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:32.604Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:32.604Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:32.604Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:26:32.605Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:26:32.605Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_nKDtLn
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:26:32.900Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nKDtLn a6682e13-229d-44cf-94b2-b45186432b95 1 ASDC deployResourceStructure
2022-06-11T04:26:32.901Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json ASDC sendASDCNotification
2022-06-11T04:26:32.901Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json
2022-06-11T04:26:32.901Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-11T04:26:32.901Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:32.904Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:32.905Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921592901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-11T04:26:33.005Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-11T04:26:33.007Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:33.007Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:33.032Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:33.033Z||pool-14-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-11T04:26:33.907Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-11T04:26:33.908Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml
2022-06-11T04:26:33.908Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-11T04:26:33.908Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:33.912Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:33.912Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921593907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-11T04:26:34.012Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:26:34.014Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:34.014Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:34.064Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:34.066Z||pool-15-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:26:34.914Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-11T04:26:34.914Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env
2022-06-11T04:26:34.914Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-11T04:26:34.915Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:34.917Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:34.917Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921594913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-11T04:26:35.017Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:26:35.021Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:35.031Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:35.064Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:35.065Z||pool-16-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:26:35.919Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar ASDC sendASDCNotification
2022-06-11T04:26:35.920Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar
2022-06-11T04:26:35.920Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-11T04:26:35.921Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:26:35.926Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:26:35.927Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921595919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:26:36.026Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-11T04:26:36.028Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:26:36.028Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:26:36.045Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:26:36.046Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:26:36.928Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b228c237-a257-4d6f-955d-c51e0254af8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-11T04:26:36.954Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b228c237-a257-4d6f-955d-c51e0254af8d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-11T04:26:36.961Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-11T04:26:36.962Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-11T04:26:36.962Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-11T04:26:36.962Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-11T04:26:36.962Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-11T04:26:36.962Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-11T04:26:36.963Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-11T04:26:36.963Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-11T04:26:36.963Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-11T04:26:36.963Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-11T04:26:36.963Z|b228c237-a257-4d6f-955d-c51e0254af8d|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-06-11T04:26:36.970Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-11T04:27:06.979Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b228c237-a257-4d6f-955d-c51e0254af8d and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-11T04:27:07.000Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b228c237-a257-4d6f-955d-c51e0254af8d and serviceModelVersionId: 12031880-c8b6-4bde-9573-fb6dba37786a
2022-06-11T04:27:07.000Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01bdc2d7-2882-467a-bdd7-4faf077d641a
2022-06-11T04:27:14.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:27:14.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:27:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:14.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:14.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:27:14.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921574328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:27:14.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:27:32.608Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01bdc2d7-2882-467a-bdd7-4faf077d641a/model-vers/model-ver/12031880-c8b6-4bde-9573-fb6dba37786a?depth=0
2022-06-11T04:27:32.790Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-11T04:27:33.718Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bdc2d7-2882-467a-bdd7-4faf077d641a/model-vers/model-ver/12031880-c8b6-4bde-9573-fb6dba37786a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-11T04:27:33.728Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bdc2d7-2882-467a-bdd7-4faf077d641a/model-vers/model-ver/12031880-c8b6-4bde-9573-fb6dba37786a?depth=0|INFO|500||Invoke
2022-06-11T04:27:33.915Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bdc2d7-2882-467a-bdd7-4faf077d641a/model-vers/model-ver/12031880-c8b6-4bde-9573-fb6dba37786a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-11T04:27:34.185Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bdc2d7-2882-467a-bdd7-4faf077d641a/model-vers/model-ver/12031880-c8b6-4bde-9573-fb6dba37786a?depth=0|INFO|500||InvokeReturn
2022-06-11T04:27:34.185Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bdc2d7-2882-467a-bdd7-4faf077d641a/model-vers/model-ver/12031880-c8b6-4bde-9573-fb6dba37786a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220611-04:27:33:693-77119], vertex-id=[217200], Content-Length=[0], Date=[Sat, 11 Jun 2022 04:27:33 GMT], Content-Type=[application/json]}
2022-06-11T04:27:34.186Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-11T04:27:34.192Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-11T04:27:34.192Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-11T04:27:34.203Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-11T04:27:34.205Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b228c237-a257-4d6f-955d-c51e0254af8d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-11T04:27:34.206Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-11T04:27:34.207Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:34.210Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:34.211Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921654205,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-11T04:27:34.311Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-11T04:27:34.312Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:34.312Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:34.330Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:34.331Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-11T04:27:35.225Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:27:35.227Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:27:35.227Z|b228c237-a257-4d6f-955d-c51e0254af8d|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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:35.875Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:35.879Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-11T04:27:35.880Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e53fb93-5e19-40bc-96f7-0003f413f6e5","serviceName":"vFW 2022-06-11 04-25-39","serviceVersion":"1.0","serviceUUID":"69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c","serviceDescription":"catalog service description","serviceInvariantUUID":"20a9891c-38a6-4752-a630-2b37e7160f33","resources":[{"resourceInstanceName":"vFW 99cfec3c-4947 0","resourceName":"vFW 99cfec3c-4947","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5621e3f-011e-4007-aa0e-ccc77d0cf646","resourceInvariantUUID":"6a5edb2b-f721-4983-beec-6912e1fd1fe9","resourceCustomizationUUID":"4eb9e8eb-0791-4f5a-bdec-b17095a88027","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml","artifactChecksum":"ZGQzYTQwZTE2OTFhZTliYTgyNjkxMWNkODljYTE1YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39ff2ff4-2125-4ccf-9c09-b0c27de7beb7","artifactVersion":"1"},{"artifactName":"vfw99cfec3c49470_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json","artifactChecksum":"ZGNhNGMzYWM1NjZlOTFmMDQ2MzQwN2IxNzY0NTZlOWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5aaaaa0-fe9e-4424-841f-7be7d57c4e90","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b6ff6581-d90c-4170-a350-40fc5906f720","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml","artifactChecksum":"MTNiNDFmMGE0NWJlMDExMDUwNGNhYWI2NDIyZTBlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24b24759-0fb7-44e4-a22a-91a6d95d9859","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d8083517-ad73-4e74-802b-57f8c871e9c2","artifactVersion":"2","generatedFromUUID":"b6ff6581-d90c-4170-a350-40fc5906f720"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220611042539-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml","artifactChecksum":"YmI3N2Q0ZmI2MWQ5M2FkZWI3OGYxMDcwYTFhM2M1N2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"230e406e-9727-4efc-9cbc-c2e30dda1f50","artifactVersion":"1"},{"artifactName":"service-Vfw20220611042539-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar","artifactChecksum":"NGMyZGEwOTA0NDZjNWJkYmY5YzkwMGQ3NjdiM2M2OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d643f40-726b-4556-a05d-8f38ca7c4851","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-11T04:27:35.884Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:27:35.884Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:35.886Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:35.887Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921655225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:27:35.987Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:27:35.988Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:35.988Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:36.002Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:36.003Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:27:36.888Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:27:36.891Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:36.893Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:36.894Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921655225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "NOTIFIED"
}
2022-06-11T04:27:36.994Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:27:36.995Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:36.996Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:37.012Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:37.012Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:27:37.895Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:27:37.896Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:37.898Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:37.898Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921655225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-11T04:27:37.999Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-11T04:27:38.000Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:38.000Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:38.020Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:38.021Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:27:38.900Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:27:38.902Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:38.904Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:38.905Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921655225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:27:39.010Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-11T04:27:39.012Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:39.012Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:39.030Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:39.031Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:27:39.907Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:27:39.908Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:39.911Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:39.912Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921655225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-11T04:27:40.012Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:27:40.013Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:40.014Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:40.033Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:40.034Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:27:40.913Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:27:40.914Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:40.917Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:40.917Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921655225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:27:41.017Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:27:41.018Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:41.018Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:41.038Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:41.039Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-11T04:27:41.918Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:27:41.919Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:41.922Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:41.923Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921655225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:27:42.023Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:27:42.025Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:42.025Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:42.043Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:42.045Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:27:42.925Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"serviceName": "vFW 2022-06-11 04-25-39",
"serviceVersion": "1.0",
"serviceUUID": "69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "20a9891c-38a6-4752-a630-2b37e7160f33",
"resources": [
{
"resourceInstanceName": "vFW 99cfec3c-4947 0",
"resourceCustomizationUUID": "4eb9e8eb-0791-4f5a-bdec-b17095a88027",
"resourceName": "vFW 99cfec3c-4947",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b5621e3f-011e-4007-aa0e-ccc77d0cf646",
"resourceInvariantUUID": "6a5edb2b-f721-4983-beec-6912e1fd1fe9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw99cfec3c49470_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"artifactChecksum": "ZGNhNGMzYWM1NjZlOTFmMDQ2MzQwN2IxNzY0NTZlOWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f5aaaaa0-fe9e-4424-841f-7be7d57c4e90",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b6ff6581-d90c-4170-a350-40fc5906f720",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d8083517-ad73-4e74-802b-57f8c871e9c2",
"generatedFromUUID": "b6ff6581-d90c-4170-a350-40fc5906f720"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d8083517-ad73-4e74-802b-57f8c871e9c2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220611042539-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"artifactChecksum": "NGMyZGEwOTA0NDZjNWJkYmY5YzkwMGQ3NjdiM2M2OTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0d643f40-726b-4556-a05d-8f38ca7c4851"
}
],
"workloadContext": "Production"
}
2022-06-11T04:27:42.925Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-11T04:27:42.925Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c ASDC
2022-06-11T04:27:42.930Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4e53fb93-5e19-40bc-96f7-0003f413f6e5
ServiceName:vFW 2022-06-11 04-25-39
ServiceVersion:1.0
ServiceUUID:69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c
ServiceInvariantUUID:20a9891c-38a6-4752-a630-2b37e7160f33
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220611042539-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar
ArtifactUUID:0d643f40-726b-4556-a05d-8f38ca7c4851
ArtifactChecksum:NGMyZGEwOTA0NDZjNWJkYmY5YzkwMGQ3NjdiM2M2OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 99cfec3c-4947 0
ResourceCustomizationUUID:4eb9e8eb-0791-4f5a-bdec-b17095a88027
ResourceInvariantUUID:6a5edb2b-f721-4983-beec-6912e1fd1fe9
ResourceName:vFW 99cfec3c-4947
ResourceType:VF
ResourceUUID:b5621e3f-011e-4007-aa0e-ccc77d0cf646
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw99cfec3c49470_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json
ArtifactUUID:f5aaaaa0-fe9e-4424-841f-7be7d57c4e90
ArtifactChecksum:ZGNhNGMzYWM1NjZlOTFmMDQ2MzQwN2IxNzY0NTZlOWE=
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/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml
ArtifactUUID:b6ff6581-d90c-4170-a350-40fc5906f720
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/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env
ArtifactUUID:d8083517-ad73-4e74-802b-57f8c871e9c2
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/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env
ArtifactUUID:d8083517-ad73-4e74-802b-57f8c871e9c2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-11T04:27:42.930Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:27:42.976Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-11T04:27:42.977Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-11T04:27:42.977Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-11T04:27:42.977Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0d643f40-726b-4556-a05d-8f38ca7c4851 from URL: /sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar
2022-06-11T04:27:42.978Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-11T04:27:42.978Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar
2022-06-11T04:27:43.150Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-11T04:27:43.157Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar 0d643f40-726b-4556-a05d-8f38ca7c4851 98985
2022-06-11T04:27:43.157Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar ASDC sendASDCNotification
2022-06-11T04:27:43.157Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar
2022-06-11T04:27:43.157Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-11T04:27:43.158Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:43.160Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:43.160Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921663157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:27:43.260Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:27:43.262Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:43.262Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:43.282Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:43.283Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:27:44.161Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-11T04:27:44.162Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-11T04:27:44.162Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0d643f40-726b-4556-a05d-8f38ca7c4851, URL: /sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar to file: /app/ASDC/1/service-Vfw20220611042539-csar.csar
2022-06-11T04:27:44.163Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220611042539-csar.csar
2022-06-11T04:27:44.164Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220611042539-csar.csar
2022-06-11T04:27:44.164Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220611042539-csar.csar
2022-06-11T04:27:44.488Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8799932120529250639/Definitions/service-Vfw20220611042539-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-11T04:27:48.416Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-11T04:27:48.417Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-11T04:27:48.417Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar
2022-06-11T04:27:48.417Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-11T04:27:48.417Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||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-Vfw20220611042539-csar.csar
2022-06-11T04:27:48.418Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||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-Vfw20220611042539-csar.csar
2022-06-11T04:27:48.418Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|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-Vfw20220611042539-csar.csar
2022-06-11T04:27:48.418Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar
2022-06-11T04:27:48.418Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar
2022-06-11T04:27:48.418Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||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-Vfw20220611042539-csar.csar
2022-06-11T04:27:48.419Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|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-Vfw20220611042539-csar.csar
2022-06-11T04:27:48.419Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|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-Vfw20220611042539-csar.csar
2022-06-11T04:27:48.419Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar
2022-06-11T04:27:48.419Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|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-Vfw20220611042539-csar.csar
2022-06-11T04:27:48.419Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 99cfec3c-4947 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-Vfw20220611042539-csar.csar
2022-06-11T04:27:48.419Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar
2022-06-11T04:27:48.419Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|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-Vfw20220611042539-csar.csar
2022-06-11T04:27:48.420Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-11T04:27:48.420Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.420Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:48.420Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria
2022-06-11T04:27:48.421Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-11T04:27:48.421Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-11T04:27:48.422Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.422Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:48.422Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria
2022-06-11T04:27:48.422Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-11T04:27:48.423Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-11T04:27:48.423Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.423Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:48.424Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.424Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is not matching search criteria
2022-06-11T04:27:48.424Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-11T04:27:48.425Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-11T04:27:48.425Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:27:48.425Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:48.426Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-11T04:27:48.426Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:27:48.426Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-11T04:27:48.426Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-11T04:27:48.427Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-11T04:27:48.427Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:27:48.427Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:48.427Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-11T04:27:48.428Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:48.428Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-11T04:27:48.429Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:27:48.429Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-11T04:27:48.429Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.429Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-11T04:27:48.430Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.430Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria
2022-06-11T04:27:48.430Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:27:48.431Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.431Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria
2022-06-11T04:27:48.432Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:27:48.433Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.433Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria
2022-06-11T04:27:48.434Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:27:48.434Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.434Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is not matching search criteria
2022-06-11T04:27:48.435Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-11T04:27:48.435Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-11T04:27:48.435Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-11T04:27:48.436Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-11T04:27:48.436Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-11T04:27:48.436Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:27:48.436Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:48.436Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-11T04:27:48.437Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:48.437Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-11T04:27:48.437Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:27:48.437Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f383885e-a0c3-4a22-9a41-3cfd4c5a9751
2022-06-11T04:27:48.438Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.438Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is not matching search criteria
2022-06-11T04:27:48.438Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-11T04:27:48.438Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-11T04:27:48.439Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:27:48.439Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:48.439Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-11T04:27:48.439Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:27:48.440Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-11T04:27:48.440Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-11T04:27:48.440Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-11T04:27:48.440Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:48.441Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-11T04:27:48.441Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:27:48.441Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=395f22ae-a9d7-4ce0-93a4-bc52eead14a1
2022-06-11T04:27:48.441Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.442Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is not matching search criteria
2022-06-11T04:27:48.442Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-11T04:27:48.442Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-11T04:27:48.442Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:27:48.442Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:48.443Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-11T04:27:48.443Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:27:48.443Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-11T04:27:48.443Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-11T04:27:48.443Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-11T04:27:48.444Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:27:48.444Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:48.444Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-11T04:27:48.444Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e0007f97-c235-42e4-a0e9-bc5356659200
2022-06-11T04:27:48.445Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.445Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:48.445Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.445Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:48.445Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.446Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:48.446Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:48.447Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:48.447Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-11 04-25-39
Description:catalog service description
Model UUID:69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c
Model Version:NULL
Model InvariantUuid:20a9891c-38a6-4752-a630-2b37e7160f33
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 99cfec3c-4947
Model UUID:c7ac8e84-fe14-4258-99fa-8239de258f27
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6a5edb2b-f721-4983-beec-6912e1fd1fe9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4eb9e8eb-0791-4f5a-bdec-b17095a88027
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5e68099c-ad90-4d7d-a752-3d39bdd43da0
ModelName:Vfw99cfec3c4947..base_vfw..module-0
ModelUuid:c9d69b94-1701-43c9-8053-d97531edb55a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f383885e-a0c3-4a22-9a41-3cfd4c5a9751
ModelInvariantUuid:c16fe07b-9302-46a5-97a9-02fcc80c3355
ModelName:vFW 99cfec3c-4947-nodes.vfwCvfc
ModelUuid:e4908de3-aeda-40e8-b15c-c2f5af757455
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a0678c7b-d3fc-46d9-8e72-192e1f18a199
ModelInvariantUuid:08b5272e-c5c1-4adb-a556-ba1f91a4568d
ModelName:Vfw99cfec3c4947.compute.nodes.heat.vfw
ModelUuid:03c31e76-9168-4c37-842a-0ab96d0c2947
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:395f22ae-a9d7-4ce0-93a4-bc52eead14a1
ModelInvariantUuid:58376508-0808-4f98-9c0b-a503013802a3
ModelName:vFW 99cfec3c-4947-nodes.vsnCvfc
ModelUuid:97a9b70a-59e1-46b2-b1ed-33fdfec6b5d7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:febb69a6-dbd8-4cd0-b21c-2159ab7c2f97
ModelInvariantUuid:4adbad00-05ec-47b2-b3ae-3e88b5dacbfa
ModelName:Vfw99cfec3c4947.compute.nodes.heat.vsn
ModelUuid:29ef7a97-4b34-447d-9672-3a8788ebd13c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e0007f97-c235-42e4-a0e9-bc5356659200
ModelInvariantUuid:cb62e889-9197-4c9a-9202-fedd2794c72c
ModelName:vFW 99cfec3c-4947-nodes.vpgCvfc
ModelUuid:def4e155-d7d5-4406-bf91-47af7a30ba59
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:35e559a0-aa12-417f-80a0-578dc02c35a8
ModelInvariantUuid:b5812fad-fbee-4372-a7ae-401ab7703001
ModelName:Vfw99cfec3c4947.compute.nodes.heat.vpg
ModelUuid:c98b115e-ae9f-47c1-9df9-8dd1130c431a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-11T04:27:48.507Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b5621e3f-011e-4007-aa0e-ccc77d0cf646
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-11T04:27:48.511Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||vFW 99cfec3c-4947 0
2022-06-11T04:27:48.511Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5621e3f-011e-4007-aa0e-ccc77d0cf646
2022-06-11T04:27:48.511Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f5aaaaa0-fe9e-4424-841f-7be7d57c4e90 from URL: /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json
2022-06-11T04:27:48.512Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-11T04:27:48.512Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json
2022-06-11T04:27:48.760Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-11T04:27:48.761Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json f5aaaaa0-fe9e-4424-841f-7be7d57c4e90 785
2022-06-11T04:27:48.786Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json ASDC sendASDCNotification
2022-06-11T04:27:48.787Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json
2022-06-11T04:27:48.788Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-11T04:27:48.788Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:48.791Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:48.792Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921668761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:27:48.892Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:27:48.894Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:48.894Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:48.916Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:48.918Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:27:49.794Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw99cfec3c4947..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5e68099c-ad90-4d7d-a752-3d39bdd43da0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c9d69b94-1701-43c9-8053-d97531edb55a",
"vfModuleModelCustomizationUUID": "b75a995c-483f-4f64-9a51-8ec9e33570f3",
"isBase": true,
"artifacts": [
"b6ff6581-d90c-4170-a350-40fc5906f720",
"d8083517-ad73-4e74-802b-57f8c871e9c2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-11T04:27:49.804Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw99cfec3c4947..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9d69b94-1701-43c9-8053-d97531edb55a
VfModuleModelInvariantUUID:5e68099c-ad90-4d7d-a752-3d39bdd43da0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6ff6581-d90c-4170-a350-40fc5906f720
,
d8083517-ad73-4e74-802b-57f8c871e9c2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-11T04:27:49.809Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw99cfec3c4947..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5e68099c-ad90-4d7d-a752-3d39bdd43da0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c9d69b94-1701-43c9-8053-d97531edb55a",
"vfModuleModelCustomizationUUID": "b75a995c-483f-4f64-9a51-8ec9e33570f3",
"isBase": true,
"artifacts": [
"b6ff6581-d90c-4170-a350-40fc5906f720",
"d8083517-ad73-4e74-802b-57f8c871e9c2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-11T04:27:49.810Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw99cfec3c4947..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9d69b94-1701-43c9-8053-d97531edb55a
VfModuleModelInvariantUUID:5e68099c-ad90-4d7d-a752-3d39bdd43da0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6ff6581-d90c-4170-a350-40fc5906f720
,
d8083517-ad73-4e74-802b-57f8c871e9c2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-11T04:27:49.811Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b6ff6581-d90c-4170-a350-40fc5906f720 from URL: /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml
2022-06-11T04:27:49.812Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-11T04:27:49.812Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml
2022-06-11T04:27:50.088Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-11T04:27:50.089Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml b6ff6581-d90c-4170-a350-40fc5906f720 20368
2022-06-11T04:27:50.090Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-11T04:27:50.093Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml
2022-06-11T04:27:50.093Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-11T04:27:50.093Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:50.102Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:50.104Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921670090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:27:50.199Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-11T04:27:50.201Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:50.202Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:50.220Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:50.222Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:27:51.107Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d8083517-ad73-4e74-802b-57f8c871e9c2 from URL: /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env
2022-06-11T04:27:51.108Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-11T04:27:51.109Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env
2022-06-11T04:27:51.190Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-11T04:27:51.190Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env d8083517-ad73-4e74-802b-57f8c871e9c2 2098
2022-06-11T04:27:51.191Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-11T04:27:51.191Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env
2022-06-11T04:27:51.191Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-11T04:27:51.191Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:51.194Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:51.194Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921671191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:27:51.294Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:27:51.296Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:51.296Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:51.316Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:51.316Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-11T04:27:52.195Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c
2022-06-11T04:27:52.197Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 99cfec3c-4947 0 b5621e3f-011e-4007-aa0e-ccc77d0cf646 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-11T04:27:52.227Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@114a0c76, org.onap.sdc.toscaparser.api.parameters.Input@5fa4eea, org.onap.sdc.toscaparser.api.parameters.Input@4593a332, org.onap.sdc.toscaparser.api.parameters.Input@2a74625e, org.onap.sdc.toscaparser.api.parameters.Input@6b1ce2da]
2022-06-11T04:27:52.230Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.231Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:52.231Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-06-11T04:27:52.231Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 4eb9e8eb-0791-4f5a-bdec-b17095a88027
2022-06-11T04:27:52.231Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4eb9e8eb-0791-4f5a-bdec-b17095a88027 matches Tosca VF Customization UUID: 4eb9e8eb-0791-4f5a-bdec-b17095a88027
2022-06-11T04:27:52.232Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 4eb9e8eb-0791-4f5a-bdec-b17095a88027 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-11T04:27:52.236Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.236Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:52.238Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 4eb9e8eb-0791-4f5a-bdec-b17095a88027: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-11T04:27:52.238Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6dfb3a8a
2022-06-11T04:27:52.238Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.239Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-11T04:27:52.239Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b75a995c-483f-4f64-9a51-8ec9e33570f3
2022-06-11T04:27:52.239Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b75a995c-483f-4f64-9a51-8ec9e33570f3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-11T04:27:52.243Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.244Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria
2022-06-11T04:27:52.244Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:27:52.245Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.245Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria
2022-06-11T04:27:52.245Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:27:52.246Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.246Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is not matching search criteria
2022-06-11T04:27:52.247Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-11T04:27:52.247Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-11T04:27:52.247Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-11T04:27:52.248Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-11T04:27:52.248Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-11T04:27:52.249Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:27:52.249Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:52.249Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-11T04:27:52.249Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:52.250Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-11T04:27:52.250Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:27:52.250Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f383885e-a0c3-4a22-9a41-3cfd4c5a9751
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-11T04:27:52.255Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.258Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria
2022-06-11T04:27:52.259Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:27:52.260Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.260Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is not matching search criteria
2022-06-11T04:27:52.261Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-11T04:27:52.261Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-11T04:27:52.261Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:27:52.262Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:52.262Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-11T04:27:52.262Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:27:52.263Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-11T04:27:52.263Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-11T04:27:52.263Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-11T04:27:52.264Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:52.264Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-11T04:27:52.264Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:27:52.265Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=395f22ae-a9d7-4ce0-93a4-bc52eead14a1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-11T04:27:52.269Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.270Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria
2022-06-11T04:27:52.270Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:27:52.276Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.277Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is not matching search criteria
2022-06-11T04:27:52.277Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-11T04:27:52.277Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-11T04:27:52.278Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:27:52.284Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:52.285Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-11T04:27:52.285Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:27:52.286Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-11T04:27:52.286Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-11T04:27:52.286Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-11T04:27:52.287Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:27:52.287Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-11T04:27:52.287Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-11T04:27:52.292Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e0007f97-c235-42e4-a0e9-bc5356659200
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-11T04:27:52.296Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.296Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria
2022-06-11T04:27:52.297Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:27:52.297Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.297Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria
2022-06-11T04:27:52.298Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=4eb9e8eb-0791-4f5a-bdec-b17095a88027
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-11T04:27:52.301Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.302Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:52.302Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c: vFW 99cfec3c-4947
2022-06-11T04:27:52.302Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.303Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:52.303Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.303Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:52.304Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.304Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:52.304Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.304Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:52.305Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:27:52.305Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:27:52.305Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-11 04-25-39
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:27:52.590Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 99cfec3c-4947 b5621e3f-011e-4007-aa0e-ccc77d0cf646 1 ASDC deployResourceStructure
2022-06-11T04:27:52.591Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json ASDC sendASDCNotification
2022-06-11T04:27:52.591Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json
2022-06-11T04:27:52.591Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-11T04:27:52.592Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:52.595Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:52.595Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921672591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "DEPLOY_OK"
}
2022-06-11T04:27:52.697Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-11T04:27:52.699Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:52.700Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:52.720Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:52.721Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:27:53.596Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-11T04:27:53.597Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml
2022-06-11T04:27:53.597Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-11T04:27:53.597Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:53.600Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:53.601Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921673596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-11T04:27:53.701Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:27:53.702Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:53.703Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:53.719Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:53.720Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:27:54.602Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-11T04:27:54.602Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env
2022-06-11T04:27:54.602Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-11T04:27:54.603Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:54.605Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:54.606Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921674602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-11T04:27:54.706Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-11T04:27:54.707Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:54.707Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:54.730Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:54.731Z||pool-32-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:27:55.606Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar ASDC sendASDCNotification
2022-06-11T04:27:55.607Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar
2022-06-11T04:27:55.607Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-11T04:27:55.609Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:27:55.611Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:27:55.611Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921675606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:27:55.712Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:27:55.713Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:27:55.713Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:27:55.730Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:27:55.731Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:27:56.613Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-11T04:27:56.631Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-11T04:27:56.637Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-11T04:27:56.637Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-11T04:27:56.637Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-11T04:28:14.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:28:14.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:28:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:28:14.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:28:14.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921574328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "NOTIFIED"
}
2022-06-11T04:28:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921574328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-11T04:28:14.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921574328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921574328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-11T04:28:14.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921574328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921574328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:28:14.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921582666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:28:14.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:28:14.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921589146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:28:14.391Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:28:14.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921590325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:28:14.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:28:14.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921591465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:28:14.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:28:14.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921592901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-11T04:28:14.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:28:14.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921593907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-11T04:28:14.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:28:14.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921594913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-11T04:28:14.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:28:14.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921595919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:28:14.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:28:14.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "clamp",
"timestamp": 1654921619601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921627081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921622554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921620987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "policy-id",
"timestamp": 1654921621970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921627081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "NOTIFIED"
}
2022-06-11T04:28:14.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "clamp",
"timestamp": 1654921619601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "NOTIFIED"
}
2022-06-11T04:28:14.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921620987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921622554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "policy-id",
"timestamp": 1654921621970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "cds",
"timestamp": 1654921628470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921627081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-11T04:28:14.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "clamp",
"timestamp": 1654921619601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921620987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921622554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "policy-id",
"timestamp": 1654921621970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-11T04:28:14.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "cds",
"timestamp": 1654921628470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921627081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921622554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "clamp",
"timestamp": 1654921619601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921620987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "policy-id",
"timestamp": 1654921621970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "cds",
"timestamp": 1654921628470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "aai-ml",
"timestamp": 1654921631352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921627081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-11T04:28:14.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921620987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921622554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "clamp",
"timestamp": 1654921619601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "policy-id",
"timestamp": 1654921621970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "cds",
"timestamp": 1654921628470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "aai-ml",
"timestamp": 1654921631352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921622554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921627081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "clamp",
"timestamp": 1654921619601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921620987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "policy-id",
"timestamp": 1654921621970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "cds",
"timestamp": 1654921628470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:14.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:28:14.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "aai-ml",
"timestamp": 1654921631352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:28:14.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:28:26.638Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-11T04:28:26.671Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-11T04:28:26.678Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-11T04:28:26.678Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-11T04:28:26.679Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-11T04:28:56.679Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-11T04:28:56.695Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-11T04:28:56.700Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-11T04:28:56.701Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-11T04:28:56.701Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-11T04:29:14.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:29:14.345Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:29:14.346Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:29:14.401Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:29:14.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-11T04:29:14.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921622554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:29:14.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-11T04:29:26.702Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-11T04:29:26.725Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-11T04:29:26.730Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-11T04:29:26.731Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-11T04:29:26.731Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-11T04:29:56.731Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-11T04:29:56.760Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-11T04:29:56.765Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-11T04:29:56.765Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-11T04:29:56.765Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-11T04:30:14.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:30:14.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:30:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:30:14.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:30:14.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "clamp",
"timestamp": 1654921619601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:30:14.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921627081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:30:14.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921620987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:30:14.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "policy-id",
"timestamp": 1654921621970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:30:14.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "cds",
"timestamp": 1654921628470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:30:14.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "aai-ml",
"timestamp": 1654921631352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:30:14.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "cds",
"timestamp": 1654921628470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:30:14.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:30:14.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921635307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:30:14.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "policy-id",
"timestamp": 1654921635715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:30:14.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "aai-ml",
"timestamp": 1654921631352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:30:14.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "policy-id",
"timestamp": 1654921636752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:30:14.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "cds",
"timestamp": 1654921636416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:30:14.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921636543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:30:14.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "aai-ml",
"timestamp": 1654921631352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:30:14.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "policy-id",
"timestamp": 1654921637764,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:30:14.455Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e53fb93-5e19-40bc-96f7-0003f413f6e5
2022-06-11T04:30:14.456Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e53fb93-5e19-40bc-96f7-0003f413f6e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:30:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "cds",
"timestamp": 1654921637422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:30:14.471Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e53fb93-5e19-40bc-96f7-0003f413f6e5
2022-06-11T04:30:14.471Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e53fb93-5e19-40bc-96f7-0003f413f6e5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:30:14.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921637640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:30:14.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "aai-ml",
"timestamp": 1654921631352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:30:14.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921638665,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:30:14.485Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e53fb93-5e19-40bc-96f7-0003f413f6e5
2022-06-11T04:30:14.485Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e53fb93-5e19-40bc-96f7-0003f413f6e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-11T04:30:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921638620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:30:14.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "aai-ml",
"timestamp": 1654921639232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:30:14.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921639671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "DEPLOY_OK"
}
2022-06-11T04:30:14.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921639625,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:30:14.498Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e53fb93-5e19-40bc-96f7-0003f413f6e5
2022-06-11T04:30:14.499Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e53fb93-5e19-40bc-96f7-0003f413f6e5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:30:14.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "clamp",
"timestamp": 1654921643734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:30:14.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "clamp",
"timestamp": 1654921646736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:30:14.509Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "clamp",
"timestamp": 1654921647743,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:30:14.513Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e53fb93-5e19-40bc-96f7-0003f413f6e5
2022-06-11T04:30:14.514Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e53fb93-5e19-40bc-96f7-0003f413f6e5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:30:14.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "aai-ml",
"timestamp": 1654921650903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:30:14.523Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "aai-ml",
"timestamp": 1654921651910,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:30:14.531Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e53fb93-5e19-40bc-96f7-0003f413f6e5
2022-06-11T04:30:14.532Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e53fb93-5e19-40bc-96f7-0003f413f6e5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:30:14.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921654205,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-11T04:30:14.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921655225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:30:14.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921655225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "NOTIFIED"
}
2022-06-11T04:30:14.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921655225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-11T04:30:14.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921655225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:30:14.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921655225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-11T04:30:14.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921655225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:30:14.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921655225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:30:14.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:30:14.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921663157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:30:14.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921668761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:30:14.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921670090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:30:14.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921671191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:30:14.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921672591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json",
"status": "DEPLOY_OK"
}
2022-06-11T04:30:14.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921673596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-11T04:30:14.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921674602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-11T04:30:14.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:14.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:30:14.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921675606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:30:14.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:30:26.766Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-11T04:30:26.794Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-11T04:30:26.802Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-11T04:30:26.802Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-11T04:30:26.802Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-11T04:30:26.802Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-11T04:30:26.803Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-11T04:30:26.803Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-11T04:30:26.803Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-11T04:30:26.803Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-11T04:30:26.804Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-11T04:30:26.804Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-11T04:30:26.804Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|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-06-11T04:30:26.813Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-11T04:30:56.813Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-11T04:30:56.823Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 and serviceModelVersionId: 69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c
2022-06-11T04:30:56.823Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20a9891c-38a6-4752-a630-2b37e7160f33
2022-06-11T04:30:56.825Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0
2022-06-11T04:30:56.834Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-11T04:30:56.938Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0|INFO|500||Invoke
2022-06-11T04:30:56.939Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e53fb93-5e19-40bc-96f7-0003f413f6e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[11de55eb-e545-43e3-acae-47ed34eb5b6c], X-ECOMP-RequestID=[4e53fb93-5e19-40bc-96f7-0003f413f6e5], X-TransactionId=[], X-ONAP-RequestID=[4e53fb93-5e19-40bc-96f7-0003f413f6e5], Content-Type=[application/merge-patch+json]}
2022-06-11T04:30:56.985Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-11T04:30:57.138Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?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/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220611-04:30:56:758-82610], vertex-id=[221296], Content-Length=[0], Date=[Sat, 11 Jun 2022 04:30:56 GMT], Content-Type=[application/json]}
2022-06-11T04:30:57.139Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-11T04:30:57.139Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0|INFO|500||InvokeReturn
2022-06-11T04:30:57.140Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-11T04:30:57.140Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-11T04:30:57.150Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-11T04:30:57.150Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e53fb93-5e19-40bc-96f7-0003f413f6e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-11T04:30:57.151Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-11T04:30:57.151Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:30:57.155Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:30:57.155Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921857151,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-11T04:30:57.255Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:30:57.257Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:30:57.257Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:30:57.283Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:30:57.284Z||pool-34-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-11T04:30:58.167Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:30:58.168Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:30:58.169Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:31:02.633Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:31:02.634Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-11T04:31:02.635Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"631dae2d-307b-4fc7-a74b-f7da979d1e2f","serviceName":"vFW 2022-06-11 04-28-20","serviceVersion":"1.0","serviceUUID":"99a82a8d-1a02-430c-ac0a-117a810b17a2","serviceDescription":"catalog service description","serviceInvariantUUID":"e1b5b9a5-c979-4871-a7b7-49e504fb7f7e","resources":[{"resourceInstanceName":"vFW ea8053ef-55a1 0","resourceName":"vFW ea8053ef-55a1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"50408e5e-9adf-4626-af8a-32add9ac6cc6","resourceInvariantUUID":"6a092850-681b-4600-ac68-75ff40f42dc1","resourceCustomizationUUID":"974f41b5-f96d-445a-93ea-96b38ef4f6ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml","artifactChecksum":"NDZkOTAzZjIyOTEyNmY1YTE3ZGViZWNmZTBjNjk5NDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e49f963-ed7c-4250-901f-0a175fc8dc94","artifactVersion":"1"},{"artifactName":"vfwea8053ef55a10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json","artifactChecksum":"ZTlkMDg1MTA2ZmI1YjRjOWRlMDk0ZTMyM2FlM2ZhNjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ec6ab7d1-3399-4067-8f86-4cf688558cb3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"09ff1f44-f3a7-47d8-9689-ba5afb3e3019","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml","artifactChecksum":"ODVlZTNhM2QxYWZjZDFhZDEyNjg3ZGY3ZGYxOWUxMGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1fbbff8-0059-4ce9-bd91-a8f5eb732707","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed0a815f-6db6-4013-ab01-98211accd14e","artifactVersion":"2","generatedFromUUID":"09ff1f44-f3a7-47d8-9689-ba5afb3e3019"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220611042820-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml","artifactChecksum":"NTdlMjE4NWYyOWQ4NGU2ZjcxODgxZmFkNDc1OWI5ODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aa9f1e7b-0b1c-46c2-b5cd-2c4de4d6d292","artifactVersion":"1"},{"artifactName":"service-Vfw20220611042820-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar","artifactChecksum":"NTNjZmQyNzM1MTkzZTA2MDM3NzNlMDA2MGE3OTQxNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25e61107-fbeb-444b-8633-630258d6da37","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-11T04:31:02.641Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:31:02.642Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:31:02.645Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:31:02.646Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921858167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:02.745Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-11T04:31:02.747Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:31:02.747Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:31:02.770Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:31:02.770Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:31:03.647Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:31:03.648Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:31:03.650Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:31:03.651Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921858167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json",
"status": "NOTIFIED"
}
2022-06-11T04:31:03.751Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:31:03.752Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:31:03.752Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:31:03.770Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:31:03.772Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:31:04.652Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:31:04.654Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:31:04.660Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:31:04.661Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921858167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-11T04:31:04.761Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-11T04:31:04.762Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:31:04.763Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:31:04.782Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:31:04.783Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:31:05.664Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:31:05.666Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:31:05.669Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:31:05.670Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921858167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:05.776Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-11T04:31:05.777Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:31:05.777Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:31:05.794Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:31:05.794Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:31:06.672Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:31:06.673Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:31:06.679Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:31:06.680Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921858167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-11T04:31:06.788Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-11T04:31:06.789Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:31:06.789Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:31:06.805Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:31:06.806Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:31:07.680Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:31:07.681Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:31:07.684Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:31:07.684Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921858167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:07.785Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:31:07.787Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:31:07.788Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:31:07.806Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:31:07.807Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:31:08.685Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-11T04:31:08.687Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:31:08.689Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:31:08.689Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921858167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:31:08.791Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-11T04:31:08.792Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:31:08.792Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:31:08.816Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:31:08.817Z||pool-41-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:31:09.691Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"serviceName": "vFW 2022-06-11 04-28-20",
"serviceVersion": "1.0",
"serviceUUID": "99a82a8d-1a02-430c-ac0a-117a810b17a2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e1b5b9a5-c979-4871-a7b7-49e504fb7f7e",
"resources": [
{
"resourceInstanceName": "vFW ea8053ef-55a1 0",
"resourceCustomizationUUID": "974f41b5-f96d-445a-93ea-96b38ef4f6ca",
"resourceName": "vFW ea8053ef-55a1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "50408e5e-9adf-4626-af8a-32add9ac6cc6",
"resourceInvariantUUID": "6a092850-681b-4600-ac68-75ff40f42dc1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwea8053ef55a10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json",
"artifactChecksum": "ZTlkMDg1MTA2ZmI1YjRjOWRlMDk0ZTMyM2FlM2ZhNjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ec6ab7d1-3399-4067-8f86-4cf688558cb3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "09ff1f44-f3a7-47d8-9689-ba5afb3e3019",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ed0a815f-6db6-4013-ab01-98211accd14e",
"generatedFromUUID": "09ff1f44-f3a7-47d8-9689-ba5afb3e3019"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ed0a815f-6db6-4013-ab01-98211accd14e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220611042820-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"artifactChecksum": "NTNjZmQyNzM1MTkzZTA2MDM3NzNlMDA2MGE3OTQxNmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "25e61107-fbeb-444b-8633-630258d6da37"
}
],
"workloadContext": "Production"
}
2022-06-11T04:31:09.692Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-11T04:31:09.692Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99a82a8d-1a02-430c-ac0a-117a810b17a2 ASDC
2022-06-11T04:31:09.692Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:631dae2d-307b-4fc7-a74b-f7da979d1e2f
ServiceName:vFW 2022-06-11 04-28-20
ServiceVersion:1.0
ServiceUUID:99a82a8d-1a02-430c-ac0a-117a810b17a2
ServiceInvariantUUID:e1b5b9a5-c979-4871-a7b7-49e504fb7f7e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220611042820-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar
ArtifactUUID:25e61107-fbeb-444b-8633-630258d6da37
ArtifactChecksum:NTNjZmQyNzM1MTkzZTA2MDM3NzNlMDA2MGE3OTQxNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ea8053ef-55a1 0
ResourceCustomizationUUID:974f41b5-f96d-445a-93ea-96b38ef4f6ca
ResourceInvariantUUID:6a092850-681b-4600-ac68-75ff40f42dc1
ResourceName:vFW ea8053ef-55a1
ResourceType:VF
ResourceUUID:50408e5e-9adf-4626-af8a-32add9ac6cc6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwea8053ef55a10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json
ArtifactUUID:ec6ab7d1-3399-4067-8f86-4cf688558cb3
ArtifactChecksum:ZTlkMDg1MTA2ZmI1YjRjOWRlMDk0ZTMyM2FlM2ZhNjE=
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/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml
ArtifactUUID:09ff1f44-f3a7-47d8-9689-ba5afb3e3019
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/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env
ArtifactUUID:ed0a815f-6db6-4013-ab01-98211accd14e
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/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env
ArtifactUUID:ed0a815f-6db6-4013-ab01-98211accd14e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-11T04:31:09.692Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99a82a8d-1a02-430c-ac0a-117a810b17a2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:31:09.740Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-11T04:31:09.741Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-11T04:31:09.741Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-11T04:31:09.741Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 25e61107-fbeb-444b-8633-630258d6da37 from URL: /sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar
2022-06-11T04:31:09.741Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-11T04:31:09.742Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar
2022-06-11T04:31:09.856Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-11T04:31:09.863Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar 25e61107-fbeb-444b-8633-630258d6da37 98985
2022-06-11T04:31:09.864Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar ASDC sendASDCNotification
2022-06-11T04:31:09.864Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar
2022-06-11T04:31:09.865Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-11T04:31:09.865Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:31:09.868Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:31:09.868Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921869863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:31:09.969Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:31:09.971Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:31:09.971Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:31:09.992Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:31:09.993Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:31:10.869Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-11T04:31:10.872Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-11T04:31:10.872Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 25e61107-fbeb-444b-8633-630258d6da37, URL: /sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar to file: /app/ASDC/1/service-Vfw20220611042820-csar.csar
2022-06-11T04:31:10.873Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220611042820-csar.csar
2022-06-11T04:31:10.874Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220611042820-csar.csar
2022-06-11T04:31:10.874Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220611042820-csar.csar
2022-06-11T04:31:11.118Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18330974631439233891/Definitions/service-Vfw20220611042820-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-11T04:31:14.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-11T04:31:14.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-11T04:31:14.336Z||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 GoAXSIQAl99FPdSj) ...
2022-06-11T04:31:14.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:31:14.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921767081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.396Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921770987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "clamp",
"timestamp": 1654921769602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921770987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921767081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json",
"status": "NOTIFIED"
}
2022-06-11T04:31:14.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "clamp",
"timestamp": 1654921769602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json",
"status": "NOTIFIED"
}
2022-06-11T04:31:14.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921770987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "clamp",
"timestamp": 1654921769602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921767081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-11T04:31:14.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921770987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "clamp",
"timestamp": 1654921769602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921767081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921767081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-11T04:31:14.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921770987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "clamp",
"timestamp": 1654921769602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921767081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921770987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "clamp",
"timestamp": 1654921769602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "cds",
"timestamp": 1654921778470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921770987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:31:14.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921767081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:31:14.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "clamp",
"timestamp": 1654921769602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:31:14.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "cds",
"timestamp": 1654921778470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "cds",
"timestamp": 1654921778470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921781256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:31:14.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:31:14.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921781154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:31:14.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:31:14.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "aai-ml",
"timestamp": 1654921781352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "cds",
"timestamp": 1654921778470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "policy-id",
"timestamp": 1654921781970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921782393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:31:14.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:31:14.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "aai-ml",
"timestamp": 1654921781352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921782554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "cds",
"timestamp": 1654921778470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "policy-id",
"timestamp": 1654921781970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921783477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:31:14.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:31:14.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "aai-ml",
"timestamp": 1654921781352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921782554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "cds",
"timestamp": 1654921778470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "policy-id",
"timestamp": 1654921781970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-11T04:31:14.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921784510,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:31:14.427Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 631dae2d-307b-4fc7-a74b-f7da979d1e2f
2022-06-11T04:31:14.427Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 631dae2d-307b-4fc7-a74b-f7da979d1e2f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:31:14.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921784521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:31:14.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:31:14.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "aai-ml",
"timestamp": 1654921781352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921782554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "cds",
"timestamp": 1654921778470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:31:14.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "policy-id",
"timestamp": 1654921781970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654921785519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json",
"status": "DEPLOY_OK"
}
2022-06-11T04:31:14.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:31:14.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654921785525,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:31:14.448Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 631dae2d-307b-4fc7-a74b-f7da979d1e2f
2022-06-11T04:31:14.448Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 631dae2d-307b-4fc7-a74b-f7da979d1e2f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:31:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "aai-ml",
"timestamp": 1654921781352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921782554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "policy-id",
"timestamp": 1654921781970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "cds",
"timestamp": 1654921786464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:31:14.476Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:31:14.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "aai-ml",
"timestamp": 1654921781352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921782554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "policy-id",
"timestamp": 1654921781970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "cds",
"timestamp": 1654921787469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:31:14.483Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 631dae2d-307b-4fc7-a74b-f7da979d1e2f
2022-06-11T04:31:14.483Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 631dae2d-307b-4fc7-a74b-f7da979d1e2f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:31:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "aai-ml",
"timestamp": 1654921781352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:31:14.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921782554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "policy-id",
"timestamp": 1654921781970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "NOTIFIED"
}
2022-06-11T04:31:14.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654921782554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-11T04:31:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-11T04:31:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "aai-ml",
"timestamp": 1654921789327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:31:14.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:31:14.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "policy-id",
"timestamp": 1654921789915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:31:14.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:31:14.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "clamp",
"timestamp": 1654921790768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:31:14.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:31:14.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "policy-id",
"timestamp": 1654921790922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:31:14.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:31:14.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "policy-id",
"timestamp": 1654921791927,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:31:14.502Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 631dae2d-307b-4fc7-a74b-f7da979d1e2f
2022-06-11T04:31:14.503Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 631dae2d-307b-4fc7-a74b-f7da979d1e2f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-11T04:31:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "clamp",
"timestamp": 1654921793770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:31:14.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:31:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "clamp",
"timestamp": 1654921794778,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:31:14.521Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 631dae2d-307b-4fc7-a74b-f7da979d1e2f
2022-06-11T04:31:14.522Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 631dae2d-307b-4fc7-a74b-f7da979d1e2f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-11T04:31:14.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "aai-ml",
"timestamp": 1654921801153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-11T04:31:14.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-11T04:31:14.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-11T04:31:14.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "aai-ml",
"timestamp": 1654921802172,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-11T04:31:14.545Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 631dae2d-307b-4fc7-a74b-f7da979d1e2f
2022-06-11T04:31:14.546Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 631dae2d-307b-4fc7-a74b-f7da979d1e2f 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 (?, ?, ?, ?, ?)
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-11T04:31:14.619Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-11T04:31:14.621Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-11T04:31:14.626Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar
2022-06-11T04:31:14.626Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-11T04:31:14.626Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||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-Vfw20220611042820-csar.csar
2022-06-11T04:31:14.627Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||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-Vfw20220611042820-csar.csar
2022-06-11T04:31:14.627Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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-Vfw20220611042820-csar.csar
2022-06-11T04:31:14.627Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar
2022-06-11T04:31:14.628Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar
2022-06-11T04:31:14.628Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||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-Vfw20220611042820-csar.csar
2022-06-11T04:31:14.628Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ea8053ef-55a1 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-Vfw20220611042820-csar.csar
2022-06-11T04:31:14.628Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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-Vfw20220611042820-csar.csar
2022-06-11T04:31:14.629Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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-Vfw20220611042820-csar.csar
2022-06-11T04:31:14.630Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar
2022-06-11T04:31:14.630Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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-Vfw20220611042820-csar.csar
2022-06-11T04:31:14.630Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar
2022-06-11T04:31:14.631Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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-Vfw20220611042820-csar.csar
2022-06-11T04:31:14.631Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-11T04:31:14.632Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.633Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:31:14.634Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria
2022-06-11T04:31:14.634Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-11T04:31:14.637Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-11T04:31:14.638Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.639Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:31:14.639Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria
2022-06-11T04:31:14.640Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-11T04:31:14.640Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-11T04:31:14.641Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.641Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:31:14.642Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.642Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is not matching search criteria
2022-06-11T04:31:14.642Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-11T04:31:14.643Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-11T04:31:14.643Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:31:14.643Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-11T04:31:14.644Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:31:14.644Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-11T04:31:14.645Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-11T04:31:14.645Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-11T04:31:14.645Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-11T04:31:14.646Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:31:14.646Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-11T04:31:14.647Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-11T04:31:14.647Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-11T04:31:14.648Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-11T04:31:14.648Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:31:14.648Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-11T04:31:14.649Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.649Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-11T04:31:14.650Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.650Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria
2022-06-11T04:31:14.651Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:31:14.652Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.655Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria
2022-06-11T04:31:14.655Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:31:14.656Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.656Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria
2022-06-11T04:31:14.656Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-11T04:31:14.657Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.657Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is not matching search criteria
2022-06-11T04:31:14.658Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-11T04:31:14.659Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-11T04:31:14.662Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-11T04:31:14.663Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-11T04:31:14.663Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-11T04:31:14.687Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:31:14.687Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-11T04:31:14.688Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-11T04:31:14.688Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-11T04:31:14.688Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-11T04:31:14.688Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:31:14.688Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=25a6fcad-de18-42c8-a0fa-c09fbee86fab
2022-06-11T04:31:14.689Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.689Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is not matching search criteria
2022-06-11T04:31:14.689Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-11T04:31:14.689Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-11T04:31:14.690Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:31:14.690Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-11T04:31:14.690Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:31:14.690Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-11T04:31:14.690Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-11T04:31:14.690Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-11T04:31:14.690Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-11T04:31:14.691Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-11T04:31:14.691Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-11T04:31:14.691Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:31:14.691Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5dfbe5fa-f1a0-4936-bc81-244cc0caee3f
2022-06-11T04:31:14.693Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.693Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is not matching search criteria
2022-06-11T04:31:14.694Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-11T04:31:14.694Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-11T04:31:14.694Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:31:14.695Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-11T04:31:14.695Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-11T04:31:14.695Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-11T04:31:14.695Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-11T04:31:14.695Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-11T04:31:14.696Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-11T04:31:14.696Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-11T04:31:14.696Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-11T04:31:14.696Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-11T04:31:14.697Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cfeb62ed-d7c2-4b71-a2ca-08cf7b0d69eb
2022-06-11T04:31:14.697Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.697Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:31:14.697Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.698Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:31:14.698Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.698Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:31:14.698Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:14.698Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:31:14.699Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-11 04-28-20
Description:catalog service description
Model UUID:99a82a8d-1a02-430c-ac0a-117a810b17a2
Model Version:NULL
Model InvariantUuid:e1b5b9a5-c979-4871-a7b7-49e504fb7f7e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ea8053ef-55a1
Model UUID:b0c71bc4-f6a1-41d0-84da-30e3a77f0a7e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6a092850-681b-4600-ac68-75ff40f42dc1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:974f41b5-f96d-445a-93ea-96b38ef4f6ca
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:38c468df-3adc-414d-bc09-9db13cb716a1
ModelName:VfwEa8053ef55a1..base_vfw..module-0
ModelUuid:8e85c3f8-4a96-4dc7-8a5b-db6ee73800e7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:25a6fcad-de18-42c8-a0fa-c09fbee86fab
ModelInvariantUuid:de652f64-6e1b-4a4d-a5bd-7f520e47d7b4
ModelName:vFW ea8053ef-55a1-nodes.vfwCvfc
ModelUuid:9606639a-ee1b-4912-92b3-1d155d93980b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:65aa2e96-be81-4182-918e-4727f8f11b8d
ModelInvariantUuid:29ed642f-01e8-42bd-9d8f-3fc3e282f352
ModelName:VfwEa8053ef55a1.compute.nodes.heat.vfw
ModelUuid:f4beeb34-cce0-4d6f-8b8d-442bc8d0b87b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5dfbe5fa-f1a0-4936-bc81-244cc0caee3f
ModelInvariantUuid:f2ba88fd-5c27-445b-92c3-c72d6e95c7f1
ModelName:vFW ea8053ef-55a1-nodes.vsnCvfc
ModelUuid:2fac1af6-b141-4247-b832-e0d791afa2b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e5e971ca-e679-436f-a0d3-a63689130b94
ModelInvariantUuid:268e6b9d-e641-466d-8beb-a4d9a8b85c22
ModelName:VfwEa8053ef55a1.compute.nodes.heat.vsn
ModelUuid:8aa051a8-36f6-4bbe-a2f2-5e02831d274a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cfeb62ed-d7c2-4b71-a2ca-08cf7b0d69eb
ModelInvariantUuid:8fa26a71-b0c9-474f-8b00-b83cd0d5ac75
ModelName:vFW ea8053ef-55a1-nodes.vpgCvfc
ModelUuid:b2a337b0-b305-4054-a692-5fea2f23e406
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a1c0743a-b657-4354-8d39-72e0b79ee08f
ModelInvariantUuid:b545827b-9d39-4d51-b94c-40a3d62d164f
ModelName:VfwEa8053ef55a1.compute.nodes.heat.vpg
ModelUuid:4084456b-7944-4794-a7f6-b14a69a8aa26
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-11T04:31:14.719Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 50408e5e-9adf-4626-af8a-32add9ac6cc6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-11T04:31:14.723Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||vFW ea8053ef-55a1 0
2022-06-11T04:31:14.723Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 50408e5e-9adf-4626-af8a-32add9ac6cc6
2022-06-11T04:31:14.723Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ec6ab7d1-3399-4067-8f86-4cf688558cb3 from URL: /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json
2022-06-11T04:31:14.723Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-11T04:31:14.723Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json
2022-06-11T04:31:14.919Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-11T04:31:14.919Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json ec6ab7d1-3399-4067-8f86-4cf688558cb3 785
2022-06-11T04:31:14.920Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json ASDC sendASDCNotification
2022-06-11T04:31:14.920Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json
2022-06-11T04:31:14.920Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-11T04:31:14.920Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:31:14.924Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:31:14.924Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921874920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:31:15.024Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:31:15.025Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:31:15.025Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:31:15.059Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:31:15.059Z||pool-43-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-11T04:31:15.925Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEa8053ef55a1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "38c468df-3adc-414d-bc09-9db13cb716a1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8e85c3f8-4a96-4dc7-8a5b-db6ee73800e7",
"vfModuleModelCustomizationUUID": "738bb943-4a92-4097-a377-b916723eca90",
"isBase": true,
"artifacts": [
"09ff1f44-f3a7-47d8-9689-ba5afb3e3019",
"ed0a815f-6db6-4013-ab01-98211accd14e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-11T04:31:15.935Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEa8053ef55a1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e85c3f8-4a96-4dc7-8a5b-db6ee73800e7
VfModuleModelInvariantUUID:38c468df-3adc-414d-bc09-9db13cb716a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
09ff1f44-f3a7-47d8-9689-ba5afb3e3019
,
ed0a815f-6db6-4013-ab01-98211accd14e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-11T04:31:15.946Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEa8053ef55a1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "38c468df-3adc-414d-bc09-9db13cb716a1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8e85c3f8-4a96-4dc7-8a5b-db6ee73800e7",
"vfModuleModelCustomizationUUID": "738bb943-4a92-4097-a377-b916723eca90",
"isBase": true,
"artifacts": [
"09ff1f44-f3a7-47d8-9689-ba5afb3e3019",
"ed0a815f-6db6-4013-ab01-98211accd14e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-11T04:31:15.946Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEa8053ef55a1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e85c3f8-4a96-4dc7-8a5b-db6ee73800e7
VfModuleModelInvariantUUID:38c468df-3adc-414d-bc09-9db13cb716a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
09ff1f44-f3a7-47d8-9689-ba5afb3e3019
,
ed0a815f-6db6-4013-ab01-98211accd14e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-11T04:31:15.946Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 09ff1f44-f3a7-47d8-9689-ba5afb3e3019 from URL: /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml
2022-06-11T04:31:15.947Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-11T04:31:15.948Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml
2022-06-11T04:31:16.044Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-11T04:31:16.046Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml 09ff1f44-f3a7-47d8-9689-ba5afb3e3019 20368
2022-06-11T04:31:16.047Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-11T04:31:16.047Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml
2022-06-11T04:31:16.048Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-11T04:31:16.049Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:31:16.053Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:31:16.054Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921876047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:31:16.153Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-11T04:31:16.155Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:31:16.155Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:31:16.172Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:31:16.172Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:31:17.055Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ed0a815f-6db6-4013-ab01-98211accd14e from URL: /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env
2022-06-11T04:31:17.056Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-11T04:31:17.057Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env
2022-06-11T04:31:17.203Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-11T04:31:17.204Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env ed0a815f-6db6-4013-ab01-98211accd14e 2098
2022-06-11T04:31:17.204Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-11T04:31:17.205Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env
2022-06-11T04:31:17.205Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-11T04:31:17.205Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-11T04:31:17.209Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-11T04:31:17.209Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654921877204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-11T04:31:17.309Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-11T04:31:17.310Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-11T04:31:17.311Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ...
2022-06-11T04:31:17.329Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-11T04:31:17.330Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-11T04:31:18.210Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 99a82a8d-1a02-430c-ac0a-117a810b17a2
2022-06-11T04:31:18.211Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ea8053ef-55a1 0 50408e5e-9adf-4626-af8a-32add9ac6cc6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-11T04:31:18.248Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1325ac9f, org.onap.sdc.toscaparser.api.parameters.Input@5b9012f0, org.onap.sdc.toscaparser.api.parameters.Input@159ca6bf, org.onap.sdc.toscaparser.api.parameters.Input@35d4bff0, org.onap.sdc.toscaparser.api.parameters.Input@b2bbc81]
2022-06-11T04:31:18.251Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-11T04:31:18.252Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-11T04:31:18.252Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-06-11T04:31:18.252Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 974f41b5-f96d-445a-93ea-96b38ef4f6ca
2022-06-11T04:31:18.253Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 974f41b5-f96d-445a-93ea-96b38ef4f6ca matches Tosca VF Customization UUID: 974f41b5-f96d-445a-93ea-96b38ef4f6ca
2022-06-11T04:31:18.253Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 974f41b5-f96d-445a-93ea-96b38ef4f6ca matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-11T04:31:18.257Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive