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-30T03:43:36.906Z||main|||||INFO|500||The following profiles are active: basic
2022-06-30T03:43:48.181Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-30T03:43:48.182Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-30T03:43:48.298Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-30T03:43:52.280Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-30T03:43:52.663Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-30T03:43:53.112Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-30T03:43:53.134Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-30T03:43:53.245Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-30T03:43:53.439Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-30T03:43:54.040Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-30T03:43:55.850Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-30T03:43:58.355Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-30T03:43:58.419Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-30T03:43:59.014Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-30T03:43:59.279Z||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-30T03:44:00.554Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-30T03:44:01.592Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-30T03:44:01.608Z||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-30T03:44:01.609Z||main|||||WARN|500||The sdc end point is not alive
2022-06-30T03:44:04.472Z||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-30T03:44:07.454Z||main|||||WARN|500||---
2022-06-30T03:44:07.455Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-30T03:44:07.456Z||main|||||WARN|500||---
2022-06-30T03:44:07.978Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-30T03:44:12.682Z||main|||||INFO|500||Started Application in 38.803 seconds (JVM running for 40.926)
2022-06-30T03:44:12.698Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T03:44:12.699Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T03:44:12.709Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T03:44:12.732Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T03:44:12.771Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 43f6b43d-6d9d-4bef-aef3-f6ffccdae9f9 url= /sdc/v1/artifactTypes
2022-06-30T03:44:12.772Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T03:44:13.858Z||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.55.129] 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$$ed61bf59.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-30T03:44:13.863Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3dbdb1ab
2022-06-30T03:44:13.863Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-30T03:44:13.881Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-30T03:44:13.883Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-30T03:44:13.885Z||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$$ed61bf59.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-30T03:45:02.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T03:45:02.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T03:45:02.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T03:45:02.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T03:45:02.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 76103487-6184-425b-8310-39560233ece3 url= /sdc/v1/artifactTypes
2022-06-30T03:45:02.690Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T03:45:03.711Z||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.55.129] 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$$ed61bf59.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-30T03:45:03.712Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73427658
2022-06-30T03:45:03.712Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-30T03:45:03.713Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-30T03:45:03.713Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-30T03:45:03.714Z||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$$ed61bf59.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-30T03:45:52.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T03:45:52.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T03:45:52.678Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T03:45:52.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T03:45:52.686Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 66472443-c006-4fad-86eb-8d31aac01b1e url= /sdc/v1/artifactTypes
2022-06-30T03:45:52.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T03:45:52.904Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-30T03:45:52.913Z||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-30T03:45:52.935Z||scheduling-1|||||DEBUG|500||create keys
2022-06-30T03:45:52.943Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-30T03:45:53.549Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:45:53.567Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 408cf7f6-2c7f-4dbf-92d7-fe1b7d273d1f url= /sdc/v1/registerForDistribution
2022-06-30T03:45:54.733Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 408cf7f6-2c7f-4dbf-92d7-fe1b7d273d1f url= /sdc/v1/registerForDistribution
2022-06-30T03:45:54.733Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-30T03:45:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:45:54.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:45:54.750Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-30T03:45:54.752Z||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-30T03:45:54.752Z||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-30T03:45:54.752Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:45:54.753Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:46:05.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:46:05.280Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:46:54.740Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:46:54.741Z||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-30T03:46:54.742Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:46:54.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:46:54.743Z||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-30T03:46:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:47:04.383Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:47:04.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:47:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:47:54.741Z||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-30T03:47:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:47:54.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:47:54.744Z||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-30T03:47:54.744Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:48:04.370Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:48:04.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:48:54.740Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:48:54.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:48:54.745Z||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-30T03:48:54.745Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:48:54.750Z||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-30T03:48:54.750Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:49:04.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:49:04.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:49:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:49:54.741Z||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-30T03:49:54.742Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:49:54.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:49:54.744Z||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-30T03:49:54.744Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:50:04.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:50:04.304Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:50:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:50:54.741Z||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-30T03:50:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:50:54.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:50:54.743Z||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-30T03:50:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:51:04.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:51:04.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:51:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:51:54.741Z||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-30T03:51:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:51:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:51:54.743Z||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-30T03:51:54.805Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:52:04.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:52:04.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:52:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:52:54.741Z||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-30T03:52:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:52:54.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:52:54.743Z||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-30T03:52:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:53:04.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:53:04.307Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:53:51.194Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-30T03:53:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:53:54.742Z||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-30T03:53:54.742Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:53:54.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:53:54.743Z||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-30T03:53:54.744Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:54:04.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:54:04.332Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:54:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:54:54.740Z||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-30T03:54:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:54:54.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:54:54.743Z||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-30T03:54:54.744Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:55:04.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:55:04.322Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:55:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:55:54.741Z||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-30T03:55:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:55:54.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:55:54.744Z||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-30T03:55:54.744Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:56:04.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:56:04.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:56:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:56:54.741Z||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-30T03:56:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:56:54.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:56:54.744Z||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-30T03:56:54.744Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:57:04.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:57:04.316Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:57:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:57:54.741Z||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-30T03:57:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:57:54.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:57:54.743Z||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-30T03:57:54.744Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:58:04.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:58:04.359Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:58:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:58:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:58:54.742Z||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-30T03:58:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:58:54.743Z||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-30T03:58:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:59:04.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:59:04.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T03:59:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:59:54.742Z||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-30T03:59:54.742Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T03:59:54.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T03:59:54.745Z||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-30T03:59:54.746Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:00:04.335Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:00:04.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:00:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:00:54.741Z||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-30T04:00:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:00:54.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:00:54.743Z||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-30T04:00:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:01:04.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:01:04.308Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:01:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:01:54.741Z||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-30T04:01:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:01:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:01:54.743Z||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-30T04:01:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:02:04.321Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:02:04.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:02:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:02:54.741Z||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-30T04:02:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:02:54.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:02:54.743Z||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-30T04:02:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:03:04.354Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:03:04.366Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:03:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:03:54.741Z||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-30T04:03:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:03:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:03:54.743Z||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-30T04:03:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:04:04.319Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:04:04.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:04:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:04:54.742Z||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-30T04:04:54.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:04:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:04:54.743Z||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-30T04:04:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:05:04.339Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:05:04.342Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:05:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:05:54.740Z||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-30T04:05:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:05:54.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:05:54.743Z||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-30T04:05:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:06:04.309Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:06:04.309Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:06:54.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:06:54.740Z||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-30T04:06:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:06:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:06:54.743Z||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-30T04:06:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:07:04.316Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:07:04.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:07:54.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:07:54.740Z||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-30T04:07:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:07:54.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:07:54.743Z||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-30T04:07:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:08:04.292Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:08:04.307Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:08:54.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:08:54.741Z||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-30T04:08:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:08:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:08:54.744Z||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-30T04:08:54.744Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:09:04.318Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:09:04.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:09:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:09:54.741Z||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-30T04:09:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:09:54.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:09:54.744Z||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-30T04:09:54.744Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:10:04.291Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:10:04.300Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:10:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:10:54.742Z||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-30T04:10:54.742Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:10:54.745Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:10:54.746Z||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-30T04:10:54.746Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:11:04.302Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:11:04.310Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:11:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:11:54.741Z||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-30T04:11:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:11:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:11:54.743Z||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-30T04:11:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:12:04.317Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:12:04.319Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:12:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:12:54.741Z||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-30T04:12:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:12:54.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:12:54.743Z||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-30T04:12:54.744Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:13:04.291Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:13:04.310Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:13:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:13:54.740Z||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-30T04:13:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:13:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:13:54.743Z||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-30T04:13:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:14:04.294Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:14:04.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:14:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:14:54.741Z||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-30T04:14:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:14:54.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:14:54.744Z||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-30T04:14:54.744Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:15:04.317Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:15:04.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:15:54.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:15:54.740Z||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-30T04:15:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:15:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:15:54.743Z||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-30T04:15:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:16:04.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:16:04.311Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:16:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:16:54.741Z||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-30T04:16:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:16:54.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:16:54.743Z||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-30T04:16:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:17:04.300Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:17:04.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:17:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:17:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T04:17:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:17:54.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:17:54.743Z||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-30T04:17:54.744Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:18:04.309Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:18:04.310Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:18:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:18:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T04:18:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:18:54.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:18:54.743Z||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-30T04:18:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:19:04.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:19:04.313Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:19:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:19:54.740Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T04:19:54.740Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:19:54.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:19:54.743Z||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-30T04:19:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:20:04.293Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:20:04.297Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:20:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:20:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T04:20:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:20:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:20:54.743Z||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-30T04:20:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:21:04.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:21:04.314Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:21:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:21:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T04:21:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:21:54.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:21:54.743Z||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-30T04:21:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:22:04.292Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:22:04.298Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:22:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:22:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:22:54.742Z||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-30T04:22:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:22:54.743Z||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-30T04:22:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:23:04.330Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:23:04.334Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:23:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:23:54.741Z||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-30T04:23:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:23:54.743Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:23:54.744Z||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-30T04:23:54.744Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:24:04.295Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:24:04.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:24:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:24:54.740Z||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-30T04:24:54.740Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:24:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:24:54.743Z||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-30T04:24:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:25:04.289Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:25:04.300Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:25:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:25:54.741Z||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-30T04:25:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:25:54.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:25:54.743Z||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-30T04:25:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:26:04.297Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:26:04.304Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:26:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:26:54.741Z||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-30T04:26:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:26:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:26:54.743Z||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-30T04:26:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:27:04.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:27:04.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:27:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:27:54.741Z||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-30T04:27:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:27:54.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:27:54.743Z||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-30T04:27:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:28:04.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:28:04.308Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:28:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:28:54.740Z||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-30T04:28:54.741Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:28:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:28:54.743Z||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-30T04:28:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:29:04.311Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:29:04.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:29:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:29:54.742Z||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-30T04:29:54.742Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:29:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:29:54.743Z||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-30T04:29:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:30:04.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:30:04.376Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:30:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:30:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T04:30:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:30:54.744Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:30:54.745Z||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-30T04:30:54.746Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:31:04.333Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:31:04.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:31:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:31:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T04:31:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:31:54.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:31:54.743Z||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-30T04:31:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:32:04.319Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:32:04.321Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:32:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:32:54.742Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T04:32:54.742Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:32:54.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:32:54.743Z||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-30T04:32:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:33:04.304Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:33:04.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:33:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:33:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T04:33:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:33:54.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:33:54.743Z||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-30T04:33:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:34:04.359Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:34:04.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:34:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:34:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T04:34:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:34:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:34:54.743Z||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-30T04:34:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:35:04.320Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:35:04.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:35:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:35:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T04:35:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:35:54.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:35:54.743Z||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-30T04:35:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:35:55.379Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:35:55.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0fa0726-7f23-428a-b1c1-4c74ff5f3251","serviceName":"basic_onboard_aosDwY","serviceVersion":"1.0","serviceUUID":"6efc5d4d-2853-42d8-8078-0bdcecdc57b9","serviceDescription":"service","serviceInvariantUUID":"90dcb179-3686-49f4-943a-73ffdb11d902","resources":[{"resourceInstanceName":"basic_onboard_aosDwY 0","resourceName":"basic_onboard_aosDwY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"476be97b-42cf-4aa8-be82-d7bc2c2c6b0c","resourceInvariantUUID":"22847965-5251-4b75-9f76-84b9e131f6b9","resourceCustomizationUUID":"670dc27a-c85a-45f9-b124-0d07d7676cb1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml","artifactChecksum":"YzA4MmFiMzNlMjQ2MGFjYWEyYjhjZGM1NzdiYzY2Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c71bde31-df70-4b8f-85ea-196bb7050857","artifactVersion":"1"},{"artifactName":"basic_onboard_aosdwy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json","artifactChecksum":"YjI0MTY5NzA2NWQxODM3MzFkOGFlZDQ0NTNhOWU2NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5b8e06c4-a6b6-4069-bbfa-77d136698c8e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e8de12b6-647d-416f-be82-d11818975952","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b9eab608-62a3-40d9-973e-4659caab2765","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"506cd6f7-9452-4fc7-9cbc-b434a5d9c6da","artifactVersion":"2","generatedFromUUID":"e8de12b6-647d-416f-be82-d11818975952"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAosdwy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml","artifactChecksum":"YjQyNzlkZDhiYTAzNjhjZDk4ZThkNDhhNmMyNDZkNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e05274c6-344f-49e2-a021-c4d2d54adb3f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAosdwy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar","artifactChecksum":"NjE3MzNhNTVmNWJhMjdjMDhmMDQ4Yzk1NzQ5YWQwNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"133c53d9-4155-4cff-9f5a-94d8bcc17a74","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T04:35:55.398Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:35:55.398Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:35:55.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563735177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.408Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:35:55.418Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:35:55.419Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563754740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "clamp",
"timestamp": 1656563731901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563735177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "clamp",
"timestamp": 1656563731901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T04:35:55.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563735177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "clamp",
"timestamp": 1656563731901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "ves-openapi-manager",
"timestamp": 1656563740615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563735177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "clamp",
"timestamp": 1656563731901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "ves-openapi-manager",
"timestamp": 1656563740615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563735177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "clamp",
"timestamp": 1656563731901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "policy-id",
"timestamp": 1656563741945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "cds",
"timestamp": 1656563741264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "ves-openapi-manager",
"timestamp": 1656563740615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563735177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "clamp",
"timestamp": 1656563731901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "policy-id",
"timestamp": 1656563741945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "cds",
"timestamp": 1656563741264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "ves-openapi-manager",
"timestamp": 1656563740615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563735177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:35:55.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "clamp",
"timestamp": 1656563731901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:35:55.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "policy-id",
"timestamp": 1656563741945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-30T04:35:55.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563743397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "cds",
"timestamp": 1656563741264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "ves-openapi-manager",
"timestamp": 1656563740615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563745513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:35:55.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:35:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "policy-id",
"timestamp": 1656563741945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563743397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T04:35:55.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "cds",
"timestamp": 1656563741264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "ves-openapi-manager",
"timestamp": 1656563740615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "policy-id",
"timestamp": 1656563741945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563743397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-30T04:35:55.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "cds",
"timestamp": 1656563741264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "ves-openapi-manager",
"timestamp": 1656563740615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "policy-id",
"timestamp": 1656563741945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563743397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "cds",
"timestamp": 1656563741264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "policy-id",
"timestamp": 1656563741945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:35:55.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563743397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-30T04:35:55.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "cds",
"timestamp": 1656563741264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:35:55.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "clamp",
"timestamp": 1656563748803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:35:55.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:35:55.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "policy-id",
"timestamp": 1656563749806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:35:55.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:35:55.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563743397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:55.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563749923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T04:35:55.449Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:35:55.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "cds",
"timestamp": 1656563749206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:35:55.450Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:35:55.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "policy-id",
"timestamp": 1656563750817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T04:35:55.450Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:35:55.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563743397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:35:55.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-30T04:35:55.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563750929,
"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-30T04:35:55.519Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-30T04:35:55.523Z||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-30T04:35:55.523Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:35:55.539Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:35:55.541Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T04:35:55.646Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0fa0726-7f23-428a-b1c1-4c74ff5f3251
2022-06-30T04:35:55.668Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:35:55.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "cds",
"timestamp": 1656563750229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-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-30T04:35:55.719Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0fa0726-7f23-428a-b1c1-4c74ff5f3251
2022-06-30T04:35:55.720Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:35:55.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "clamp",
"timestamp": 1656563750820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T04:35:55.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:35:55.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "policy-id",
"timestamp": 1656563751822,
"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-30T04:35:55.735Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0fa0726-7f23-428a-b1c1-4c74ff5f3251
2022-06-30T04:35:55.736Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:35:55.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563751277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:35:55.746Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:35:55.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "clamp",
"timestamp": 1656563751825,
"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-30T04:35:55.751Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d0fa0726-7f23-428a-b1c1-4c74ff5f3251
2022-06-30T04:35:55.752Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:35:55.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563752343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:35:55.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:35:55.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563753392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:35:55.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:35:55.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-30T04:35:55.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563754453,
"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-30T04:35:55.771Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0fa0726-7f23-428a-b1c1-4c74ff5f3251
2022-06-30T04:35:55.771Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:35:56.427Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:35:56.427Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:35:56.429Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:35:56.429Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563754740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T04:35:56.529Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:35:56.530Z||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-30T04:35:56.530Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:35:56.547Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:35:56.548Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-30T04:35:57.431Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:35:57.432Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:35:57.435Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:35:57.435Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563754740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-30T04:35:57.535Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T04:35:57.536Z||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-30T04:35:57.537Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:35:57.550Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:35:57.551Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:35:58.436Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:35:58.437Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:35:58.439Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:35:58.440Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563754740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:35:58.540Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:35:58.541Z||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-30T04:35:58.541Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:35:58.561Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:35:58.561Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:35:59.440Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:35:59.441Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:35:59.445Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:35:59.445Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563754740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-30T04:35:59.545Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:35:59.546Z||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-30T04:35:59.546Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:35:59.577Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:35:59.578Z||pool-7-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:36:00.445Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:36:00.447Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:36:00.450Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:36:00.450Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563754740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:36:00.550Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:36:00.551Z||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-30T04:36:00.552Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:36:00.575Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:36:00.576Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:36:01.451Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:36:01.452Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:36:01.454Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:36:01.454Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563754740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:36:01.554Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:36:01.555Z||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-30T04:36:01.555Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:36:01.581Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:36:01.582Z||pool-9-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-30T04:36:02.457Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"serviceName": "basic_onboard_aosDwY",
"serviceVersion": "1.0",
"serviceUUID": "6efc5d4d-2853-42d8-8078-0bdcecdc57b9",
"serviceDescription": "service",
"serviceInvariantUUID": "90dcb179-3686-49f4-943a-73ffdb11d902",
"resources": [
{
"resourceInstanceName": "basic_onboard_aosDwY 0",
"resourceCustomizationUUID": "670dc27a-c85a-45f9-b124-0d07d7676cb1",
"resourceName": "basic_onboard_aosDwY",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "476be97b-42cf-4aa8-be82-d7bc2c2c6b0c",
"resourceInvariantUUID": "22847965-5251-4b75-9f76-84b9e131f6b9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_aosdwy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"artifactChecksum": "YjI0MTY5NzA2NWQxODM3MzFkOGFlZDQ0NTNhOWU2NjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5b8e06c4-a6b6-4069-bbfa-77d136698c8e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e8de12b6-647d-416f-be82-d11818975952",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "506cd6f7-9452-4fc7-9cbc-b434a5d9c6da",
"generatedFromUUID": "e8de12b6-647d-416f-be82-d11818975952"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "506cd6f7-9452-4fc7-9cbc-b434a5d9c6da",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAosdwy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"artifactChecksum": "NjE3MzNhNTVmNWJhMjdjMDhmMDQ4Yzk1NzQ5YWQwNWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "133c53d9-4155-4cff-9f5a-94d8bcc17a74"
}
],
"workloadContext": "Production"
}
2022-06-30T04:36:02.458Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T04:36:02.459Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6efc5d4d-2853-42d8-8078-0bdcecdc57b9 ASDC
2022-06-30T04:36:02.565Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d0fa0726-7f23-428a-b1c1-4c74ff5f3251
ServiceName:basic_onboard_aosDwY
ServiceVersion:1.0
ServiceUUID:6efc5d4d-2853-42d8-8078-0bdcecdc57b9
ServiceInvariantUUID:90dcb179-3686-49f4-943a-73ffdb11d902
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAosdwy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar
ArtifactUUID:133c53d9-4155-4cff-9f5a-94d8bcc17a74
ArtifactChecksum:NjE3MzNhNTVmNWJhMjdjMDhmMDQ4Yzk1NzQ5YWQwNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_aosDwY 0
ResourceCustomizationUUID:670dc27a-c85a-45f9-b124-0d07d7676cb1
ResourceInvariantUUID:22847965-5251-4b75-9f76-84b9e131f6b9
ResourceName:basic_onboard_aosDwY
ResourceType:VF
ResourceUUID:476be97b-42cf-4aa8-be82-d7bc2c2c6b0c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_aosdwy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json
ArtifactUUID:5b8e06c4-a6b6-4069-bbfa-77d136698c8e
ArtifactChecksum:YjI0MTY5NzA2NWQxODM3MzFkOGFlZDQ0NTNhOWU2NjU=
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/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e8de12b6-647d-416f-be82-d11818975952
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/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env
ArtifactUUID:506cd6f7-9452-4fc7-9cbc-b434a5d9c6da
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/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env
ArtifactUUID:506cd6f7-9452-4fc7-9cbc-b434a5d9c6da
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-30T04:36:02.566Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6efc5d4d-2853-42d8-8078-0bdcecdc57b9 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-30T04:36:02.628Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T04:36:02.629Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-30T04:36:02.630Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-30T04:36:02.630Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 133c53d9-4155-4cff-9f5a-94d8bcc17a74 from URL: /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:02.630Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-30T04:36:02.632Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:02.806Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-30T04:36:02.821Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar 133c53d9-4155-4cff-9f5a-94d8bcc17a74 71571
2022-06-30T04:36:02.821Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar ASDC sendASDCNotification
2022-06-30T04:36:02.822Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:02.822Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T04:36:02.823Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:36:02.825Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:36:02.825Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563762821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:36:02.925Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:36:02.926Z||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-30T04:36:02.927Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:36:02.940Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:36:02.941Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:36:03.827Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T04:36:03.828Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-30T04:36:03.829Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 133c53d9-4155-4cff-9f5a-94d8bcc17a74, URL: /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar to file: /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:03.829Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:03.933Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:03.934Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:04.527Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15171511667234877652/Definitions/service-BasicOnboardAosdwy-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-30T04:36:06.367Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T04:36:06.371Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-30T04:36:06.371Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aosDwY 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-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:06.373Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:06.373Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:06.373Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-30T04:36:06.379Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:06.381Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:06.384Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria
2022-06-30T04:36:06.385Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-30T04:36:06.386Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T04:36:06.388Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:06.388Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:06.388Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria
2022-06-30T04:36:06.388Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-30T04:36:06.388Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T04:36:06.389Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:06.389Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:06.392Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:06.392Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is not matching search criteria
2022-06-30T04:36:06.392Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-30T04:36:06.393Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-30T04:36:06.393Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-30T04:36:06.393Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-30T04:36:06.393Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-30T04:36:06.393Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:06.393Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T04:36:06.394Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:06.395Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria
2022-06-30T04:36:06.395Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:36:06.395Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:06.396Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria
2022-06-30T04:36:06.396Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:36:06.396Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:06.396Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria
2022-06-30T04:36:06.396Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:36:06.397Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:06.397Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is not matching search criteria
2022-06-30T04:36:06.397Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-30T04:36:06.397Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-30T04:36:06.397Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1eaa537c-4e53-4aef-9ce3-c3c4a1c7f731
2022-06-30T04:36:06.397Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:06.397Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:06.398Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:06.398Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:06.398Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:06.398Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:06.398Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:06.398Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:06.399Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_aosDwY
Description:service
Model UUID:6efc5d4d-2853-42d8-8078-0bdcecdc57b9
Model Version:NULL
Model InvariantUuid:90dcb179-3686-49f4-943a-73ffdb11d902
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_aosDwY
Model UUID:e3b58dbe-cf7c-42a2-b489-3f3e71df6245
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22847965-5251-4b75-9f76-84b9e131f6b9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:670dc27a-c85a-45f9-b124-0d07d7676cb1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7d27b3f7-d36c-4beb-b917-a773855df117
ModelName:BasicOnboardAosdwy..base_ubuntu18..module-0
ModelUuid:44155f54-b340-4e85-9f98-3870dc8ee54c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1eaa537c-4e53-4aef-9ce3-c3c4a1c7f731
ModelInvariantUuid:522d287c-bdd5-44b8-b1be-6c5e454d64f3
ModelName:basic_onboard_aosDwY-nodes.ubuntu18Cvfc
ModelUuid:9fe45314-27c7-4af1-b7d6-ab3d2a4407ef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:433f2f37-1207-48f7-9c68-d178218398d1
ModelInvariantUuid:d2c83b6e-50ed-40f3-ab15-16952f354312
ModelName:BasicOnboardAosdwy.compute.nodes.heat.ubuntu18
ModelUuid:7c0c3f3e-3608-46b0-bb09-7f0aa6ea5c56
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-30T04:36:06.409Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 476be97b-42cf-4aa8-be82-d7bc2c2c6b0c
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-30T04:36:06.580Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||basic_onboard_aosDwY 0
2022-06-30T04:36:06.589Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 476be97b-42cf-4aa8-be82-d7bc2c2c6b0c
2022-06-30T04:36:06.589Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5b8e06c4-a6b6-4069-bbfa-77d136698c8e from URL: /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json
2022-06-30T04:36:06.589Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-30T04:36:06.589Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json
2022-06-30T04:36:06.672Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-30T04:36:06.672Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json 5b8e06c4-a6b6-4069-bbfa-77d136698c8e 798
2022-06-30T04:36:06.673Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json ASDC sendASDCNotification
2022-06-30T04:36:06.673Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json
2022-06-30T04:36:06.673Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T04:36:06.673Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:36:06.676Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:36:06.676Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563766672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:36:06.776Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:36:06.777Z||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-30T04:36:06.777Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:36:06.800Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:36:06.800Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:36:07.677Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAosdwy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7d27b3f7-d36c-4beb-b917-a773855df117",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "44155f54-b340-4e85-9f98-3870dc8ee54c",
"vfModuleModelCustomizationUUID": "0bc5ad0d-ff98-4008-a67b-8c736ed35f58",
"isBase": true,
"artifacts": [
"e8de12b6-647d-416f-be82-d11818975952",
"506cd6f7-9452-4fc7-9cbc-b434a5d9c6da"
],
"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-30T04:36:07.695Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAosdwy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44155f54-b340-4e85-9f98-3870dc8ee54c
VfModuleModelInvariantUUID:7d27b3f7-d36c-4beb-b917-a773855df117
VfModuleModelDescription:NULL
Artifacts UUID List:{
e8de12b6-647d-416f-be82-d11818975952
,
506cd6f7-9452-4fc7-9cbc-b434a5d9c6da
}
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-30T04:36:07.698Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAosdwy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7d27b3f7-d36c-4beb-b917-a773855df117",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "44155f54-b340-4e85-9f98-3870dc8ee54c",
"vfModuleModelCustomizationUUID": "0bc5ad0d-ff98-4008-a67b-8c736ed35f58",
"isBase": true,
"artifacts": [
"e8de12b6-647d-416f-be82-d11818975952",
"506cd6f7-9452-4fc7-9cbc-b434a5d9c6da"
],
"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-30T04:36:07.698Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAosdwy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44155f54-b340-4e85-9f98-3870dc8ee54c
VfModuleModelInvariantUUID:7d27b3f7-d36c-4beb-b917-a773855df117
VfModuleModelDescription:NULL
Artifacts UUID List:{
e8de12b6-647d-416f-be82-d11818975952
,
506cd6f7-9452-4fc7-9cbc-b434a5d9c6da
}
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-30T04:36:07.698Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e8de12b6-647d-416f-be82-d11818975952 from URL: /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml
2022-06-30T04:36:07.698Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-30T04:36:07.698Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml
2022-06-30T04:36:07.757Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-30T04:36:07.758Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml e8de12b6-647d-416f-be82-d11818975952 5033
2022-06-30T04:36:07.758Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-30T04:36:07.758Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml
2022-06-30T04:36:07.758Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T04:36:07.758Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:36:07.762Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:36:07.762Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563767758,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:36:07.862Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:36:07.863Z||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-30T04:36:07.863Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:36:07.901Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:36:07.902Z||pool-12-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:36:08.770Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 506cd6f7-9452-4fc7-9cbc-b434a5d9c6da from URL: /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env
2022-06-30T04:36:08.770Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-30T04:36:08.780Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env
2022-06-30T04:36:08.846Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-30T04:36:08.847Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env 506cd6f7-9452-4fc7-9cbc-b434a5d9c6da 909
2022-06-30T04:36:08.847Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-30T04:36:08.847Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env
2022-06-30T04:36:08.847Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T04:36:08.847Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:36:08.849Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:36:08.849Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563768847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:36:08.951Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-30T04:36:08.952Z||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-30T04:36:08.952Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:36:09.059Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:36:09.060Z||pool-13-thread-1|||||INFO|500||cambria reply ok (109 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:36:09.850Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6efc5d4d-2853-42d8-8078-0bdcecdc57b9
2022-06-30T04:36:09.851Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_aosDwY 0 476be97b-42cf-4aa8-be82-d7bc2c2c6b0c 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-30T04:36:09.886Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c25558d, org.onap.sdc.toscaparser.api.parameters.Input@3a9d5221, org.onap.sdc.toscaparser.api.parameters.Input@727da2fc, org.onap.sdc.toscaparser.api.parameters.Input@27cc2093, org.onap.sdc.toscaparser.api.parameters.Input@719390da]
2022-06-30T04:36:09.890Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:09.890Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:09.891Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-06-30T04:36:09.891Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 670dc27a-c85a-45f9-b124-0d07d7676cb1
2022-06-30T04:36:09.891Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 670dc27a-c85a-45f9-b124-0d07d7676cb1 matches Tosca VF Customization UUID: 670dc27a-c85a-45f9-b124-0d07d7676cb1
2022-06-30T04:36:09.891Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 670dc27a-c85a-45f9-b124-0d07d7676cb1 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-30T04:36:09.897Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:09.898Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:09.899Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 670dc27a-c85a-45f9-b124-0d07d7676cb1: {\"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-30T04:36:09.899Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27196be3
2022-06-30T04:36:09.899Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:09.900Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T04:36:09.900Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0bc5ad0d-ff98-4008-a67b-8c736ed35f58
2022-06-30T04:36:09.901Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0bc5ad0d-ff98-4008-a67b-8c736ed35f58
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-30T04:36:09.907Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:09.907Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria
2022-06-30T04:36:09.908Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:36:09.908Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:09.909Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria
2022-06-30T04:36:09.909Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:36:09.909Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:09.909Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is not matching search criteria
2022-06-30T04:36:09.909Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-30T04:36:09.909Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-30T04:36:09.910Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1eaa537c-4e53-4aef-9ce3-c3c4a1c7f731
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-30T04:36:09.917Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:09.917Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria
2022-06-30T04:36:09.918Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:36:09.918Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:09.918Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria
2022-06-30T04:36:09.918Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0] matching following query criteria: sdcType=VF, customizationUUID=670dc27a-c85a-45f9-b124-0d07d7676cb1
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-30T04:36:09.920Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:09.920Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:09.921Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6efc5d4d-2853-42d8-8078-0bdcecdc57b9: basic_onboard_aosDwY
2022-06-30T04:36:09.921Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:09.921Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:09.921Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:09.922Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:09.922Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:09.922Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:09.922Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:09.922Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:09.922Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:36:09.923Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:36:09.923Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_aosDwY
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-30T04:36:10.115Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_aosDwY 476be97b-42cf-4aa8-be82-d7bc2c2c6b0c 1 ASDC deployResourceStructure
2022-06-30T04:36:10.116Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json ASDC sendASDCNotification
2022-06-30T04:36:10.116Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json
2022-06-30T04:36:10.116Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T04:36:10.117Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:36:10.119Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:36:10.119Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563770116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-30T04:36:10.219Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:36:10.221Z||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-30T04:36:10.221Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:36:10.258Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:36:10.258Z||pool-14-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:36:11.120Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-30T04:36:11.121Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml
2022-06-30T04:36:11.121Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T04:36:11.121Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:36:11.123Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:36:11.123Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563771120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-30T04:36:11.223Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:36:11.224Z||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-30T04:36:11.224Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:36:11.254Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:36:11.254Z||pool-15-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:36:12.125Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-30T04:36:12.125Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env
2022-06-30T04:36:12.125Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T04:36:12.126Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:36:12.128Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:36:12.128Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563772124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-30T04:36:12.229Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T04:36:12.230Z||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-30T04:36:12.230Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:36:12.277Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:36:12.280Z||pool-16-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-30T04:36:13.130Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar ASDC sendASDCNotification
2022-06-30T04:36:13.130Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar
2022-06-30T04:36:13.130Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T04:36:13.130Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:36:13.133Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:36:13.133Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563773129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T04:36:13.233Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:36:13.234Z||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-30T04:36:13.234Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:36:13.254Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:36:13.255Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-30T04:36:14.134Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251
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-30T04:36:14.165Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251
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-30T04:36:14.172Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T04:36:14.172Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T04:36:14.172Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T04:36:44.172Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251
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-30T04:36:44.192Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251
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-30T04:36:44.197Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T04:36:44.197Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T04:36:44.197Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T04:36:54.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:36:54.743Z||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-30T04:36:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:36:54.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:36:54.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:36:54.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563755459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-30T04:36:54.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:37:14.197Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251
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-30T04:37:14.218Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251
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-30T04:37:14.221Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T04:37:14.221Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T04:37:14.221Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T04:37:44.222Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251
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-30T04:37:44.234Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251
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-30T04:37:44.240Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T04:37:44.240Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T04:37:44.240Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T04:37:54.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:37:54.744Z||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-30T04:37:54.744Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:37:54.798Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:37:54.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563754740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:37:54.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-30T04:37:54.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563754740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T04:37:54.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-30T04:37:54.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "aai-ml",
"timestamp": 1656563755838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:37:54.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-30T04:37:54.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563754740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-30T04:37:54.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-30T04:37:54.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "aai-ml",
"timestamp": 1656563755838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:37:54.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-30T04:37:54.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563754740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:37:54.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-30T04:37:54.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "aai-ml",
"timestamp": 1656563755838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:37:54.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-30T04:37:54.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563754740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-30T04:37:54.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-30T04:37:54.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "aai-ml",
"timestamp": 1656563755838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:37:54.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-30T04:37:54.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563754740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:37:54.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-30T04:37:54.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "aai-ml",
"timestamp": 1656563755838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:37:54.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-30T04:37:54.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563754740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:37:54.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-30T04:37:54.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "aai-ml",
"timestamp": 1656563755838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:37:54.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-30T04:37:54.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "aai-ml",
"timestamp": 1656563755838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:37:54.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-30T04:37:54.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563762821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:37:54.815Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:37:54.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "aai-ml",
"timestamp": 1656563763919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:37:54.815Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:37:54.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563766672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:37:54.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:37:54.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563767758,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:37:54.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:37:54.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563768847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:37:54.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:37:54.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563770116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-30T04:37:54.818Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:37:54.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563771120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-30T04:37:54.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:37:54.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563772124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-30T04:37:54.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:37:54.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563773129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T04:37:54.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:37:54.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "aai-ml",
"timestamp": 1656563776339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T04:37:54.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:37:54.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:37:54.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "aai-ml",
"timestamp": 1656563777346,
"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-30T04:37:54.831Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0fa0726-7f23-428a-b1c1-4c74ff5f3251
2022-06-30T04:37:54.832Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:38:14.241Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251
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-30T04:38:14.258Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251
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-30T04:38:14.264Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T04:38:14.264Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-30T04:38:14.264Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-30T04:38:14.264Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-30T04:38:14.265Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T04:38:14.265Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T04:38:14.265Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T04:38:14.265Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T04:38:14.265Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T04:38:14.265Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T04:38:14.266Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T04:38:14.274Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-30T04:38:44.274Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:38:44.289Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251 and serviceModelVersionId: 6efc5d4d-2853-42d8-8078-0bdcecdc57b9
2022-06-30T04:38:44.289Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 90dcb179-3686-49f4-943a-73ffdb11d902
2022-06-30T04:38:54.755Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:38:54.756Z||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-30T04:38:54.756Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:38:55.306Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:38:55.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "ves-openapi-manager",
"timestamp": 1656563820615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563823395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563825176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "clamp",
"timestamp": 1656563821901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "policy-id",
"timestamp": 1656563821945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563825176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "clamp",
"timestamp": 1656563821901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T04:38:55.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "ves-openapi-manager",
"timestamp": 1656563820615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563823395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T04:38:55.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "policy-id",
"timestamp": 1656563821945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "clamp",
"timestamp": 1656563821901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "ves-openapi-manager",
"timestamp": 1656563820615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563825176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563823395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-30T04:38:55.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "policy-id",
"timestamp": 1656563821945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-30T04:38:55.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "ves-openapi-manager",
"timestamp": 1656563820615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "clamp",
"timestamp": 1656563821901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563825176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563823395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "policy-id",
"timestamp": 1656563821945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "ves-openapi-manager",
"timestamp": 1656563820615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563825176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "clamp",
"timestamp": 1656563821901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563823395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-30T04:38:55.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "policy-id",
"timestamp": 1656563821945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "cds",
"timestamp": 1656563831264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "clamp",
"timestamp": 1656563821901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "ves-openapi-manager",
"timestamp": 1656563820615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563825176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563823395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "policy-id",
"timestamp": 1656563821945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "cds",
"timestamp": 1656563831264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "clamp",
"timestamp": 1656563821901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:38:55.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "ves-openapi-manager",
"timestamp": 1656563820615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563825176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:38:55.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563823395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:38:55.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "policy-id",
"timestamp": 1656563821945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:38:55.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "cds",
"timestamp": 1656563831264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563835672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:38:55.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:38:55.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563834944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:38:55.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:38:55.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "policy-id",
"timestamp": 1656563835713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:38:55.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:38:55.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "cds",
"timestamp": 1656563831264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "policy-id",
"timestamp": 1656563836718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T04:38:55.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:38:55.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563836047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:38:55.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:38:55.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "cds",
"timestamp": 1656563831264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "policy-id",
"timestamp": 1656563837720,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T04:38:55.340Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a275862-8c4b-42a2-a036-9f498491859f
2022-06-30T04:38:55.341Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:38:55.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563837158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:38:55.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:38:55.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "cds",
"timestamp": 1656563831264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563838183,
"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-30T04:38:55.362Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a275862-8c4b-42a2-a036-9f498491859f
2022-06-30T04:38:55.363Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:38:55.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "cds",
"timestamp": 1656563831264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:38:55.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563839247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T04:38:55.374Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:38:55.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "clamp",
"timestamp": 1656563838807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:38:55.375Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:38:55.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656563839189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-30T04:38:55.375Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:38:55.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "cds",
"timestamp": 1656563839061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:38:55.376Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:38:55.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656563840251,
"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-30T04:38:55.383Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a275862-8c4b-42a2-a036-9f498491859f
2022-06-30T04:38:55.383Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:38:55.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "cds",
"timestamp": 1656563840069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-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-30T04:38:55.401Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a275862-8c4b-42a2-a036-9f498491859f
2022-06-30T04:38:55.401Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:38:55.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "clamp",
"timestamp": 1656563840818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T04:38:55.411Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:38:55.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "clamp",
"timestamp": 1656563841821,
"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-30T04:38:55.443Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a275862-8c4b-42a2-a036-9f498491859f
2022-06-30T04:38:55.443Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:38:55.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "aai-ml",
"timestamp": 1656563845839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "aai-ml",
"timestamp": 1656563845839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "aai-ml",
"timestamp": 1656563845839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "aai-ml",
"timestamp": 1656563845839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "aai-ml",
"timestamp": 1656563845839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "aai-ml",
"timestamp": 1656563845839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:38:55.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "aai-ml",
"timestamp": 1656563845839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:38:55.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-30T04:38:55.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "aai-ml",
"timestamp": 1656563853635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:38:55.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:38:55.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "aai-ml",
"timestamp": 1656563864915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T04:38:55.460Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:38:55.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-30T04:38:55.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "aai-ml",
"timestamp": 1656563865920,
"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-30T04:38:55.467Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a275862-8c4b-42a2-a036-9f498491859f
2022-06-30T04:38:55.467Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:38:59.424Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/90dcb179-3686-49f4-943a-73ffdb11d902/model-vers/model-ver/6efc5d4d-2853-42d8-8078-0bdcecdc57b9?depth=0
2022-06-30T04:38:59.579Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-30T04:39:00.114Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90dcb179-3686-49f4-943a-73ffdb11d902/model-vers/model-ver/6efc5d4d-2853-42d8-8078-0bdcecdc57b9?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-30T04:39:00.119Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90dcb179-3686-49f4-943a-73ffdb11d902/model-vers/model-ver/6efc5d4d-2853-42d8-8078-0bdcecdc57b9?depth=0|INFO|500||Invoke
2022-06-30T04:39:00.237Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90dcb179-3686-49f4-943a-73ffdb11d902/model-vers/model-ver/6efc5d4d-2853-42d8-8078-0bdcecdc57b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-30T04:39:00.436Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90dcb179-3686-49f4-943a-73ffdb11d902/model-vers/model-ver/6efc5d4d-2853-42d8-8078-0bdcecdc57b9?depth=0|INFO|500||InvokeReturn
2022-06-30T04:39:00.437Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90dcb179-3686-49f4-943a-73ffdb11d902/model-vers/model-ver/6efc5d4d-2853-42d8-8078-0bdcecdc57b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220630-04:39:00:247-50013], vertex-id=[168040], Content-Length=[0], Date=[Thu, 30 Jun 2022 04:39:00 GMT], Content-Type=[application/json]}
2022-06-30T04:39:00.437Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-30T04:39:00.444Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-30T04:39:00.445Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T04:39:00.453Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-30T04:39:00.457Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0fa0726-7f23-428a-b1c1-4c74ff5f3251 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-30T04:39:00.458Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-30T04:39:00.458Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:00.462Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:00.462Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563940457,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T04:39:00.561Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T04:39:00.562Z||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-30T04:39:00.563Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:00.578Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:00.579Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T04:39:01.487Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:39:01.488Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T04:39:01.488Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:05.877Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:05.877Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-30T04:39:05.878Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a275862-8c4b-42a2-a036-9f498491859f","serviceName":"vFW 2022-06-30 04-35-56","serviceVersion":"1.0","serviceUUID":"1e27271d-7395-487b-a286-cf6c14ad2091","serviceDescription":"catalog service description","serviceInvariantUUID":"b2edde00-a0ae-4541-86fb-ff6016738e8c","resources":[{"resourceInstanceName":"vFW 36044ad5-8a9b 0","resourceName":"vFW 36044ad5-8a9b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"046ad1be-ee48-4d9d-bc4e-bd4fae7bec01","resourceInvariantUUID":"42f65dd2-0219-46a8-9a19-c1901e9a0699","resourceCustomizationUUID":"bbc15dc8-1b39-454e-9b32-f6d251b21172","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY5Nzc0NjcyYTE1MjhhOTJiZmUwMTk2YmU4NDMyMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c81f4b6c-8f93-4325-9586-30f46aad02ce","artifactVersion":"1"},{"artifactName":"vfw36044ad58a9b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json","artifactChecksum":"MzAzZGI1MDIzNDM1YWI5ZDFlOWNhMjA1MjhjM2E5ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9825696c-f239-4f80-8f62-982654c8c4d6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d49f2fa-ea3f-4133-9ab5-43cf26f43d84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjViNDY5ZTFlZmE3ZDA5ZTkxOGJhNDU0MzA5OTAyNTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"44103aff-7473-4b01-8738-05700fa3c102","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ca97007d-5a94-4713-befa-fedaf763cf04","artifactVersion":"2","generatedFromUUID":"6d49f2fa-ea3f-4133-9ab5-43cf26f43d84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220630043556-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml","artifactChecksum":"NzMyZTMxNmI3NzhiMWMwNzA1MzQwNjk4NzU0YWM3NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2f73334-b76e-4731-a546-951dc806cf00","artifactVersion":"1"},{"artifactName":"service-Vfw20220630043556-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar","artifactChecksum":"NzFiNDJlZmU0NmM2MDg4OGVmMjdiNzllNTdkYTI5ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca174a66-856d-4df9-97de-3e14be6edd6d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T04:39:05.881Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:39:05.882Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:05.884Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:05.884Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563941487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:39:05.984Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:05.985Z||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-30T04:39:05.985Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:06.003Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:06.004Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:39:06.884Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:39:06.886Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:06.889Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:06.889Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563941487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T04:39:06.989Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:06.990Z||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-30T04:39:06.990Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:07.008Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:07.009Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:39:07.889Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:39:07.890Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:07.892Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:07.892Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563941487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-30T04:39:07.992Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:07.993Z||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-30T04:39:07.994Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:08.025Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:08.025Z||pool-21-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:39:08.893Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:39:08.894Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:08.896Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:08.896Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563941487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:39:08.996Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:08.997Z||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-30T04:39:08.998Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:09.019Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:09.019Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:39:09.897Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:39:09.897Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:09.899Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:09.899Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563941487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-30T04:39:09.999Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:10.000Z||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-30T04:39:10.000Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:10.024Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:10.024Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-30T04:39:10.900Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:39:10.901Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:10.902Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:10.902Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563941487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:39:11.003Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:11.004Z||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-30T04:39:11.004Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:11.031Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:11.032Z||pool-24-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:39:11.903Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:39:11.904Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:11.906Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:11.906Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563941487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:39:12.006Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:12.007Z||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-30T04:39:12.007Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:12.025Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:12.025Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-30T04:39:12.909Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"serviceName": "vFW 2022-06-30 04-35-56",
"serviceVersion": "1.0",
"serviceUUID": "1e27271d-7395-487b-a286-cf6c14ad2091",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b2edde00-a0ae-4541-86fb-ff6016738e8c",
"resources": [
{
"resourceInstanceName": "vFW 36044ad5-8a9b 0",
"resourceCustomizationUUID": "bbc15dc8-1b39-454e-9b32-f6d251b21172",
"resourceName": "vFW 36044ad5-8a9b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "046ad1be-ee48-4d9d-bc4e-bd4fae7bec01",
"resourceInvariantUUID": "42f65dd2-0219-46a8-9a19-c1901e9a0699",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw36044ad58a9b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"artifactChecksum": "MzAzZGI1MDIzNDM1YWI5ZDFlOWNhMjA1MjhjM2E5ZTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9825696c-f239-4f80-8f62-982654c8c4d6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6d49f2fa-ea3f-4133-9ab5-43cf26f43d84",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ca97007d-5a94-4713-befa-fedaf763cf04",
"generatedFromUUID": "6d49f2fa-ea3f-4133-9ab5-43cf26f43d84"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ca97007d-5a94-4713-befa-fedaf763cf04",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220630043556-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"artifactChecksum": "NzFiNDJlZmU0NmM2MDg4OGVmMjdiNzllNTdkYTI5ZTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ca174a66-856d-4df9-97de-3e14be6edd6d"
}
],
"workloadContext": "Production"
}
2022-06-30T04:39:12.910Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T04:39:12.910Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1e27271d-7395-487b-a286-cf6c14ad2091 ASDC
2022-06-30T04:39:12.910Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0a275862-8c4b-42a2-a036-9f498491859f
ServiceName:vFW 2022-06-30 04-35-56
ServiceVersion:1.0
ServiceUUID:1e27271d-7395-487b-a286-cf6c14ad2091
ServiceInvariantUUID:b2edde00-a0ae-4541-86fb-ff6016738e8c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220630043556-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar
ArtifactUUID:ca174a66-856d-4df9-97de-3e14be6edd6d
ArtifactChecksum:NzFiNDJlZmU0NmM2MDg4OGVmMjdiNzllNTdkYTI5ZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 36044ad5-8a9b 0
ResourceCustomizationUUID:bbc15dc8-1b39-454e-9b32-f6d251b21172
ResourceInvariantUUID:42f65dd2-0219-46a8-9a19-c1901e9a0699
ResourceName:vFW 36044ad5-8a9b
ResourceType:VF
ResourceUUID:046ad1be-ee48-4d9d-bc4e-bd4fae7bec01
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw36044ad58a9b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json
ArtifactUUID:9825696c-f239-4f80-8f62-982654c8c4d6
ArtifactChecksum:MzAzZGI1MDIzNDM1YWI5ZDFlOWNhMjA1MjhjM2E5ZTA=
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/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml
ArtifactUUID:6d49f2fa-ea3f-4133-9ab5-43cf26f43d84
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/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env
ArtifactUUID:ca97007d-5a94-4713-befa-fedaf763cf04
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/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env
ArtifactUUID:ca97007d-5a94-4713-befa-fedaf763cf04
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-30T04:39:12.910Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1e27271d-7395-487b-a286-cf6c14ad2091 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-30T04:39:12.944Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T04:39:12.945Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-30T04:39:12.945Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-30T04:39:12.945Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ca174a66-856d-4df9-97de-3e14be6edd6d from URL: /sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:12.945Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-30T04:39:12.945Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:13.018Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-30T04:39:13.023Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar ca174a66-856d-4df9-97de-3e14be6edd6d 99011
2022-06-30T04:39:13.023Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar ASDC sendASDCNotification
2022-06-30T04:39:13.023Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:13.023Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T04:39:13.023Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:13.028Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:13.028Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563953023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:39:13.125Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-30T04:39:13.126Z||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-30T04:39:13.126Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:13.145Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:13.146Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:39:14.028Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T04:39:14.029Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-30T04:39:14.030Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ca174a66-856d-4df9-97de-3e14be6edd6d, URL: /sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar to file: /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:14.030Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220630043556-csar.csar
2022-06-30T04:39:14.030Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:14.031Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:14.245Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13444118805561440841/Definitions/service-Vfw20220630043556-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-30T04:39:16.426Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T04:39:16.427Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-30T04:39:16.427Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:16.427Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 36044ad5-8a9b 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-Vfw20220630043556-csar.csar
2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria
2022-06-30T04:39:16.430Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-30T04:39:16.430Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T04:39:16.430Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.430Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:16.431Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria
2022-06-30T04:39:16.431Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-30T04:39:16.431Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T04:39:16.431Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.431Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:16.431Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.432Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is not matching search criteria
2022-06-30T04:39:16.432Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T04:39:16.432Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T04:39:16.432Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T04:39:16.432Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:16.432Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:39:16.433Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T04:39:16.433Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:39:16.433Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T04:39:16.433Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T04:39:16.433Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:39:16.433Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:16.433Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T04:39:16.434Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:16.434Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T04:39:16.434Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:39:16.434Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-30T04:39:16.434Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.435Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T04:39:16.435Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.435Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria
2022-06-30T04:39:16.435Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:39:16.436Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.436Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria
2022-06-30T04:39:16.436Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:39:16.436Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.437Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria
2022-06-30T04:39:16.437Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:39:16.437Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.437Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is not matching search criteria
2022-06-30T04:39:16.437Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T04:39:16.437Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T04:39:16.438Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-30T04:39:16.438Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T04:39:16.438Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T04:39:16.438Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:39:16.438Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:16.439Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T04:39:16.439Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:16.439Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T04:39:16.439Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:39:16.440Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=47fb1bcc-ca0b-4ff5-822a-6cf264235453
2022-06-30T04:39:16.440Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.440Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is not matching search criteria
2022-06-30T04:39:16.440Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T04:39:16.440Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T04:39:16.440Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T04:39:16.441Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:16.441Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:39:16.441Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T04:39:16.441Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:39:16.441Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-30T04:39:16.441Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T04:39:16.442Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:16.442Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T04:39:16.442Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:39:16.442Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fce5eb37-2830-431a-b940-7c8b41ae1a34
2022-06-30T04:39:16.442Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.443Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is not matching search criteria
2022-06-30T04:39:16.443Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T04:39:16.443Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T04:39:16.443Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T04:39:16.443Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:16.443Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:39:16.444Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T04:39:16.444Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:39:16.444Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T04:39:16.444Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T04:39:16.444Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:39:16.444Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:16.445Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-30T04:39:16.445Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1d2fac87-2c4d-421b-8478-e3d521e7a18f
2022-06-30T04:39:16.445Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.445Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:16.445Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.445Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:16.446Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.446Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:16.446Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:16.446Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:16.446Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-30 04-35-56
Description:catalog service description
Model UUID:1e27271d-7395-487b-a286-cf6c14ad2091
Model Version:NULL
Model InvariantUuid:b2edde00-a0ae-4541-86fb-ff6016738e8c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 36044ad5-8a9b
Model UUID:b50fa2e4-25b0-41db-88f6-5e41a318cd55
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:42f65dd2-0219-46a8-9a19-c1901e9a0699
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bbc15dc8-1b39-454e-9b32-f6d251b21172
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c1b851e8-8a72-42ef-a1e1-fee93e893a86
ModelName:Vfw36044ad58a9b..base_vfw..module-0
ModelUuid:3e5afd36-e48c-44cd-81c1-cdc38ea7c73b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:47fb1bcc-ca0b-4ff5-822a-6cf264235453
ModelInvariantUuid:1ce470e9-05c8-4c63-875b-61da7308966c
ModelName:vFW 36044ad5-8a9b-nodes.vfwCvfc
ModelUuid:2b425a96-72ec-4dd9-acef-ca988c92a11f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3bc1d514-cad6-410e-b34a-d2f5754c056b
ModelInvariantUuid:89d439aa-363e-4c06-8b7a-3d1c6fc97093
ModelName:Vfw36044ad58a9b.compute.nodes.heat.vfw
ModelUuid:00a06cc1-2597-46ca-903f-22c971a61fea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fce5eb37-2830-431a-b940-7c8b41ae1a34
ModelInvariantUuid:99b5650f-6afd-46ff-a9a5-f87dabfe10df
ModelName:vFW 36044ad5-8a9b-nodes.vsnCvfc
ModelUuid:b48115bb-2856-4e89-be1e-1aec219f44ef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0db8b110-594a-4170-9364-cf3a4aedc30f
ModelInvariantUuid:8803a8af-6dc5-4b7e-ac4b-c4ea792b7b30
ModelName:Vfw36044ad58a9b.compute.nodes.heat.vsn
ModelUuid:aa078f3b-6484-407f-98e8-40970f011718
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1d2fac87-2c4d-421b-8478-e3d521e7a18f
ModelInvariantUuid:23e80760-8238-416b-9a07-54f1a749aca1
ModelName:vFW 36044ad5-8a9b-nodes.vpgCvfc
ModelUuid:ca354cc5-a55c-4410-b412-e2e729e636a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4e1b4f72-0cdd-4591-becd-cfd989770360
ModelInvariantUuid:9db56372-36b2-4af4-a6a2-2f3e7250f668
ModelName:Vfw36044ad58a9b.compute.nodes.heat.vpg
ModelUuid:fdf1bb2c-643d-4fc9-8dfd-4f82e3aa71d8
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-30T04:39:16.457Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 046ad1be-ee48-4d9d-bc4e-bd4fae7bec01
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-30T04:39:16.460Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||vFW 36044ad5-8a9b 0
2022-06-30T04:39:16.460Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 046ad1be-ee48-4d9d-bc4e-bd4fae7bec01
2022-06-30T04:39:16.460Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9825696c-f239-4f80-8f62-982654c8c4d6 from URL: /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json
2022-06-30T04:39:16.461Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-30T04:39:16.461Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json
2022-06-30T04:39:16.559Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-30T04:39:16.559Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json 9825696c-f239-4f80-8f62-982654c8c4d6 785
2022-06-30T04:39:16.559Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json ASDC sendASDCNotification
2022-06-30T04:39:16.560Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json
2022-06-30T04:39:16.560Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T04:39:16.560Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:16.562Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:16.562Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563956559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:39:16.662Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:16.663Z||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-30T04:39:16.663Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:16.680Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:16.681Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:39:17.562Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw36044ad58a9b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c1b851e8-8a72-42ef-a1e1-fee93e893a86",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3e5afd36-e48c-44cd-81c1-cdc38ea7c73b",
"vfModuleModelCustomizationUUID": "86daf2d8-1763-4915-a863-79442a9b2a06",
"isBase": true,
"artifacts": [
"6d49f2fa-ea3f-4133-9ab5-43cf26f43d84",
"ca97007d-5a94-4713-befa-fedaf763cf04"
],
"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-30T04:39:17.567Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw36044ad58a9b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e5afd36-e48c-44cd-81c1-cdc38ea7c73b
VfModuleModelInvariantUUID:c1b851e8-8a72-42ef-a1e1-fee93e893a86
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d49f2fa-ea3f-4133-9ab5-43cf26f43d84
,
ca97007d-5a94-4713-befa-fedaf763cf04
}
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-30T04:39:17.568Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw36044ad58a9b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c1b851e8-8a72-42ef-a1e1-fee93e893a86",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3e5afd36-e48c-44cd-81c1-cdc38ea7c73b",
"vfModuleModelCustomizationUUID": "86daf2d8-1763-4915-a863-79442a9b2a06",
"isBase": true,
"artifacts": [
"6d49f2fa-ea3f-4133-9ab5-43cf26f43d84",
"ca97007d-5a94-4713-befa-fedaf763cf04"
],
"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-30T04:39:17.569Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw36044ad58a9b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e5afd36-e48c-44cd-81c1-cdc38ea7c73b
VfModuleModelInvariantUUID:c1b851e8-8a72-42ef-a1e1-fee93e893a86
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d49f2fa-ea3f-4133-9ab5-43cf26f43d84
,
ca97007d-5a94-4713-befa-fedaf763cf04
}
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-30T04:39:17.569Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6d49f2fa-ea3f-4133-9ab5-43cf26f43d84 from URL: /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml
2022-06-30T04:39:17.569Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-30T04:39:17.569Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml
2022-06-30T04:39:17.652Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-30T04:39:17.653Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml 6d49f2fa-ea3f-4133-9ab5-43cf26f43d84 20368
2022-06-30T04:39:17.653Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-30T04:39:17.653Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml
2022-06-30T04:39:17.653Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T04:39:17.654Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:17.655Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:17.655Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563957653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:39:17.756Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:17.757Z||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-30T04:39:17.757Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:17.775Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:17.775Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:39:18.656Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ca97007d-5a94-4713-befa-fedaf763cf04 from URL: /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env
2022-06-30T04:39:18.656Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-30T04:39:18.657Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env
2022-06-30T04:39:18.762Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-30T04:39:18.763Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env ca97007d-5a94-4713-befa-fedaf763cf04 2098
2022-06-30T04:39:18.763Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-30T04:39:18.763Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env
2022-06-30T04:39:18.763Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T04:39:18.763Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:18.765Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:18.765Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563958763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:39:18.865Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:18.866Z||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-30T04:39:18.867Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:18.882Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:18.883Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:39:19.766Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1e27271d-7395-487b-a286-cf6c14ad2091
2022-06-30T04:39:19.766Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 36044ad5-8a9b 0 046ad1be-ee48-4d9d-bc4e-bd4fae7bec01 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T04:39:19.788Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dcf7eb8, org.onap.sdc.toscaparser.api.parameters.Input@31907987, org.onap.sdc.toscaparser.api.parameters.Input@2ba82edf, org.onap.sdc.toscaparser.api.parameters.Input@59a9c9d7, org.onap.sdc.toscaparser.api.parameters.Input@fc546e4]
2022-06-30T04:39:19.790Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.790Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:19.790Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-06-30T04:39:19.790Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bbc15dc8-1b39-454e-9b32-f6d251b21172
2022-06-30T04:39:19.790Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bbc15dc8-1b39-454e-9b32-f6d251b21172 matches Tosca VF Customization UUID: bbc15dc8-1b39-454e-9b32-f6d251b21172
2022-06-30T04:39:19.791Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bbc15dc8-1b39-454e-9b32-f6d251b21172 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-30T04:39:19.793Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.793Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:19.794Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bbc15dc8-1b39-454e-9b32-f6d251b21172: {\"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-30T04:39:19.794Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40efd933
2022-06-30T04:39:19.794Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.794Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T04:39:19.794Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 86daf2d8-1763-4915-a863-79442a9b2a06
2022-06-30T04:39:19.794Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 86daf2d8-1763-4915-a863-79442a9b2a06
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-30T04:39:19.796Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.797Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria
2022-06-30T04:39:19.797Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:39:19.797Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.797Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria
2022-06-30T04:39:19.797Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:39:19.798Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.798Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is not matching search criteria
2022-06-30T04:39:19.798Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T04:39:19.798Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T04:39:19.798Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-30T04:39:19.798Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T04:39:19.798Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T04:39:19.799Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:39:19.799Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:19.799Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T04:39:19.799Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:19.799Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T04:39:19.799Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:39:19.799Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=47fb1bcc-ca0b-4ff5-822a-6cf264235453
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-30T04:39:19.801Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.802Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria
2022-06-30T04:39:19.802Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:39:19.802Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.802Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is not matching search criteria
2022-06-30T04:39:19.802Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T04:39:19.802Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T04:39:19.803Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T04:39:19.803Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:19.803Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:39:19.803Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T04:39:19.803Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:39:19.803Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-30T04:39:19.803Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T04:39:19.804Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:19.804Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T04:39:19.804Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:39:19.804Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fce5eb37-2830-431a-b940-7c8b41ae1a34
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-30T04:39:19.806Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.806Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria
2022-06-30T04:39:19.807Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:39:19.809Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.809Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is not matching search criteria
2022-06-30T04:39:19.809Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T04:39:19.809Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T04:39:19.810Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T04:39:19.810Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:19.810Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:39:19.810Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T04:39:19.810Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:39:19.810Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T04:39:19.811Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T04:39:19.811Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:39:19.811Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T04:39:19.811Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-30T04:39:19.811Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1d2fac87-2c4d-421b-8478-e3d521e7a18f
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-30T04:39:19.814Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.814Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria
2022-06-30T04:39:19.814Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:39:19.814Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.814Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria
2022-06-30T04:39:19.814Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=bbc15dc8-1b39-454e-9b32-f6d251b21172
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-30T04:39:19.816Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.816Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:19.817Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1e27271d-7395-487b-a286-cf6c14ad2091: vFW 36044ad5-8a9b
2022-06-30T04:39:19.817Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.817Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:19.817Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.817Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:19.817Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.817Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:19.818Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.818Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:19.818Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:39:19.818Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:39:19.818Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-30 04-35-56
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-30T04:39:20.044Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 36044ad5-8a9b 046ad1be-ee48-4d9d-bc4e-bd4fae7bec01 1 ASDC deployResourceStructure
2022-06-30T04:39:20.045Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json ASDC sendASDCNotification
2022-06-30T04:39:20.045Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json
2022-06-30T04:39:20.045Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T04:39:20.045Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:20.048Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:20.049Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563960045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-30T04:39:20.149Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:20.150Z||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-30T04:39:20.150Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:20.167Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:20.167Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:39:21.050Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-30T04:39:21.050Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml
2022-06-30T04:39:21.050Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T04:39:21.050Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:21.052Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:21.052Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563961050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-30T04:39:21.152Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:21.153Z||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-30T04:39:21.153Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:21.172Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:21.172Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-30T04:39:22.053Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-30T04:39:22.054Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env
2022-06-30T04:39:22.054Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T04:39:22.054Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:22.057Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:22.057Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563962053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-30T04:39:22.157Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:22.158Z||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-30T04:39:22.158Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:22.181Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:22.182Z||pool-32-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:39:23.058Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar ASDC sendASDCNotification
2022-06-30T04:39:23.058Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar
2022-06-30T04:39:23.059Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T04:39:23.059Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:23.061Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:23.061Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563963058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T04:39:23.161Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:23.162Z||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-30T04:39:23.162Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:23.180Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:23.181Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:39:24.061Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a275862-8c4b-42a2-a036-9f498491859f
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-30T04:39:24.078Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a275862-8c4b-42a2-a036-9f498491859f
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-30T04:39:24.084Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T04:39:24.086Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T04:39:24.086Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T04:39:24.097Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-30T04:39:54.097Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:39:54.104Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a275862-8c4b-42a2-a036-9f498491859f and serviceModelVersionId: 1e27271d-7395-487b-a286-cf6c14ad2091
2022-06-30T04:39:54.104Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2edde00-a0ae-4541-86fb-ff6016738e8c
2022-06-30T04:39:54.105Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0
2022-06-30T04:39:54.110Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-30T04:39:54.167Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0|INFO|500||Invoke
2022-06-30T04:39:54.168Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a275862-8c4b-42a2-a036-9f498491859f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[97a26e6b-3214-4c0f-bf76-bf48dfe96f62], X-ECOMP-RequestID=[0a275862-8c4b-42a2-a036-9f498491859f], X-TransactionId=[], X-ONAP-RequestID=[0a275862-8c4b-42a2-a036-9f498491859f], Content-Type=[application/merge-patch+json]}
2022-06-30T04:39:54.196Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-30T04:39:54.290Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?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/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220630-04:39:54:203-87822], vertex-id=[209104], Content-Length=[0], Date=[Thu, 30 Jun 2022 04:39:54 GMT], Content-Type=[application/json]}
2022-06-30T04:39:54.290Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-30T04:39:54.291Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0|INFO|500||InvokeReturn
2022-06-30T04:39:54.291Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-30T04:39:54.291Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T04:39:54.297Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-30T04:39:54.297Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a275862-8c4b-42a2-a036-9f498491859f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-30T04:39:54.297Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-30T04:39:54.297Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:39:54.300Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:39:54.300Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563994297,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T04:39:54.400Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:39:54.401Z||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-30T04:39:54.401Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:54.438Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:54.439Z||pool-34-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-30T04:39:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:39:54.743Z||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-30T04:39:54.743Z||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 a5rLF04TbrlpYeCP) ...
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-30T04:39:55.318Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:39:55.319Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T04:39:55.319Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:39:55.388Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:39:55.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563940457,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T04:39:55.391Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:39:55.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563941487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:39:55.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-30T04:39:55.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563941487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T04:39:55.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-30T04:39:55.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563941487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-30T04:39:55.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-30T04:39:55.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563941487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:39:55.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-30T04:39:55.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563941487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-30T04:39:55.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-30T04:39:55.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563941487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:39:55.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-30T04:39:55.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563941487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:39:55.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-30T04:39:55.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563953023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:39:55.395Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:39:55.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563956559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:39:55.395Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:39:55.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563957653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:39:55.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:39:55.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563958763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:39:55.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:39:55.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563960045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-30T04:39:55.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:39:55.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563961050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-30T04:39:55.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:39:55.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563962053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-30T04:39:55.398Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:39:55.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563963058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T04:39:55.398Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:39:55.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:39:55.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a275862-8c4b-42a2-a036-9f498491859f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656563994297,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T04:39:55.399Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T04:40:04.865Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:40:04.866Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:40:04.867Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T04:40:04.867Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:40:14.419Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:40:14.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:40:14.421Z||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-30T04:40:14.421Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:40:23.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:40:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:40:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T04:40:54.743Z||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-30T04:40:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:40:54.743Z||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-30T04:40:54.743Z||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 a5rLF04TbrlpYeCP) ...
2022-06-30T04:41:02.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:41:02.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T04:41:02.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"9edf5336-e070-43ae-b1c4-e79ecacb3e8c","serviceName":"vFW 2022-06-30 04-39-54","serviceVersion":"1.0","serviceUUID":"6b86b319-240d-442d-b43a-c8bbb7e91e2f","serviceDescription":"catalog service description","serviceInvariantUUID":"2d5f7536-020e-4bdf-996a-6cbab77113e2","resources":[{"resourceInstanceName":"vFW e922445a-1e95 0","resourceName":"vFW e922445a-1e95","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee75de72-5a3a-4b02-967d-aa66365ae4ad","resourceInvariantUUID":"ad56675d-d4aa-4d04-a64f-8efb3b64ea88","resourceCustomizationUUID":"c678175f-091d-40d0-9366-12c4cd4883eb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vf-license-model.xml","artifactChecksum":"ZjMxM2NjMDc2OTk0MDBhNDM2ZDI2MjY0ODdhY2JjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94e06544-7185-4eb6-b5e4-14e79310b655","artifactVersion":"1"},{"artifactName":"vfwe922445a1e950_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json","artifactChecksum":"MmNkNTc3NzI4NTFhODQ3YzMxNDUyN2Y4MmFhZmVmYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"74d65556-88a9-4eb5-982f-89ec145bbf58","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a562f6b7-1408-4034-917d-bf3b4c3e2671","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vendor-license-model.xml","artifactChecksum":"MTAwNjM2NzM4ZGU5YzYwYmNiYTU1OWNmYzI4NzNkZmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"be16c8c0-c211-4e33-b5de-96fa97f8049e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a674a5b4-0de4-4a99-97a7-65790cce9054","artifactVersion":"2","generatedFromUUID":"a562f6b7-1408-4034-917d-bf3b4c3e2671"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220630043954-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-template.yml","artifactChecksum":"OTIxNDNjZmJlOTUyMGFjYWY3MGMzZTk3YTZmODU3YjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3101790-53b3-4e8a-9be0-47a84a3aca42","artifactVersion":"1"},{"artifactName":"service-Vfw20220630043954-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar","artifactChecksum":"YTIwYjkwNWQ0MTQzZDgyZTA3ODAwODI3MmRmYWRiMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dcf10fe3-e3e1-4871-85bf-26a65856d4c9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T04:41:02.753Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:41:02.754Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:41:02.757Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:41:02.758Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656564054740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:41:02.858Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T04:41:02.859Z||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-30T04:41:02.859Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:41:02.912Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:41:02.913Z||pool-35-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:41:03.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:41:03.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-30T04:41:03.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c",
"consumerID": "clamp",
"timestamp": 1656564061901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:41:03.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-30T04:41:03.759Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:41:03.762Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:41:03.764Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:41:03.764Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656564054740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json",
"status": "NOTIFIED"
}
2022-06-30T04:41:03.864Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T04:41:03.865Z||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-30T04:41:03.865Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:41:03.893Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:41:03.894Z||pool-36-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:41:04.765Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:41:04.767Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:41:04.770Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:41:04.770Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656564054740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-30T04:41:04.874Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-30T04:41:04.875Z||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-30T04:41:04.875Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:41:04.908Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:41:04.908Z||pool-37-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":11,"count":1}
2022-06-30T04:41:05.771Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:41:05.772Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:41:05.774Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:41:05.774Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656564054740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:41:05.874Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T04:41:05.875Z||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-30T04:41:05.876Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:41:05.909Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:41:05.910Z||pool-38-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:41:06.776Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:41:06.777Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:41:06.780Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:41:06.780Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656564054740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-30T04:41:06.880Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:41:06.884Z||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-30T04:41:06.884Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:41:06.904Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:41:06.905Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:41:07.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:41:07.782Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:41:07.785Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:41:07.785Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656564054740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T04:41:07.885Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:41:07.886Z||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-30T04:41:07.886Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:41:07.906Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:41:07.907Z||pool-40-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:41:08.786Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T04:41:08.787Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:41:08.789Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:41:08.789Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656564054740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T04:41:08.889Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T04:41:08.890Z||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-30T04:41:08.890Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:41:08.923Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:41:08.924Z||pool-41-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:41:09.790Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c",
"serviceName": "vFW 2022-06-30 04-39-54",
"serviceVersion": "1.0",
"serviceUUID": "6b86b319-240d-442d-b43a-c8bbb7e91e2f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2d5f7536-020e-4bdf-996a-6cbab77113e2",
"resources": [
{
"resourceInstanceName": "vFW e922445a-1e95 0",
"resourceCustomizationUUID": "c678175f-091d-40d0-9366-12c4cd4883eb",
"resourceName": "vFW e922445a-1e95",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ee75de72-5a3a-4b02-967d-aa66365ae4ad",
"resourceInvariantUUID": "ad56675d-d4aa-4d04-a64f-8efb3b64ea88",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe922445a1e950_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json",
"artifactChecksum": "MmNkNTc3NzI4NTFhODQ3YzMxNDUyN2Y4MmFhZmVmYzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "74d65556-88a9-4eb5-982f-89ec145bbf58",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a562f6b7-1408-4034-917d-bf3b4c3e2671",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a674a5b4-0de4-4a99-97a7-65790cce9054",
"generatedFromUUID": "a562f6b7-1408-4034-917d-bf3b4c3e2671"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a674a5b4-0de4-4a99-97a7-65790cce9054",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220630043954-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar",
"artifactChecksum": "YTIwYjkwNWQ0MTQzZDgyZTA3ODAwODI3MmRmYWRiMjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dcf10fe3-e3e1-4871-85bf-26a65856d4c9"
}
],
"workloadContext": "Production"
}
2022-06-30T04:41:09.791Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T04:41:09.791Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b86b319-240d-442d-b43a-c8bbb7e91e2f ASDC
2022-06-30T04:41:09.792Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9edf5336-e070-43ae-b1c4-e79ecacb3e8c
ServiceName:vFW 2022-06-30 04-39-54
ServiceVersion:1.0
ServiceUUID:6b86b319-240d-442d-b43a-c8bbb7e91e2f
ServiceInvariantUUID:2d5f7536-020e-4bdf-996a-6cbab77113e2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220630043954-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar
ArtifactUUID:dcf10fe3-e3e1-4871-85bf-26a65856d4c9
ArtifactChecksum:YTIwYjkwNWQ0MTQzZDgyZTA3ODAwODI3MmRmYWRiMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e922445a-1e95 0
ResourceCustomizationUUID:c678175f-091d-40d0-9366-12c4cd4883eb
ResourceInvariantUUID:ad56675d-d4aa-4d04-a64f-8efb3b64ea88
ResourceName:vFW e922445a-1e95
ResourceType:VF
ResourceUUID:ee75de72-5a3a-4b02-967d-aa66365ae4ad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe922445a1e950_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json
ArtifactUUID:74d65556-88a9-4eb5-982f-89ec145bbf58
ArtifactChecksum:MmNkNTc3NzI4NTFhODQ3YzMxNDUyN2Y4MmFhZmVmYzA=
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/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml
ArtifactUUID:a562f6b7-1408-4034-917d-bf3b4c3e2671
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/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env
ArtifactUUID:a674a5b4-0de4-4a99-97a7-65790cce9054
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/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env
ArtifactUUID:a674a5b4-0de4-4a99-97a7-65790cce9054
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-30T04:41:09.792Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b86b319-240d-442d-b43a-c8bbb7e91e2f 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-30T04:41:09.858Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T04:41:09.860Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T04:41:09.860Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T04:41:09.861Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dcf10fe3-e3e1-4871-85bf-26a65856d4c9 from URL: /sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar
2022-06-30T04:41:09.861Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T04:41:09.862Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar
2022-06-30T04:41:09.944Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T04:41:09.951Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar dcf10fe3-e3e1-4871-85bf-26a65856d4c9 99028
2022-06-30T04:41:09.952Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar ASDC sendASDCNotification
2022-06-30T04:41:09.953Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar
2022-06-30T04:41:09.953Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T04:41:09.954Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:41:09.958Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:41:09.958Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656564069952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:41:10.058Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:41:10.059Z||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-30T04:41:10.059Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:41:10.117Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:41:10.117Z||pool-42-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:41:10.958Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T04:41:10.960Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T04:41:10.960Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: dcf10fe3-e3e1-4871-85bf-26a65856d4c9, URL: /sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar to file: /app/ASDC/1/service-Vfw20220630043954-csar.csar
2022-06-30T04:41:10.961Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220630043954-csar.csar
2022-06-30T04:41:10.961Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220630043954-csar.csar
2022-06-30T04:41:10.961Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220630043954-csar.csar
2022-06-30T04:41:11.198Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9563606431108474976/Definitions/service-Vfw20220630043954-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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-30T04:41:13.305Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T04:41:13.306Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-30T04:41:13.306Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220630043954-csar.csar
2022-06-30T04:41:13.306Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-30T04:41:13.306Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar
2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar
2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar
2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar
2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar
2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar
2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar
2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar
2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar
2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar
2022-06-30T04:41:13.308Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e922445a-1e95 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-Vfw20220630043954-csar.csar
2022-06-30T04:41:13.308Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar
2022-06-30T04:41:13.308Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar
2022-06-30T04:41:13.308Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-30T04:41:13.308Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.308Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:41:13.309Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria
2022-06-30T04:41:13.309Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-30T04:41:13.309Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T04:41:13.309Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.309Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:41:13.310Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria
2022-06-30T04:41:13.310Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-30T04:41:13.310Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T04:41:13.310Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.310Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:41:13.311Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.311Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is not matching search criteria
2022-06-30T04:41:13.311Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T04:41:13.311Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T04:41:13.312Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:41:13.312Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T04:41:13.312Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:41:13.312Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T04:41:13.312Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T04:41:13.312Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T04:41:13.313Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T04:41:13.313Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:41:13.313Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T04:41:13.313Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T04:41:13.314Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T04:41:13.314Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T04:41:13.314Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:41:13.314Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-30T04:41:13.314Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.315Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T04:41:13.315Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.315Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria
2022-06-30T04:41:13.315Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:41:13.316Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.316Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria
2022-06-30T04:41:13.316Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:41:13.317Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.317Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria
2022-06-30T04:41:13.317Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:41:13.317Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.317Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is not matching search criteria
2022-06-30T04:41:13.317Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T04:41:13.319Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T04:41:13.319Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:41:13.319Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00899bbb-87ce-42ad-bd50-a6b968831950
2022-06-30T04:41:13.319Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.319Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is not matching search criteria
2022-06-30T04:41:13.319Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T04:41:13.319Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T04:41:13.320Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:41:13.320Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T04:41:13.320Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:41:13.320Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T04:41:13.320Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T04:41:13.320Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-30T04:41:13.320Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T04:41:13.321Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T04:41:13.321Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T04:41:13.321Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:41:13.321Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b06d37a9-30e9-47c6-a19b-b376c2cb2c30
2022-06-30T04:41:13.321Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.322Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is not matching search criteria
2022-06-30T04:41:13.322Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T04:41:13.322Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T04:41:13.322Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:41:13.322Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T04:41:13.323Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T04:41:13.323Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T04:41:13.323Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T04:41:13.323Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T04:41:13.324Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T04:41:13.324Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T04:41:13.324Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T04:41:13.324Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-30T04:41:13.325Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7bb02ad0-5bca-454d-9e07-e8725c91c369
2022-06-30T04:41:13.325Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.325Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:41:13.325Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.325Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:41:13.326Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.326Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:41:13.326Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:13.326Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:41:13.326Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-30 04-39-54
Description:catalog service description
Model UUID:6b86b319-240d-442d-b43a-c8bbb7e91e2f
Model Version:NULL
Model InvariantUuid:2d5f7536-020e-4bdf-996a-6cbab77113e2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e922445a-1e95
Model UUID:050e4918-5252-4987-80af-d354e8472e05
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ad56675d-d4aa-4d04-a64f-8efb3b64ea88
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c678175f-091d-40d0-9366-12c4cd4883eb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2089c2b6-08c5-4c70-9a83-351dc5e474d0
ModelName:VfwE922445a1e95..base_vfw..module-0
ModelUuid:c0487b0c-3dc0-44d8-b3f6-b47475e6344b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:00899bbb-87ce-42ad-bd50-a6b968831950
ModelInvariantUuid:25ebfb2e-5774-42f5-a084-f47022eb94ef
ModelName:vFW e922445a-1e95-nodes.vfwCvfc
ModelUuid:c6a3c830-b70c-4134-b81c-e7ed887a084c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1910f210-7273-4a19-b295-241e93dc75a4
ModelInvariantUuid:88e24fc9-79d1-40a1-ad28-c30273f02909
ModelName:VfwE922445a1e95.compute.nodes.heat.vfw
ModelUuid:5a4b478b-d6dd-413b-b515-76037a251709
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b06d37a9-30e9-47c6-a19b-b376c2cb2c30
ModelInvariantUuid:15df429d-ae9d-4f75-b72a-1e981c18397b
ModelName:vFW e922445a-1e95-nodes.vsnCvfc
ModelUuid:c22bc601-2643-4640-98e6-4f60d32d122a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5d16eedb-068f-42a4-9731-e94122a4af06
ModelInvariantUuid:7632dde9-913e-4386-bfce-93663290e07b
ModelName:VfwE922445a1e95.compute.nodes.heat.vsn
ModelUuid:4dadb362-3bf3-40b0-a9f9-bc156cd6677c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7bb02ad0-5bca-454d-9e07-e8725c91c369
ModelInvariantUuid:b92ca8e1-343f-4c1d-9f12-f10864cae16d
ModelName:vFW e922445a-1e95-nodes.vpgCvfc
ModelUuid:9d6cd76d-b69d-43f4-80de-1d1adef572b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:2e3151df-6a96-43a6-870d-050aea457b1c
ModelInvariantUuid:25c1c094-5762-4f1e-96b4-255a5de6eb80
ModelName:VfwE922445a1e95.compute.nodes.heat.vpg
ModelUuid:a11b8bbf-f924-4522-a773-bf898954f992
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-30T04:41:13.338Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ee75de72-5a3a-4b02-967d-aa66365ae4ad
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-30T04:41:13.343Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||vFW e922445a-1e95 0
2022-06-30T04:41:13.343Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee75de72-5a3a-4b02-967d-aa66365ae4ad
2022-06-30T04:41:13.343Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 74d65556-88a9-4eb5-982f-89ec145bbf58 from URL: /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json
2022-06-30T04:41:13.343Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T04:41:13.343Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json
2022-06-30T04:41:13.393Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T04:41:13.394Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json 74d65556-88a9-4eb5-982f-89ec145bbf58 785
2022-06-30T04:41:13.394Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json ASDC sendASDCNotification
2022-06-30T04:41:13.394Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json
2022-06-30T04:41:13.394Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T04:41:13.394Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:41:13.396Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:41:13.396Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656564073394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:41:13.497Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:41:13.498Z||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-30T04:41:13.498Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:41:13.514Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:41:13.515Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:41:14.400Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE922445a1e95..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2089c2b6-08c5-4c70-9a83-351dc5e474d0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c0487b0c-3dc0-44d8-b3f6-b47475e6344b",
"vfModuleModelCustomizationUUID": "f44c87ca-5299-4d21-a1b2-bc87fd1a6fb3",
"isBase": true,
"artifacts": [
"a562f6b7-1408-4034-917d-bf3b4c3e2671",
"a674a5b4-0de4-4a99-97a7-65790cce9054"
],
"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-30T04:41:14.404Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE922445a1e95..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0487b0c-3dc0-44d8-b3f6-b47475e6344b
VfModuleModelInvariantUUID:2089c2b6-08c5-4c70-9a83-351dc5e474d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
a562f6b7-1408-4034-917d-bf3b4c3e2671
,
a674a5b4-0de4-4a99-97a7-65790cce9054
}
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-30T04:41:14.406Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE922445a1e95..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2089c2b6-08c5-4c70-9a83-351dc5e474d0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c0487b0c-3dc0-44d8-b3f6-b47475e6344b",
"vfModuleModelCustomizationUUID": "f44c87ca-5299-4d21-a1b2-bc87fd1a6fb3",
"isBase": true,
"artifacts": [
"a562f6b7-1408-4034-917d-bf3b4c3e2671",
"a674a5b4-0de4-4a99-97a7-65790cce9054"
],
"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-30T04:41:14.406Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE922445a1e95..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0487b0c-3dc0-44d8-b3f6-b47475e6344b
VfModuleModelInvariantUUID:2089c2b6-08c5-4c70-9a83-351dc5e474d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
a562f6b7-1408-4034-917d-bf3b4c3e2671
,
a674a5b4-0de4-4a99-97a7-65790cce9054
}
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-30T04:41:14.406Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a562f6b7-1408-4034-917d-bf3b4c3e2671 from URL: /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml
2022-06-30T04:41:14.406Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T04:41:14.406Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml
2022-06-30T04:41:14.462Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T04:41:14.463Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml a562f6b7-1408-4034-917d-bf3b4c3e2671 20368
2022-06-30T04:41:14.463Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-30T04:41:14.463Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml
2022-06-30T04:41:14.464Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T04:41:14.464Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:41:14.466Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:41:14.466Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656564074463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:41:14.566Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T04:41:14.567Z||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-30T04:41:14.568Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:41:14.585Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:41:14.585Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T04:41:15.467Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a674a5b4-0de4-4a99-97a7-65790cce9054 from URL: /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env
2022-06-30T04:41:15.468Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T04:41:15.468Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env
2022-06-30T04:41:15.558Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T04:41:15.558Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env a674a5b4-0de4-4a99-97a7-65790cce9054 2098
2022-06-30T04:41:15.558Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-30T04:41:15.559Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env
2022-06-30T04:41:15.559Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T04:41:15.559Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T04:41:15.562Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T04:41:15.562Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656564075558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-30T04:41:15.662Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T04:41:15.663Z||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-30T04:41:15.663Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ...
2022-06-30T04:41:15.687Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T04:41:15.688Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-30T04:41:16.563Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6b86b319-240d-442d-b43a-c8bbb7e91e2f
2022-06-30T04:41:16.564Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e922445a-1e95 0 ee75de72-5a3a-4b02-967d-aa66365ae4ad 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-30T04:41:16.588Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@773268bd, org.onap.sdc.toscaparser.api.parameters.Input@2b60b430, org.onap.sdc.toscaparser.api.parameters.Input@3894c203, org.onap.sdc.toscaparser.api.parameters.Input@521447c7, org.onap.sdc.toscaparser.api.parameters.Input@3607aab8]
2022-06-30T04:41:16.589Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:16.590Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:41:16.590Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-06-30T04:41:16.590Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c678175f-091d-40d0-9366-12c4cd4883eb
2022-06-30T04:41:16.590Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c678175f-091d-40d0-9366-12c4cd4883eb matches Tosca VF Customization UUID: c678175f-091d-40d0-9366-12c4cd4883eb
2022-06-30T04:41:16.590Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c678175f-091d-40d0-9366-12c4cd4883eb 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-30T04:41:16.593Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:16.593Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T04:41:16.594Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c678175f-091d-40d0-9366-12c4cd4883eb: {\"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-30T04:41:16.594Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@762841ce
2022-06-30T04:41:16.595Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:16.595Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T04:41:16.595Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f44c87ca-5299-4d21-a1b2-bc87fd1a6fb3
2022-06-30T04:41:16.595Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f44c87ca-5299-4d21-a1b2-bc87fd1a6fb3
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-30T04:41:16.598Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T04:41:16.598Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria
2022-06-30T04:41:16.598Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T04:41:16.598Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery