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-07-01T05:41:19.726Z||main|||||INFO|500||The following profiles are active: basic
2022-07-01T05:41:31.177Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-01T05:41:31.177Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-01T05:41:31.300Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-01T05:41:35.532Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-01T05:41:35.931Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-01T05:41:36.344Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-01T05:41:36.355Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-01T05:41:36.468Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-01T05:41:36.679Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-01T05:41:37.290Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-01T05:41:39.003Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-01T05:41:41.424Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-01T05:41:41.484Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-01T05:41:42.132Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-01T05:41:42.380Z||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-07-01T05:41:43.723Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-01T05:41:44.865Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-01T05:41:44.884Z||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$$3d37c175.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-07-01T05:41:44.885Z||main|||||WARN|500||The sdc end point is not alive
2022-07-01T05:41:47.950Z||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-07-01T05:41:50.867Z||main|||||WARN|500||---
2022-07-01T05:41:50.868Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-01T05:41:50.868Z||main|||||WARN|500||---
2022-07-01T05:41:51.303Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-01T05:41:55.993Z||main|||||INFO|500||Started Application in 39.598 seconds (JVM running for 41.887)
2022-07-01T05:41:56.005Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T05:41:56.006Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T05:41:56.020Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T05:41:56.050Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T05:41:56.089Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 32072c8e-ab36-4af2-98a9-be5e36b79c45 url= /sdc/v1/artifactTypes
2022-07-01T05:41:56.089Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T05:41:57.194Z||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.18.113] 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$$d91d0854.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-07-01T05:41:57.198Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3f1d350a
2022-07-01T05:41:57.198Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T05:41:57.238Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T05:41:57.241Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T05:41:57.244Z||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$$d91d0854.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-07-01T05:42:45.989Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T05:42:45.991Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T05:42:45.991Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T05:42:45.995Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T05:42:46.002Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a08b67e8-3ff6-4b5d-b1b1-a6dc5bceeb1b url= /sdc/v1/artifactTypes
2022-07-01T05:42:46.002Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T05:42:47.023Z||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.18.113] 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$$d91d0854.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-07-01T05:42:47.024Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@28907bc0
2022-07-01T05:42:47.024Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T05:42:47.024Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T05:42:47.025Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T05:42:47.026Z||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$$d91d0854.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-07-01T05:43:35.988Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T05:43:35.989Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T05:43:35.989Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T05:43:35.992Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T05:43:35.998Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5421961b-a8a4-494f-ae8e-f8019a563acd url= /sdc/v1/artifactTypes
2022-07-01T05:43:35.999Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T05:43:37.038Z||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.18.113] 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$$d91d0854.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-07-01T05:43:37.039Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@affcd2b
2022-07-01T05:43:37.039Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T05:43:37.040Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T05:43:37.040Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T05:43:37.041Z||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$$d91d0854.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-07-01T05:44:25.987Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T05:44:25.988Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T05:44:25.989Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T05:44:25.993Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T05:44:25.997Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d0edb67d-9b9f-4564-a5d1-e79bec7ae20a url= /sdc/v1/artifactTypes
2022-07-01T05:44:25.997Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T05:44:27.017Z||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.18.113] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d91d0854.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-07-01T05:44:27.018Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d6fc48a
2022-07-01T05:44:27.018Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T05:44:27.018Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T05:44:27.019Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T05:44:27.020Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d91d0854.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-07-01T05:45:15.988Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T05:45:15.989Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T05:45:15.989Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T05:45:15.992Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T05:45:15.997Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36d7120a-fd76-4dff-bb43-c2bab3d58dcb url= /sdc/v1/artifactTypes
2022-07-01T05:45:15.998Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T05:45:17.041Z||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.18.113] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d91d0854.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-07-01T05:45:17.042Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@28a4acd
2022-07-01T05:45:17.042Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T05:45:17.043Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T05:45:17.043Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T05:45:17.044Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d91d0854.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-07-01T05:46:05.987Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T05:46:05.988Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T05:46:05.989Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T05:46:05.993Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T05:46:05.999Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b10ff4b-0a42-49cd-ae14-22cece3d0645 url= /sdc/v1/artifactTypes
2022-07-01T05:46:05.999Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T05:46:06.205Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-01T05:46:06.214Z||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-07-01T05:46:06.240Z||scheduling-1|||||DEBUG|500||create keys
2022-07-01T05:46:06.248Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-01T05:46:06.352Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:46:06.371Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b7a439bf-0181-4611-ab47-f4ccd51130c2 url= /sdc/v1/registerForDistribution
2022-07-01T05:46:06.574Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b7a439bf-0181-4611-ab47-f4ccd51130c2 url= /sdc/v1/registerForDistribution
2022-07-01T05:46:06.575Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-01T05:46:06.588Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:46:06.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:46:06.598Z||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-07-01T05:46:06.599Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:46:06.599Z||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-07-01T05:46:06.599Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:46:06.601Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-01T05:46:17.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:46:17.109Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:47:06.586Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:47:06.587Z||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-07-01T05:47:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:47:06.590Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:47:06.591Z||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-07-01T05:47:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:47:16.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:47:16.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:48:06.586Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:48:06.588Z||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-07-01T05:48:06.588Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:48:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:48:06.590Z||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-07-01T05:48:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:48:16.164Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:48:16.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:49:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:49:06.587Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:49:06.587Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T05:49:06.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:49:06.590Z||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-07-01T05:49:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:49:16.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:49:16.190Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:50:06.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:50:06.587Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:50:06.587Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T05:50:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:50:06.591Z||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-07-01T05:50:06.592Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:50:16.207Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:50:16.212Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:51:06.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:51:06.586Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:51:06.587Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T05:51:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:51:06.590Z||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-07-01T05:51:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:51:16.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:51:16.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:51:18.262Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-01T05:52:06.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:52:06.587Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:52:06.587Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T05:52:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:52:06.590Z||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-07-01T05:52:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:52:16.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:52:16.181Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:53:06.586Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:53:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:53:06.591Z||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-07-01T05:53:06.591Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:53:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:53:06.591Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T05:53:16.166Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:53:16.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:54:06.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:54:06.589Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:54:06.589Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:54:06.590Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T05:54:06.590Z||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-07-01T05:54:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:54:16.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:54:16.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:55:06.586Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:55:06.587Z||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-07-01T05:55:06.588Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:55:06.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:55:06.590Z||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-07-01T05:55:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:55:16.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:55:16.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:56:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:56:06.587Z||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-07-01T05:56:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:56:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:56:06.591Z||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-07-01T05:56:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:56:16.145Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:56:16.154Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:57:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:57:06.586Z||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-07-01T05:57:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:57:06.589Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:57:06.590Z||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-07-01T05:57:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:57:16.139Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:57:16.142Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:58:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:58:06.586Z||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-07-01T05:58:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:58:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:58:06.590Z||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-07-01T05:58:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:58:16.144Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:58:16.144Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:59:06.587Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:59:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:59:06.591Z||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-07-01T05:59:06.591Z||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-07-01T05:59:06.592Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:59:06.592Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:59:16.163Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T05:59:16.164Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:00:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:00:06.587Z||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-07-01T06:00:06.588Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:00:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:00:06.590Z||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-07-01T06:00:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:00:16.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:00:16.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:01:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:01:06.586Z||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-07-01T06:01:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:01:06.589Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:01:06.590Z||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-07-01T06:01:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:01:16.142Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:01:16.143Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:02:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:02:06.586Z||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-07-01T06:02:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:02:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:02:06.590Z||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-07-01T06:02:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:02:16.142Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:02:16.143Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:03:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:03:06.586Z||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-07-01T06:03:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:03:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:03:06.590Z||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-07-01T06:03:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:03:16.143Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:03:16.166Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:04:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:04:06.586Z||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-07-01T06:04:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:04:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:04:06.590Z||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-07-01T06:04:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:04:16.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:04:16.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:05:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:05:06.587Z||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-07-01T06:05:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:05:06.589Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:05:06.590Z||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-07-01T06:05:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:05:16.144Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:05:16.144Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:06:06.586Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:06:06.588Z||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-07-01T06:06:06.589Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:06:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:06:06.590Z||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-07-01T06:06:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:06:16.157Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:06:16.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:07:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:07:06.587Z||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-07-01T06:07:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:07:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:07:06.590Z||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-07-01T06:07:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:07:16.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:07:16.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:08:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:08:06.587Z||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-07-01T06:08:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:08:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:08:06.590Z||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-07-01T06:08:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:08:16.155Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:08:16.157Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:09:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:09:06.586Z||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-07-01T06:09:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:09:06.589Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:09:06.590Z||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-07-01T06:09:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:09:16.137Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:09:16.145Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:10:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:10:06.586Z||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-07-01T06:10:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:10:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:10:06.591Z||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-07-01T06:10:06.592Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:10:16.152Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:10:16.152Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:11:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:11:06.586Z||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-07-01T06:11:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:11:06.589Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:11:06.590Z||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-07-01T06:11:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:11:16.213Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:11:16.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:12:06.586Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:12:06.588Z||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-07-01T06:12:06.588Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:12:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:12:06.592Z||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-07-01T06:12:06.592Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:12:16.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:12:16.213Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:13:06.586Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:13:06.587Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:13:06.588Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:13:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:13:06.590Z||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-07-01T06:13:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:13:16.144Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:13:16.145Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:14:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:14:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:14:06.587Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:14:06.589Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:14:06.590Z||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-07-01T06:14:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:14:16.152Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:14:16.156Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:15:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:15:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:15:06.586Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:15:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:15:06.590Z||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-07-01T06:15:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:15:16.139Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:15:16.143Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:16:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:16:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:16:06.586Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:16:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:16:06.590Z||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-07-01T06:16:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:16:16.144Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:16:16.147Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:17:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:17:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:17:06.587Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:17:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:17:06.590Z||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-07-01T06:17:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:17:16.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:17:16.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:18:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:18:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:18:06.586Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:18:06.589Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:18:06.590Z||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-07-01T06:18:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:18:16.138Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:18:16.143Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:19:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:19:06.587Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:19:06.587Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:19:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:19:06.590Z||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-07-01T06:19:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:19:16.139Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:19:16.144Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:20:06.586Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:20:06.589Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:20:06.589Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:20:06.589Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:20:06.590Z||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-07-01T06:20:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:20:16.160Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:20:16.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:21:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:21:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:21:06.587Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:21:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:21:06.590Z||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-07-01T06:21:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:21:16.162Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:21:16.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:22:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:22:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:22:06.587Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:22:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:22:06.590Z||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-07-01T06:22:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:22:16.150Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:22:16.154Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:23:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:23:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:23:06.586Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:23:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:23:06.590Z||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-07-01T06:23:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:23:16.138Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:23:16.154Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:24:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:24:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:24:06.587Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:24:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:24:06.590Z||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-07-01T06:24:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:24:16.149Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:24:16.157Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:25:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:25:06.587Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:25:06.587Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:25:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:25:06.590Z||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-07-01T06:25:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:25:16.153Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:25:16.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:26:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:26:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:26:06.586Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:26:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:26:06.590Z||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-07-01T06:26:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:26:16.147Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:26:16.148Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:27:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:27:06.587Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:27:06.587Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:27:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:27:06.590Z||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-07-01T06:27:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:27:16.152Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:27:16.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:28:06.586Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:28:06.587Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:28:06.587Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:28:06.589Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:28:06.590Z||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-07-01T06:28:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:28:16.167Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:28:16.178Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:29:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:29:06.587Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:29:06.587Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:29:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:29:06.590Z||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-07-01T06:29:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:29:16.139Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:29:16.149Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:30:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:30:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:30:06.586Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:30:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:30:06.589Z||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-07-01T06:30:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:30:16.147Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:30:16.151Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:31:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:31:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:31:06.586Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:31:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:31:06.590Z||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-07-01T06:31:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:31:16.146Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:31:16.147Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:32:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:32:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:32:06.586Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:32:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:32:06.590Z||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-07-01T06:32:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:32:16.137Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:32:16.137Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:33:06.586Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:33:06.589Z||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-07-01T06:33:06.589Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:33:06.589Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:33:06.590Z||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-07-01T06:33:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:33:16.143Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:33:16.143Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:34:06.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:34:06.587Z||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-07-01T06:34:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:34:06.589Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:34:06.590Z||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-07-01T06:34:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:34:16.145Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:34:16.146Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:35:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:35:06.586Z||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-07-01T06:35:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:35:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:35:06.589Z||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-07-01T06:35:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:35:16.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:35:16.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:36:06.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:36:06.587Z||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-07-01T06:36:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:36:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:36:06.592Z||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-07-01T06:36:06.592Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:36:16.143Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:36:16.144Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:06.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:37:06.587Z||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-07-01T06:37:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:37:06.590Z||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-07-01T06:37:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:07.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:07.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:07.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a5477f96-6d0b-4805-b7ff-c5b43416c73a","serviceName":"vFW 2022-07-01 06-34-42","serviceVersion":"1.0","serviceUUID":"c27230bc-e2c6-4e78-a08e-05b193d91ebd","serviceDescription":"catalog service description","serviceInvariantUUID":"05bb393e-9f68-46de-b6f8-f7dfe1356b02","resources":[{"resourceInstanceName":"vFW ae8c3070-81b6 0","resourceName":"vFW ae8c3070-81b6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d8420550-2a4d-4aea-9d95-83baa6a9c5db","resourceInvariantUUID":"64a4c46b-7aa1-4b25-afa3-6a228bbdda90","resourceCustomizationUUID":"0b6c706f-ba30-444c-9341-43f80ed9c31f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml","artifactChecksum":"MGE4NTEyMTAzMDFlYTU0ODcyYjU2Zjk1MDU0NTI5ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1546c5f1-8fa2-4092-8b4d-c2e2b8ad65b9","artifactVersion":"1"},{"artifactName":"vfwae8c307081b60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json","artifactChecksum":"NjI5ZDNiZTdiZGZiNzEzMjdhZjA4NWFlMmY4MTZjNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ec926f9-cbd2-4fdc-84e2-dc1f49af0cbf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"14cdb531-9f53-4195-97e0-dfcc267eec16","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml","artifactChecksum":"NzhhNzVmNWI3Y2YyYmNhOTM2OWIyZjA4NDQ2OTMxNTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5c16fdf8-d776-434d-91eb-5b6f551a112e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c96e656c-dfe8-47cf-8ccc-f2db62789b95","artifactVersion":"2","generatedFromUUID":"14cdb531-9f53-4195-97e0-dfcc267eec16"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220701063442-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml","artifactChecksum":"NzhmZTIzZDI2Mjk1NTMyYTI1N2Q2ZTRiZmQ0MTNiMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9f1a3d4-55ce-4040-b92f-a4e53601c880","artifactVersion":"1"},{"artifactName":"service-Vfw20220701063442-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar","artifactChecksum":"MWRmYjAwM2MxYzlhZTY4YjAxMWFkODdkZGUxMTQ0NmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c248bde4-b56b-4b83-9b8d-af6bff782186","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T06:37:07.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "ves-openapi-manager",
"timestamp": 1656657385869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.257Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:37:07.263Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:07.275Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:07.275Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657426585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657380756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "policy-id",
"timestamp": 1656657380993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "ves-openapi-manager",
"timestamp": 1656657385869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657380756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "policy-id",
"timestamp": 1656657380993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "clamp",
"timestamp": 1656657388716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "ves-openapi-manager",
"timestamp": 1656657385869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "policy-id",
"timestamp": 1656657380993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-01T06:37:07.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657380756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "clamp",
"timestamp": 1656657388716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "NOTIFIED"
}
2022-07-01T06:37:07.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "ves-openapi-manager",
"timestamp": 1656657385869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "policy-id",
"timestamp": 1656657380993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657380756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "clamp",
"timestamp": 1656657388716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "ves-openapi-manager",
"timestamp": 1656657385869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "cds",
"timestamp": 1656657390696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657380756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "policy-id",
"timestamp": 1656657380993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "clamp",
"timestamp": 1656657388716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "ves-openapi-manager",
"timestamp": 1656657385869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "cds",
"timestamp": 1656657390696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "policy-id",
"timestamp": 1656657380993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657380756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "clamp",
"timestamp": 1656657388716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "ves-openapi-manager",
"timestamp": 1656657385869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "cds",
"timestamp": 1656657390696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "policy-id",
"timestamp": 1656657380993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:37:07.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657380756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:37:07.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "aai-ml",
"timestamp": 1656657393735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "clamp",
"timestamp": 1656657388716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657394014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "cds",
"timestamp": 1656657390696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657394204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.308Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "policy-id",
"timestamp": 1656657394154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.308Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "aai-ml",
"timestamp": 1656657393735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "clamp",
"timestamp": 1656657388716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:37:07.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657394014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "NOTIFIED"
}
2022-07-01T06:37:07.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "cds",
"timestamp": 1656657390696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "policy-id",
"timestamp": 1656657395171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:37:07.313Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "aai-ml",
"timestamp": 1656657393735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657394014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-01T06:37:07.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "cds",
"timestamp": 1656657390696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "policy-id",
"timestamp": 1656657396176,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-07-01T06:37:07.375Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
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-07-01T06:37:07.379Z||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-07-01T06:37:07.379Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:07.396Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:07.397Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 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-07-01T06:37:07.523Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5477f96-6d0b-4805-b7ff-c5b43416c73a
2022-07-01T06:37:07.555Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5477f96-6d0b-4805-b7ff-c5b43416c73a 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-07-01T06:37:07.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "aai-ml",
"timestamp": 1656657393735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657394014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "cds",
"timestamp": 1656657390696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:37:07.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "aai-ml",
"timestamp": 1656657393735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657394014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-01T06:37:07.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "cds",
"timestamp": 1656657398662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.583Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "aai-ml",
"timestamp": 1656657393735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657394014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "cds",
"timestamp": 1656657399680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-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-07-01T06:37:07.600Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a5477f96-6d0b-4805-b7ff-c5b43416c73a
2022-07-01T06:37:07.601Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5477f96-6d0b-4805-b7ff-c5b43416c73a 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-07-01T06:37:07.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657399598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:37:07.612Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "aai-ml",
"timestamp": 1656657393735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:37:07.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657394014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:37:07.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:37:07.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657400603,
"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-07-01T06:37:07.619Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a5477f96-6d0b-4805-b7ff-c5b43416c73a
2022-07-01T06:37:07.619Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5477f96-6d0b-4805-b7ff-c5b43416c73a 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-07-01T06:37:07.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "aai-ml",
"timestamp": 1656657401626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657401949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657403075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657404241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657405342,
"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-07-01T06:37:07.634Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5477f96-6d0b-4805-b7ff-c5b43416c73a
2022-07-01T06:37:07.634Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5477f96-6d0b-4805-b7ff-c5b43416c73a 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-07-01T06:37:07.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657406347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "DEPLOY_OK"
}
2022-07-01T06:37:07.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "clamp",
"timestamp": 1656657410207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "clamp",
"timestamp": 1656657411526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:37:07.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "clamp",
"timestamp": 1656657412531,
"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-07-01T06:37:07.650Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a5477f96-6d0b-4805-b7ff-c5b43416c73a
2022-07-01T06:37:07.650Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5477f96-6d0b-4805-b7ff-c5b43416c73a 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-07-01T06:37:07.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "aai-ml",
"timestamp": 1656657416655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:37:07.658Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "aai-ml",
"timestamp": 1656657417660,
"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-07-01T06:37:07.663Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a5477f96-6d0b-4805-b7ff-c5b43416c73a
2022-07-01T06:37:07.663Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5477f96-6d0b-4805-b7ff-c5b43416c73a 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-07-01T06:37:08.284Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:37:08.285Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:08.287Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:08.287Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657426585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "NOTIFIED"
}
2022-07-01T06:37:08.387Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:08.388Z||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-07-01T06:37:08.389Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:08.405Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:08.406Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:09.288Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:37:09.289Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:09.291Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:09.291Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657426585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-01T06:37:09.392Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:37:09.393Z||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-07-01T06:37:09.393Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:09.416Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:09.417Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:10.292Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:37:10.293Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:10.295Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:10.295Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657426585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:10.396Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:10.397Z||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-07-01T06:37:10.398Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:10.416Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:10.417Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:37:11.296Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:37:11.298Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:11.301Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:11.301Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657426585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-01T06:37:11.401Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:11.402Z||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-07-01T06:37:11.402Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:11.420Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:11.420Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:37:12.302Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:37:12.303Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:12.306Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:12.306Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657426585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:37:12.407Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:37:12.407Z||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-07-01T06:37:12.408Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:12.424Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:12.425Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:37:13.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:37:13.308Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:13.310Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:13.310Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657426585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:37:13.410Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:13.412Z||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-07-01T06:37:13.412Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:13.430Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:13.430Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:14.312Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"serviceName": "vFW 2022-07-01 06-34-42",
"serviceVersion": "1.0",
"serviceUUID": "c27230bc-e2c6-4e78-a08e-05b193d91ebd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "05bb393e-9f68-46de-b6f8-f7dfe1356b02",
"resources": [
{
"resourceInstanceName": "vFW ae8c3070-81b6 0",
"resourceCustomizationUUID": "0b6c706f-ba30-444c-9341-43f80ed9c31f",
"resourceName": "vFW ae8c3070-81b6",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d8420550-2a4d-4aea-9d95-83baa6a9c5db",
"resourceInvariantUUID": "64a4c46b-7aa1-4b25-afa3-6a228bbdda90",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwae8c307081b60_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"artifactChecksum": "NjI5ZDNiZTdiZGZiNzEzMjdhZjA4NWFlMmY4MTZjNGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8ec926f9-cbd2-4fdc-84e2-dc1f49af0cbf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "14cdb531-9f53-4195-97e0-dfcc267eec16",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c96e656c-dfe8-47cf-8ccc-f2db62789b95",
"generatedFromUUID": "14cdb531-9f53-4195-97e0-dfcc267eec16"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c96e656c-dfe8-47cf-8ccc-f2db62789b95",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220701063442-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"artifactChecksum": "MWRmYjAwM2MxYzlhZTY4YjAxMWFkODdkZGUxMTQ0NmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c248bde4-b56b-4b83-9b8d-af6bff782186"
}
],
"workloadContext": "Production"
}
2022-07-01T06:37:14.313Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T06:37:14.314Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c27230bc-e2c6-4e78-a08e-05b193d91ebd ASDC
2022-07-01T06:37:14.424Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a5477f96-6d0b-4805-b7ff-c5b43416c73a
ServiceName:vFW 2022-07-01 06-34-42
ServiceVersion:1.0
ServiceUUID:c27230bc-e2c6-4e78-a08e-05b193d91ebd
ServiceInvariantUUID:05bb393e-9f68-46de-b6f8-f7dfe1356b02
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220701063442-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar
ArtifactUUID:c248bde4-b56b-4b83-9b8d-af6bff782186
ArtifactChecksum:MWRmYjAwM2MxYzlhZTY4YjAxMWFkODdkZGUxMTQ0NmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ae8c3070-81b6 0
ResourceCustomizationUUID:0b6c706f-ba30-444c-9341-43f80ed9c31f
ResourceInvariantUUID:64a4c46b-7aa1-4b25-afa3-6a228bbdda90
ResourceName:vFW ae8c3070-81b6
ResourceType:VF
ResourceUUID:d8420550-2a4d-4aea-9d95-83baa6a9c5db
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwae8c307081b60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json
ArtifactUUID:8ec926f9-cbd2-4fdc-84e2-dc1f49af0cbf
ArtifactChecksum:NjI5ZDNiZTdiZGZiNzEzMjdhZjA4NWFlMmY4MTZjNGI=
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/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml
ArtifactUUID:14cdb531-9f53-4195-97e0-dfcc267eec16
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/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env
ArtifactUUID:c96e656c-dfe8-47cf-8ccc-f2db62789b95
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/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env
ArtifactUUID:c96e656c-dfe8-47cf-8ccc-f2db62789b95
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-01T06:37:14.425Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c27230bc-e2c6-4e78-a08e-05b193d91ebd 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-07-01T06:37:14.475Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:37:14.476Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T06:37:14.477Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T06:37:14.478Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c248bde4-b56b-4b83-9b8d-af6bff782186 from URL: /sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:14.478Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:37:14.479Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:14.568Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:37:14.585Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar c248bde4-b56b-4b83-9b8d-af6bff782186 98990
2022-07-01T06:37:14.586Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar ASDC sendASDCNotification
2022-07-01T06:37:14.587Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:14.588Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:37:14.589Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:14.590Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:14.591Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657434586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:37:14.691Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:14.692Z||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-07-01T06:37:14.692Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:14.709Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:14.710Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:37:15.591Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:37:15.592Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T06:37:15.593Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c248bde4-b56b-4b83-9b8d-af6bff782186, URL: /sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar to file: /app/ASDC/1/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:15.599Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220701063442-csar.csar
2022-07-01T06:37:15.693Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:15.694Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:16.441Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1486208931024113835/Definitions/service-Vfw20220701063442-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-07-01T06:37:19.153Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T06:37:19.158Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-01T06:37:19.158Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.158Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-01T06:37:19.158Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.158Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ae8c3070-81b6 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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.160Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.160Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.160Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.160Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-01T06:37:19.166Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.167Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:19.172Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:19.172Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-01T06:37:19.174Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:37:19.176Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.176Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:19.176Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:19.176Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-01T06:37:19.177Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:37:19.177Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.177Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:19.181Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.181Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is not matching search criteria
2022-07-01T06:37:19.181Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T06:37:19.181Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T06:37:19.181Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.182Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.182Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.182Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T06:37:19.182Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T06:37:19.182Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T06:37:19.183Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T06:37:19.183Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.183Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.183Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T06:37:19.183Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.183Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T06:37:19.184Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.184Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T06:37:19.184Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.184Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T06:37:19.185Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.186Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:19.186Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:19.186Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.186Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:19.187Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:19.187Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.187Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:19.187Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:19.187Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.188Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is not matching search criteria
2022-07-01T06:37:19.188Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T06:37:19.188Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-01T06:37:19.188Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T06:37:19.188Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T06:37:19.188Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T06:37:19.188Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.189Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.189Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T06:37:19.189Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.189Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T06:37:19.189Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.189Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=91f256b5-2255-40d6-9c2a-d2d59025b070
2022-07-01T06:37:19.190Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.190Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is not matching search criteria
2022-07-01T06:37:19.190Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T06:37:19.190Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T06:37:19.190Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.191Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.191Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.191Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T06:37:19.191Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T06:37:19.191Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-01T06:37:19.191Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T06:37:19.192Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.192Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T06:37:19.192Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.192Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a8d77c2e-0264-4625-8074-51722cb8b91f
2022-07-01T06:37:19.192Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.193Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is not matching search criteria
2022-07-01T06:37:19.193Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T06:37:19.193Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T06:37:19.193Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.193Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.193Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.194Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T06:37:19.194Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T06:37:19.194Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T06:37:19.194Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T06:37:19.194Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.195Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.195Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-01T06:37:19.195Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5f707b45-4b16-4594-b312-10074e01d9c2
2022-07-01T06:37:19.195Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.195Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:19.196Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.196Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:19.196Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.196Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:19.196Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:19.196Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:19.196Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-01 06-34-42
Description:catalog service description
Model UUID:c27230bc-e2c6-4e78-a08e-05b193d91ebd
Model Version:NULL
Model InvariantUuid:05bb393e-9f68-46de-b6f8-f7dfe1356b02
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ae8c3070-81b6
Model UUID:819cd609-85cb-4bd3-a10f-617a7e509570
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:64a4c46b-7aa1-4b25-afa3-6a228bbdda90
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0b6c706f-ba30-444c-9341-43f80ed9c31f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dbc1edc4-2939-4537-911a-39c8572e24eb
ModelName:VfwAe8c307081b6..base_vfw..module-0
ModelUuid:cea0d407-43af-454c-8ec6-cf9f3494cc29
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:91f256b5-2255-40d6-9c2a-d2d59025b070
ModelInvariantUuid:1cf4f24c-3583-49fa-82fd-a18e9f003ae4
ModelName:vFW ae8c3070-81b6-nodes.vfwCvfc
ModelUuid:7115c8e3-6aa2-4993-ba5c-8f46cf4a4960
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:196b8c22-474c-4df4-8e24-0b6b98fc8932
ModelInvariantUuid:533e2351-0a69-46a7-9ca7-f29af67ba422
ModelName:VfwAe8c307081b6.compute.nodes.heat.vfw
ModelUuid:c38cd8f3-627e-42d0-88de-b254119d5aee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a8d77c2e-0264-4625-8074-51722cb8b91f
ModelInvariantUuid:92576d79-e0be-4a99-ae6a-0a3fa3ae0a29
ModelName:vFW ae8c3070-81b6-nodes.vsnCvfc
ModelUuid:a475b927-7220-4f30-b7f0-1684cf00d1c9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8a6977c2-f49a-49fe-843c-62c5343af282
ModelInvariantUuid:5297136c-e409-44d6-8148-3fc544aab884
ModelName:VfwAe8c307081b6.compute.nodes.heat.vsn
ModelUuid:2a341a1c-d4f8-4fa0-9a4e-f49a2d305660
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5f707b45-4b16-4594-b312-10074e01d9c2
ModelInvariantUuid:faf08087-f4d3-446b-9fff-c7fd31d72d30
ModelName:vFW ae8c3070-81b6-nodes.vpgCvfc
ModelUuid:c18982d9-c106-4d7e-bd2f-0c96fb1da77c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5ea6d194-6b17-4ca9-be7e-f1dde5d20cde
ModelInvariantUuid:7865886b-f5fb-46e8-bb6a-ca9e35bfde99
ModelName:VfwAe8c307081b6.compute.nodes.heat.vpg
ModelUuid:c1ac99ed-9fc5-4f2c-b33b-7e0e9bd9b2b5
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-07-01T06:37:19.207Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d8420550-2a4d-4aea-9d95-83baa6a9c5db
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-07-01T06:37:19.319Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||vFW ae8c3070-81b6 0
2022-07-01T06:37:19.327Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d8420550-2a4d-4aea-9d95-83baa6a9c5db
2022-07-01T06:37:19.327Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ec926f9-cbd2-4fdc-84e2-dc1f49af0cbf from URL: /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json
2022-07-01T06:37:19.328Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:37:19.328Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json
2022-07-01T06:37:19.525Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:37:19.526Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json 8ec926f9-cbd2-4fdc-84e2-dc1f49af0cbf 785
2022-07-01T06:37:19.527Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json ASDC sendASDCNotification
2022-07-01T06:37:19.527Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json
2022-07-01T06:37:19.527Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:37:19.528Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:19.531Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:19.531Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657439527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:37:19.631Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:19.632Z||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-07-01T06:37:19.632Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:19.650Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:19.651Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:20.532Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAe8c307081b6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dbc1edc4-2939-4537-911a-39c8572e24eb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cea0d407-43af-454c-8ec6-cf9f3494cc29",
"vfModuleModelCustomizationUUID": "84dc4b2f-206e-4d07-9db3-3a43d339a49e",
"isBase": true,
"artifacts": [
"14cdb531-9f53-4195-97e0-dfcc267eec16",
"c96e656c-dfe8-47cf-8ccc-f2db62789b95"
],
"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-07-01T06:37:20.545Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAe8c307081b6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cea0d407-43af-454c-8ec6-cf9f3494cc29
VfModuleModelInvariantUUID:dbc1edc4-2939-4537-911a-39c8572e24eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
14cdb531-9f53-4195-97e0-dfcc267eec16
,
c96e656c-dfe8-47cf-8ccc-f2db62789b95
}
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-07-01T06:37:20.548Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAe8c307081b6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dbc1edc4-2939-4537-911a-39c8572e24eb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cea0d407-43af-454c-8ec6-cf9f3494cc29",
"vfModuleModelCustomizationUUID": "84dc4b2f-206e-4d07-9db3-3a43d339a49e",
"isBase": true,
"artifacts": [
"14cdb531-9f53-4195-97e0-dfcc267eec16",
"c96e656c-dfe8-47cf-8ccc-f2db62789b95"
],
"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-07-01T06:37:20.548Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAe8c307081b6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cea0d407-43af-454c-8ec6-cf9f3494cc29
VfModuleModelInvariantUUID:dbc1edc4-2939-4537-911a-39c8572e24eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
14cdb531-9f53-4195-97e0-dfcc267eec16
,
c96e656c-dfe8-47cf-8ccc-f2db62789b95
}
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-07-01T06:37:20.548Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 14cdb531-9f53-4195-97e0-dfcc267eec16 from URL: /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml
2022-07-01T06:37:20.548Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:37:20.548Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml
2022-07-01T06:37:20.629Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:37:20.631Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml 14cdb531-9f53-4195-97e0-dfcc267eec16 20368
2022-07-01T06:37:20.631Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-01T06:37:20.631Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml
2022-07-01T06:37:20.631Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:37:20.632Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:20.634Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:20.634Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657440631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:37:20.734Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:20.736Z||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-07-01T06:37:20.736Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:20.760Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:20.760Z||pool-12-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:21.635Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c96e656c-dfe8-47cf-8ccc-f2db62789b95 from URL: /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env
2022-07-01T06:37:21.635Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:37:21.636Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env
2022-07-01T06:37:21.748Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:37:21.749Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env c96e656c-dfe8-47cf-8ccc-f2db62789b95 2098
2022-07-01T06:37:21.749Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-01T06:37:21.749Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env
2022-07-01T06:37:21.749Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:37:21.750Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:21.752Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:21.752Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657441749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:37:21.852Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:21.853Z||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-07-01T06:37:21.853Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:21.875Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:21.876Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:22.752Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c27230bc-e2c6-4e78-a08e-05b193d91ebd
2022-07-01T06:37:22.753Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ae8c3070-81b6 0 d8420550-2a4d-4aea-9d95-83baa6a9c5db 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-07-01T06:37:22.789Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43849fe0, org.onap.sdc.toscaparser.api.parameters.Input@11e23c5f, org.onap.sdc.toscaparser.api.parameters.Input@60e54c81, org.onap.sdc.toscaparser.api.parameters.Input@4067addc, org.onap.sdc.toscaparser.api.parameters.Input@277b51af]
2022-07-01T06:37:22.808Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.809Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.809Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-07-01T06:37:22.809Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0b6c706f-ba30-444c-9341-43f80ed9c31f
2022-07-01T06:37:22.810Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0b6c706f-ba30-444c-9341-43f80ed9c31f matches Tosca VF Customization UUID: 0b6c706f-ba30-444c-9341-43f80ed9c31f
2022-07-01T06:37:22.810Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0b6c706f-ba30-444c-9341-43f80ed9c31f 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-07-01T06:37:22.819Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.820Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.821Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0b6c706f-ba30-444c-9341-43f80ed9c31f: {\"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-07-01T06:37:22.822Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31d7c1b8
2022-07-01T06:37:22.822Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.822Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T06:37:22.823Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 84dc4b2f-206e-4d07-9db3-3a43d339a49e
2022-07-01T06:37:22.825Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 84dc4b2f-206e-4d07-9db3-3a43d339a49e
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-07-01T06:37:22.831Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.832Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:22.832Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:22.834Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.834Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:22.834Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:22.835Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.835Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is not matching search criteria
2022-07-01T06:37:22.836Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T06:37:22.836Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-01T06:37:22.836Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T06:37:22.837Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T06:37:22.837Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T06:37:22.837Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.838Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:22.838Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T06:37:22.839Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:22.839Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T06:37:22.839Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.840Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=91f256b5-2255-40d6-9c2a-d2d59025b070
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-07-01T06:37:22.851Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.852Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:22.852Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:22.853Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.853Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is not matching search criteria
2022-07-01T06:37:22.853Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T06:37:22.854Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T06:37:22.854Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:22.854Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.855Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.855Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T06:37:22.855Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T06:37:22.856Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-01T06:37:22.856Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T06:37:22.856Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:22.857Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T06:37:22.857Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.857Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a8d77c2e-0264-4625-8074-51722cb8b91f
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-07-01T06:37:22.860Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.860Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:22.861Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:22.863Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.863Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is not matching search criteria
2022-07-01T06:37:22.864Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T06:37:22.864Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T06:37:22.865Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:22.865Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.865Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.866Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T06:37:22.866Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T06:37:22.866Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T06:37:22.867Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T06:37:22.867Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.867Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:22.868Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-01T06:37:22.868Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5f707b45-4b16-4594-b312-10074e01d9c2
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-07-01T06:37:22.871Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.872Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:22.872Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:22.873Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.873Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:22.873Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=0b6c706f-ba30-444c-9341-43f80ed9c31f
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-07-01T06:37:22.876Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.876Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.877Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c27230bc-e2c6-4e78-a08e-05b193d91ebd: vFW ae8c3070-81b6
2022-07-01T06:37:22.877Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.878Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.878Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.878Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.879Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.879Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.879Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.879Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.880Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:37:22.880Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.880Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-07-01 06-34-42
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-07-01T06:37:23.206Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ae8c3070-81b6 d8420550-2a4d-4aea-9d95-83baa6a9c5db 1 ASDC deployResourceStructure
2022-07-01T06:37:23.206Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json ASDC sendASDCNotification
2022-07-01T06:37:23.207Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json
2022-07-01T06:37:23.207Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:37:23.207Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:23.209Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:23.209Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657443206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "DEPLOY_OK"
}
2022-07-01T06:37:23.309Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:23.310Z||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-07-01T06:37:23.310Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:23.333Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:23.334Z||pool-14-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:24.210Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-01T06:37:24.210Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml
2022-07-01T06:37:24.210Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:37:24.210Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:24.212Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:24.212Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657444210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-01T06:37:24.313Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:24.314Z||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-07-01T06:37:24.314Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:24.331Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:24.331Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:25.213Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-01T06:37:25.214Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env
2022-07-01T06:37:25.214Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:37:25.214Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:25.216Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:25.216Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657445213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-01T06:37:25.317Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-01T06:37:25.318Z||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-07-01T06:37:25.318Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:25.338Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:25.339Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:26.217Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar ASDC sendASDCNotification
2022-07-01T06:37:26.218Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:26.218Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:37:26.219Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:26.221Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:26.221Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657446217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:37:26.321Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:37:26.322Z||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-07-01T06:37:26.323Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:26.340Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:37:26.341Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:27.223Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5477f96-6d0b-4805-b7ff-c5b43416c73a
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-07-01T06:37:27.250Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5477f96-6d0b-4805-b7ff-c5b43416c73a
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-07-01T06:37:27.255Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:37:27.255Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T06:37:27.255Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T06:37:27.256Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T06:37:27.256Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:37:27.256Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:37:27.256Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:37:27.257Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:37:27.257Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:37:27.257Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:37:27.257Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:37:27.265Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T06:37:57.265Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5477f96-6d0b-4805-b7ff-c5b43416c73a 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-07-01T06:37:57.281Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5477f96-6d0b-4805-b7ff-c5b43416c73a and serviceModelVersionId: c27230bc-e2c6-4e78-a08e-05b193d91ebd
2022-07-01T06:37:57.281Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05bb393e-9f68-46de-b6f8-f7dfe1356b02
2022-07-01T06:38:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:38:06.591Z||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-07-01T06:38:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:06.727Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:06.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:38:06.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657426585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:38:06.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:38:12.386Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0
2022-07-01T06:38:12.537Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T06:38:13.094Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0|INFO|500||Invoke
2022-07-01T06:38:13.104Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a5477f96-6d0b-4805-b7ff-c5b43416c73a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[146281cc-f872-4d9e-956c-a91430151b28], X-ECOMP-RequestID=[a5477f96-6d0b-4805-b7ff-c5b43416c73a], X-TransactionId=[], X-ONAP-RequestID=[a5477f96-6d0b-4805-b7ff-c5b43416c73a], Content-Type=[application/merge-patch+json]}
2022-07-01T06:38:13.260Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-01T06:38:13.591Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?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/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220701-06:38:13:155-60879], vertex-id=[545016], Content-Length=[0], Date=[Fri, 01 Jul 2022 06:38:13 GMT], Content-Type=[application/json]}
2022-07-01T06:38:13.592Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T06:38:13.593Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0|INFO|500||InvokeReturn
2022-07-01T06:38:13.598Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T06:38:13.599Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:38:13.604Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T06:38:13.605Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5477f96-6d0b-4805-b7ff-c5b43416c73a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T06:38:13.606Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T06:38:13.607Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:13.609Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:13.609Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657493605,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:38:13.709Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:13.710Z||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-07-01T06:38:13.710Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:13.727Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:13.727Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T06:38:14.622Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:38:14.622Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-07-01T06:38:14.623Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:15.250Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:15.251Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T06:38:15.251Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c85859f2-1070-430e-9537-41261cbd97b1","serviceName":"basic_onboard_fxgBoe","serviceVersion":"1.0","serviceUUID":"4f35f009-8c3d-40d8-90e4-00d7f2f64974","serviceDescription":"service","serviceInvariantUUID":"fdffacdd-8e17-4e49-a237-9f103cc2fbe1","resources":[{"resourceInstanceName":"basic_onboard_fxgBoe 0","resourceName":"basic_onboard_fxgBoe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d7c30ae8-8f5a-4930-a8ee-c2ceae427d74","resourceInvariantUUID":"62e3affc-b0a0-40b8-bf15-23f12199e308","resourceCustomizationUUID":"fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml","artifactChecksum":"Y2JhODRjZWFjYWEzNWU5OGNlZDFjZDczZjcxYjFmYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fcb04c6f-d137-4b6f-afc0-c0a6f9290742","artifactVersion":"1"},{"artifactName":"basic_onboard_fxgboe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json","artifactChecksum":"MDRmMDIzYTMyYWM4ZTk0ZGE3YzJiNTAxZmIxNWQ3ZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f5cc3e9-4b1b-43fc-8f91-0d22bf23c748","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b903d09f-0700-499c-88e0-72d54528df18","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2f979c15-def1-401f-a57e-7ce996fb130d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c","artifactVersion":"2","generatedFromUUID":"b903d09f-0700-499c-88e0-72d54528df18"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFxgboe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml","artifactChecksum":"YjI0OGRmMTBjNWU4MTQyYzQxZGMwODNmMWFhZDMyNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ca5a8c0-651f-4266-ba10-4ca9dc38bd09","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFxgboe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar","artifactChecksum":"MmQ5NWYzZTRlMjA2ZWQyODE3ZmRiNTA5ZTkzNDQ1ZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"733bff43-6377-44b8-9c59-f1fb76284c1f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T06:38:15.254Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:38:15.255Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:15.257Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:15.257Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657494622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:38:15.357Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:15.358Z||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-07-01T06:38:15.358Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:15.376Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:15.376Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:16.257Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:38:16.259Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:16.260Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:16.261Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657494622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "NOTIFIED"
}
2022-07-01T06:38:16.361Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:16.362Z||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-07-01T06:38:16.362Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:16.392Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:16.393Z||pool-20-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:17.261Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:38:17.262Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:17.264Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:17.264Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657494622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-01T06:38:17.364Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:17.365Z||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-07-01T06:38:17.365Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:17.378Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:17.378Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:38:18.265Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:38:18.265Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:18.268Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:18.268Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657494622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:38:18.368Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:18.370Z||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-07-01T06:38:18.370Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:18.387Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:18.388Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:19.269Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:38:19.270Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:19.272Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:19.272Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657494622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-01T06:38:19.374Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-01T06:38:19.376Z||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-07-01T06:38:19.376Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:19.391Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:19.391Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:38:20.273Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:38:20.273Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:20.275Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:20.275Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657494622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:38:20.376Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:20.377Z||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-07-01T06:38:20.377Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:20.391Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:20.392Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:21.276Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:38:21.277Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:21.279Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:21.279Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657494622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:38:21.379Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:21.380Z||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-07-01T06:38:21.380Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:21.398Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:21.398Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1}
2022-07-01T06:38:22.281Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"serviceName": "basic_onboard_fxgBoe",
"serviceVersion": "1.0",
"serviceUUID": "4f35f009-8c3d-40d8-90e4-00d7f2f64974",
"serviceDescription": "service",
"serviceInvariantUUID": "fdffacdd-8e17-4e49-a237-9f103cc2fbe1",
"resources": [
{
"resourceInstanceName": "basic_onboard_fxgBoe 0",
"resourceCustomizationUUID": "fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0",
"resourceName": "basic_onboard_fxgBoe",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d7c30ae8-8f5a-4930-a8ee-c2ceae427d74",
"resourceInvariantUUID": "62e3affc-b0a0-40b8-bf15-23f12199e308",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_fxgboe0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"artifactChecksum": "MDRmMDIzYTMyYWM4ZTk0ZGE3YzJiNTAxZmIxNWQ3ZGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8f5cc3e9-4b1b-43fc-8f91-0d22bf23c748",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b903d09f-0700-499c-88e0-72d54528df18",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c",
"generatedFromUUID": "b903d09f-0700-499c-88e0-72d54528df18"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardFxgboe-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"artifactChecksum": "MmQ5NWYzZTRlMjA2ZWQyODE3ZmRiNTA5ZTkzNDQ1ZWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "733bff43-6377-44b8-9c59-f1fb76284c1f"
}
],
"workloadContext": "Production"
}
2022-07-01T06:38:22.281Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T06:38:22.282Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4f35f009-8c3d-40d8-90e4-00d7f2f64974 ASDC
2022-07-01T06:38:22.282Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c85859f2-1070-430e-9537-41261cbd97b1
ServiceName:basic_onboard_fxgBoe
ServiceVersion:1.0
ServiceUUID:4f35f009-8c3d-40d8-90e4-00d7f2f64974
ServiceInvariantUUID:fdffacdd-8e17-4e49-a237-9f103cc2fbe1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFxgboe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar
ArtifactUUID:733bff43-6377-44b8-9c59-f1fb76284c1f
ArtifactChecksum:MmQ5NWYzZTRlMjA2ZWQyODE3ZmRiNTA5ZTkzNDQ1ZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_fxgBoe 0
ResourceCustomizationUUID:fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0
ResourceInvariantUUID:62e3affc-b0a0-40b8-bf15-23f12199e308
ResourceName:basic_onboard_fxgBoe
ResourceType:VF
ResourceUUID:d7c30ae8-8f5a-4930-a8ee-c2ceae427d74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fxgboe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json
ArtifactUUID:8f5cc3e9-4b1b-43fc-8f91-0d22bf23c748
ArtifactChecksum:MDRmMDIzYTMyYWM4ZTk0ZGE3YzJiNTAxZmIxNWQ3ZGI=
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/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b903d09f-0700-499c-88e0-72d54528df18
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/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env
ArtifactUUID:6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c
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/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env
ArtifactUUID:6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-01T06:38:22.283Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f35f009-8c3d-40d8-90e4-00d7f2f64974 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-07-01T06:38:22.318Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:38:22.319Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T06:38:22.319Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T06:38:22.319Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 733bff43-6377-44b8-9c59-f1fb76284c1f from URL: /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:22.320Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:38:22.320Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:22.424Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:38:22.428Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar 733bff43-6377-44b8-9c59-f1fb76284c1f 71559
2022-07-01T06:38:22.428Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar ASDC sendASDCNotification
2022-07-01T06:38:22.428Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:22.428Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:38:22.429Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:22.430Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:22.431Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657502428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:38:22.531Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:22.532Z||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-07-01T06:38:22.532Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:22.545Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:22.546Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:23.431Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:38:23.432Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T06:38:23.433Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 733bff43-6377-44b8-9c59-f1fb76284c1f, URL: /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar to file: /app/ASDC/1/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:23.433Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:23.433Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:23.434Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:23.544Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11775667086923432890/Definitions/service-BasicOnboardFxgboe-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-07-01T06:38:24.663Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T06:38:24.663Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-01T06:38:24.664Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.664Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-01T06:38:24.664Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_fxgBoe 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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.664Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.664Z|c85859f2-1070-430e-9537-41261cbd97b1|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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.664Z|c85859f2-1070-430e-9537-41261cbd97b1|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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.665Z|c85859f2-1070-430e-9537-41261cbd97b1|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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.665Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.665Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.665Z|c85859f2-1070-430e-9537-41261cbd97b1|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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.665Z|c85859f2-1070-430e-9537-41261cbd97b1|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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.665Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-01T06:38:24.666Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:24.666Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:24.666Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:24.667Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-01T06:38:24.667Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:38:24.667Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:24.667Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:24.668Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:24.668Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-01T06:38:24.668Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:38:24.668Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:24.668Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:24.669Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:24.669Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is not matching search criteria
2022-07-01T06:38:24.669Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-01T06:38:24.669Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-01T06:38:24.670Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-01T06:38:24.670Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-01T06:38:24.670Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T06:38:24.670Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:24.671Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T06:38:24.671Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:24.671Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:24.671Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:38:24.672Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:24.672Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:24.672Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:38:24.672Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:24.673Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:24.673Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:38:24.673Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:24.673Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is not matching search criteria
2022-07-01T06:38:24.673Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-01T06:38:24.674Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-01T06:38:24.674Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=706debdc-a815-4bcd-a8cd-3ba5f21f9fba
2022-07-01T06:38:24.674Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:24.674Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:24.675Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:24.675Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:24.675Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:24.675Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:24.675Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:24.676Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:24.676Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_fxgBoe
Description:service
Model UUID:4f35f009-8c3d-40d8-90e4-00d7f2f64974
Model Version:NULL
Model InvariantUuid:fdffacdd-8e17-4e49-a237-9f103cc2fbe1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_fxgBoe
Model UUID:b75a10bf-4534-4eab-aad1-fea5d46ed3e4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:62e3affc-b0a0-40b8-bf15-23f12199e308
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fa0ce75f-9418-490d-b62b-6c5bfd629ce7
ModelName:BasicOnboardFxgboe..base_ubuntu18..module-0
ModelUuid:cc8080ad-105e-462b-9fc6-b98214352dce
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:706debdc-a815-4bcd-a8cd-3ba5f21f9fba
ModelInvariantUuid:3df157d7-0b0b-47f5-bf71-ad9577fe5851
ModelName:basic_onboard_fxgBoe-nodes.ubuntu18Cvfc
ModelUuid:e1d4c48f-f41c-4df8-b50d-e970a8266cf4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1af34e97-7cca-4027-80cf-b64918863f89
ModelInvariantUuid:597d4b3c-0116-4f0e-9498-084b3d1b6c53
ModelName:BasicOnboardFxgboe.compute.nodes.heat.ubuntu18
ModelUuid:fe19fa70-46b8-456e-a3a4-590be54eb4bf
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-07-01T06:38:24.684Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d7c30ae8-8f5a-4930-a8ee-c2ceae427d74
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-07-01T06:38:24.687Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||basic_onboard_fxgBoe 0
2022-07-01T06:38:24.687Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d7c30ae8-8f5a-4930-a8ee-c2ceae427d74
2022-07-01T06:38:24.687Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8f5cc3e9-4b1b-43fc-8f91-0d22bf23c748 from URL: /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json
2022-07-01T06:38:24.688Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:38:24.688Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json
2022-07-01T06:38:24.754Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:38:24.755Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json 8f5cc3e9-4b1b-43fc-8f91-0d22bf23c748 798
2022-07-01T06:38:24.756Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json ASDC sendASDCNotification
2022-07-01T06:38:24.756Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json
2022-07-01T06:38:24.756Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:38:24.756Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:24.758Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:24.758Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657504755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:38:24.859Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:38:24.859Z||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-07-01T06:38:24.860Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:24.877Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:24.878Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:25.759Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFxgboe..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fa0ce75f-9418-490d-b62b-6c5bfd629ce7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cc8080ad-105e-462b-9fc6-b98214352dce",
"vfModuleModelCustomizationUUID": "a85c9bbe-c6c1-46a1-86ee-7749a7376a03",
"isBase": true,
"artifacts": [
"b903d09f-0700-499c-88e0-72d54528df18",
"6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c"
],
"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-07-01T06:38:25.764Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFxgboe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cc8080ad-105e-462b-9fc6-b98214352dce
VfModuleModelInvariantUUID:fa0ce75f-9418-490d-b62b-6c5bfd629ce7
VfModuleModelDescription:NULL
Artifacts UUID List:{
b903d09f-0700-499c-88e0-72d54528df18
,
6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c
}
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-07-01T06:38:25.766Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFxgboe..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fa0ce75f-9418-490d-b62b-6c5bfd629ce7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cc8080ad-105e-462b-9fc6-b98214352dce",
"vfModuleModelCustomizationUUID": "a85c9bbe-c6c1-46a1-86ee-7749a7376a03",
"isBase": true,
"artifacts": [
"b903d09f-0700-499c-88e0-72d54528df18",
"6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c"
],
"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-07-01T06:38:25.766Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFxgboe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cc8080ad-105e-462b-9fc6-b98214352dce
VfModuleModelInvariantUUID:fa0ce75f-9418-490d-b62b-6c5bfd629ce7
VfModuleModelDescription:NULL
Artifacts UUID List:{
b903d09f-0700-499c-88e0-72d54528df18
,
6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c
}
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-07-01T06:38:25.766Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b903d09f-0700-499c-88e0-72d54528df18 from URL: /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml
2022-07-01T06:38:25.766Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:38:25.766Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml
2022-07-01T06:38:25.876Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:38:25.876Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml b903d09f-0700-499c-88e0-72d54528df18 5033
2022-07-01T06:38:25.876Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-01T06:38:25.877Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml
2022-07-01T06:38:25.877Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:38:25.877Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:25.879Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:25.880Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657505876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:38:25.980Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:25.981Z||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-07-01T06:38:25.981Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:26.018Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:26.018Z||pool-28-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:26.880Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c from URL: /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env
2022-07-01T06:38:26.881Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:38:26.881Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env
2022-07-01T06:38:26.959Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:38:26.959Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env 6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c 909
2022-07-01T06:38:26.960Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-01T06:38:26.960Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env
2022-07-01T06:38:26.960Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:38:26.960Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:26.962Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:26.962Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657506960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:38:27.062Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:27.063Z||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-07-01T06:38:27.063Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:27.081Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:27.082Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:27.963Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4f35f009-8c3d-40d8-90e4-00d7f2f64974
2022-07-01T06:38:27.964Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_fxgBoe 0 d7c30ae8-8f5a-4930-a8ee-c2ceae427d74 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-07-01T06:38:27.978Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@708e793e, org.onap.sdc.toscaparser.api.parameters.Input@211be907, org.onap.sdc.toscaparser.api.parameters.Input@6e10bb3e, org.onap.sdc.toscaparser.api.parameters.Input@55312e2d, org.onap.sdc.toscaparser.api.parameters.Input@5675ea3c]
2022-07-01T06:38:27.979Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:27.979Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.980Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-07-01T06:38:27.980Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0
2022-07-01T06:38:27.980Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0 matches Tosca VF Customization UUID: fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0
2022-07-01T06:38:27.980Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0 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-07-01T06:38:27.982Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:27.983Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.983Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0: {\"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-07-01T06:38:27.983Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fe6eb4e
2022-07-01T06:38:27.984Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:27.984Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T06:38:27.984Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a85c9bbe-c6c1-46a1-86ee-7749a7376a03
2022-07-01T06:38:27.984Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a85c9bbe-c6c1-46a1-86ee-7749a7376a03
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-07-01T06:38:27.986Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:27.987Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:27.987Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:38:27.987Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:27.987Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:27.987Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:38:27.988Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:27.988Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is not matching search criteria
2022-07-01T06:38:27.988Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-01T06:38:27.988Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-01T06:38:27.988Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=706debdc-a815-4bcd-a8cd-3ba5f21f9fba
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-07-01T06:38:27.990Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:27.991Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:27.991Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:38:27.991Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:27.991Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:27.991Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0] matching following query criteria: sdcType=VF, customizationUUID=fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0
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-07-01T06:38:27.993Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:27.993Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.994Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4f35f009-8c3d-40d8-90e4-00d7f2f64974: basic_onboard_fxgBoe
2022-07-01T06:38:27.994Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:27.994Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.994Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:27.995Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.995Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:27.995Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.995Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:27.996Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.996Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:38:27.996Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.996Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_fxgBoe
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-07-01T06:38:28.075Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_fxgBoe d7c30ae8-8f5a-4930-a8ee-c2ceae427d74 1 ASDC deployResourceStructure
2022-07-01T06:38:28.076Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json ASDC sendASDCNotification
2022-07-01T06:38:28.076Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json
2022-07-01T06:38:28.076Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:38:28.077Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:28.078Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:28.079Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657508076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-01T06:38:28.179Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:28.180Z||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-07-01T06:38:28.180Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:28.198Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:28.199Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:38:29.080Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-01T06:38:29.080Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml
2022-07-01T06:38:29.080Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:38:29.081Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:29.083Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:29.083Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657509080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-01T06:38:29.183Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:29.184Z||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-07-01T06:38:29.184Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:29.206Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:29.207Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:30.084Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-01T06:38:30.084Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env
2022-07-01T06:38:30.084Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:38:30.085Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:30.087Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:30.087Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657510084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-01T06:38:30.187Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:30.188Z||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-07-01T06:38:30.188Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:30.203Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:30.204Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:31.087Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar ASDC sendASDCNotification
2022-07-01T06:38:31.088Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:31.088Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:38:31.088Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:31.090Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:31.090Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657511087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:38:31.190Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:31.191Z||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-07-01T06:38:31.191Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:31.221Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:38:31.221Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:38:32.091Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c85859f2-1070-430e-9537-41261cbd97b1
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-07-01T06:38:32.104Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c85859f2-1070-430e-9537-41261cbd97b1
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-07-01T06:38:32.107Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:38:32.107Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:38:32.107Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:39:02.108Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c85859f2-1070-430e-9537-41261cbd97b1
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-07-01T06:39:02.126Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c85859f2-1070-430e-9537-41261cbd97b1
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-07-01T06:39:02.128Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:39:02.129Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:39:02.129Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:39:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:39:06.590Z||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-07-01T06:39:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:39:06.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:39:06.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657426585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657426585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657426585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657426585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657426585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657426585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657434586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657434013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "cds",
"timestamp": 1656657435696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657434013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "cds",
"timestamp": 1656657435696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657434013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "cds",
"timestamp": 1656657435696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657434013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657439527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "cds",
"timestamp": 1656657435696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657434013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657440631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "cds",
"timestamp": 1656657435696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657434013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657441749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "cds",
"timestamp": 1656657435696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657434013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657440756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "policy-id",
"timestamp": 1656657440993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657443206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
"status": "DEPLOY_OK"
}
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "cds",
"timestamp": 1656657435696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657443027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657440756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "policy-id",
"timestamp": 1656657440993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657444210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "cds",
"timestamp": 1656657443555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657444180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657440756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "policy-id",
"timestamp": 1656657440993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657445213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "cds",
"timestamp": 1656657444564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-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-07-01T06:39:06.651Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c85859f2-1070-430e-9537-41261cbd97b1
2022-07-01T06:39:06.651Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85859f2-1070-430e-9537-41261cbd97b1 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-07-01T06:39:06.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657440756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657445275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.660Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "policy-id",
"timestamp": 1656657440993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657446217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656657445869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657440756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657446306,
"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-07-01T06:39:06.668Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c85859f2-1070-430e-9537-41261cbd97b1
2022-07-01T06:39:06.668Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85859f2-1070-430e-9537-41261cbd97b1 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-07-01T06:39:06.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "policy-id",
"timestamp": 1656657440993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656657445869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657440756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656657447310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-01T06:39:06.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "policy-id",
"timestamp": 1656657440993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656657445869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657440756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "policy-id",
"timestamp": 1656657440993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656657445869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657448606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "clamp",
"timestamp": 1656657448716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "policy-id",
"timestamp": 1656657448815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656657445869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "clamp",
"timestamp": 1656657448716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "policy-id",
"timestamp": 1656657449818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656657445869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "clamp",
"timestamp": 1656657448716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "policy-id",
"timestamp": 1656657450822,
"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-07-01T06:39:06.689Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c85859f2-1070-430e-9537-41261cbd97b1
2022-07-01T06:39:06.689Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85859f2-1070-430e-9537-41261cbd97b1 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-07-01T06:39:06.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657450928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:39:06.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656657445869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "clamp",
"timestamp": 1656657448716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656657451933,
"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-07-01T06:39:06.704Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c85859f2-1070-430e-9537-41261cbd97b1
2022-07-01T06:39:06.704Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85859f2-1070-430e-9537-41261cbd97b1 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-07-01T06:39:06.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "clamp",
"timestamp": 1656657448716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "aai-ml",
"timestamp": 1656657453735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "clamp",
"timestamp": 1656657448716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "aai-ml",
"timestamp": 1656657453735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "clamp",
"timestamp": 1656657448716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "aai-ml",
"timestamp": 1656657453735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "aai-ml",
"timestamp": 1656657453735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "aai-ml",
"timestamp": 1656657453735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "aai-ml",
"timestamp": 1656657453735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "aai-ml",
"timestamp": 1656657453735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "aai-ml",
"timestamp": 1656657461506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "clamp",
"timestamp": 1656657463503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "clamp",
"timestamp": 1656657465511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "clamp",
"timestamp": 1656657466514,
"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-07-01T06:39:06.722Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c85859f2-1070-430e-9537-41261cbd97b1
2022-07-01T06:39:06.722Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85859f2-1070-430e-9537-41261cbd97b1 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-07-01T06:39:06.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "aai-ml",
"timestamp": 1656657468567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:39:06.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "aai-ml",
"timestamp": 1656657469571,
"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-07-01T06:39:06.743Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c85859f2-1070-430e-9537-41261cbd97b1
2022-07-01T06:39:06.743Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85859f2-1070-430e-9537-41261cbd97b1 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-07-01T06:39:32.129Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c85859f2-1070-430e-9537-41261cbd97b1
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-07-01T06:39:32.141Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c85859f2-1070-430e-9537-41261cbd97b1
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-07-01T06:39:32.145Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:39:32.145Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T06:39:32.145Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T06:39:32.145Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T06:39:32.146Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:39:32.146Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:39:32.146Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:39:32.146Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:39:32.146Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:39:32.146Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:39:32.147Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:39:32.152Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T06:40:02.153Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c85859f2-1070-430e-9537-41261cbd97b1 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-07-01T06:40:02.160Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c85859f2-1070-430e-9537-41261cbd97b1 and serviceModelVersionId: 4f35f009-8c3d-40d8-90e4-00d7f2f64974
2022-07-01T06:40:02.160Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fdffacdd-8e17-4e49-a237-9f103cc2fbe1
2022-07-01T06:40:02.161Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0
2022-07-01T06:40:02.166Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T06:40:02.229Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0|INFO|500||Invoke
2022-07-01T06:40:02.229Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c85859f2-1070-430e-9537-41261cbd97b1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[750b5bf1-8c19-467f-85c1-53a15807f6f3], X-ECOMP-RequestID=[c85859f2-1070-430e-9537-41261cbd97b1], X-TransactionId=[], X-ONAP-RequestID=[c85859f2-1070-430e-9537-41261cbd97b1], Content-Type=[application/merge-patch+json]}
2022-07-01T06:40:02.261Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-01T06:40:02.377Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?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/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220701-06:40:02:159-85497], vertex-id=[352392], Content-Length=[0], Date=[Fri, 01 Jul 2022 06:40:02 GMT], Content-Type=[application/json]}
2022-07-01T06:40:02.378Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T06:40:02.378Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0|INFO|500||InvokeReturn
2022-07-01T06:40:02.378Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T06:40:02.379Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:40:02.386Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T06:40:02.386Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c85859f2-1070-430e-9537-41261cbd97b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T06:40:02.386Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T06:40:02.387Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:40:02.388Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:40:02.388Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657602386,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:40:02.489Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:40:02.490Z||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-07-01T06:40:02.490Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:40:02.509Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:40:02.509Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T06:40:03.401Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:40:03.401Z|c85859f2-1070-430e-9537-41261cbd97b1|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-07-01T06:40:03.401Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:40:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:40:06.590Z||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-07-01T06:40:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:40:06.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:40:06.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657493605,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657494622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657494622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "NOTIFIED"
}
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657494622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657494622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657494622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657494622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657494622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657502428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657504755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657505876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657506960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657508076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-01T06:40:06.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657509080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-01T06:40:06.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657510084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-01T06:40:06.633Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657511087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:40:06.633Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:12.959Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:40:12.960Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:40:12.960Z|c85859f2-1070-430e-9537-41261cbd97b1|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-07-01T06:40:12.961Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:40:22.518Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:41:06.585Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:41:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|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-07-01T06:41:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:41:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:41:06.589Z||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-07-01T06:41:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:41:07.120Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:41:07.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:41:07.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656657602386,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:41:07.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:41:16.132Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:42:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:42:06.588Z|c85859f2-1070-430e-9537-41261cbd97b1|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-07-01T06:42:06.588Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:42:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:42:06.590Z||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-07-01T06:42:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:42:16.142Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:42:16.143Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:43:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:43:06.588Z|c85859f2-1070-430e-9537-41261cbd97b1|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-07-01T06:43:06.589Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:43:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:43:06.590Z||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-07-01T06:43:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:43:16.144Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:43:16.146Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:44:06.585Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:44:06.587Z|c85859f2-1070-430e-9537-41261cbd97b1|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-07-01T06:44:06.587Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:44:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:44:06.590Z||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-07-01T06:44:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:44:16.168Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:44:16.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:45:06.585Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:45:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|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-07-01T06:45:06.587Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:45:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:45:06.590Z||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-07-01T06:45:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:45:16.146Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:45:16.151Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:46:06.585Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:46:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|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-07-01T06:46:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:46:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:46:06.589Z||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-07-01T06:46:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:46:16.144Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:46:16.156Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:47:06.585Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:47:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|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-07-01T06:47:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:47:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:47:06.590Z||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-07-01T06:47:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:47:16.144Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:47:16.144Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:48:06.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:48:06.586Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:48:06.586Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:48:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:48:06.590Z||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-07-01T06:48:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:48:16.135Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:48:16.137Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:49:06.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:49:06.587Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:49:06.587Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:49:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:49:06.590Z||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-07-01T06:49:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:49:16.141Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:49:16.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:50:06.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:50:06.587Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:50:06.587Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:50:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:50:06.590Z||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-07-01T06:50:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:50:16.146Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:50:16.154Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:51:06.586Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:51:06.588Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:51:06.588Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:51:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:51:06.589Z||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-07-01T06:51:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:51:06.729Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:51:06.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "clamp",
"timestamp": 1656658258716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:51:06.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:51:06.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "cds",
"timestamp": 1656658260696,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:51:06.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:51:06.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656658254013,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:51:06.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:51:06.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "policy-id",
"timestamp": 1656658260993,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:51:06.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:51:06.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "clamp",
"timestamp": 1656658258716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:51:06.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:51:06.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "cds",
"timestamp": 1656658260696,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:51:06.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:51:06.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656658254013,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:51:06.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:51:06.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "policy-id",
"timestamp": 1656658260993,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:51:06.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:51:06.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "aai-ml",
"timestamp": 1656658263734,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:51:06.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:51:06.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "cds",
"timestamp": 1656658264035,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:51:06.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:51:06.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "policy-id",
"timestamp": 1656658263763,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:51:06.741Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:51:06.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "aai-ml",
"timestamp": 1656658263734,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:51:06.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:51:06.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "cds",
"timestamp": 1656658265042,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-07-01T06:51:06.770Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2923c7a4-a816-4276-982b-9b2d02d73517
2022-07-01T06:51:06.771Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2923c7a4-a816-4276-982b-9b2d02d73517 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-07-01T06:51:06.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "policy-id",
"timestamp": 1656658264771,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:51:06.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:51:07.230Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:51:07.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-01T06:51:07.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2923c7a4-a816-4276-982b-9b2d02d73517","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"89f9cb00-c271-44a5-b73e-d7ed37643dc6","serviceDescription":"service","serviceInvariantUUID":"d9afe59a-2149-4c20-84e6-93659d1fb888","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"83866f86-dbb8-4417-a3f6-511118eb8447","resourceInvariantUUID":"4b042578-50d2-4721-96f7-f221372f61a2","resourceCustomizationUUID":"321f046e-97ad-4e12-9c91-4fb47a87ff97","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NTg0MTA0MTI5NDVhMzZmNmJkNDRlOGQ5N2Q1MWRmZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"935762ad-1617-4d77-bfb5-5f86e8964d39","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWZhNmQzMjg3NTcwYTc4ZmI3YzY2ZDBkZjNlMzIyNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"289d5597-a9e7-48e8-95b8-039e1181e2ee","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T06:51:07.237Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:51:07.237Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:51:07.242Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:51:07.242Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658266585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:51:07.341Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:51:07.342Z||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-07-01T06:51:07.342Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:51:07.359Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:51:07.360Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:51:08.243Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:51:08.244Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:51:08.246Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:51:08.246Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658266585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:51:08.347Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:51:08.348Z||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-07-01T06:51:08.348Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:51:08.368Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:51:08.368Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:51:09.248Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "89f9cb00-c271-44a5-b73e-d7ed37643dc6",
"serviceDescription": "service",
"serviceInvariantUUID": "d9afe59a-2149-4c20-84e6-93659d1fb888",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "321f046e-97ad-4e12-9c91-4fb47a87ff97",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "83866f86-dbb8-4417-a3f6-511118eb8447",
"resourceInvariantUUID": "4b042578-50d2-4721-96f7-f221372f61a2",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "OWZhNmQzMjg3NTcwYTc4ZmI3YzY2ZDBkZjNlMzIyNzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "289d5597-a9e7-48e8-95b8-039e1181e2ee"
}
],
"workloadContext": "Production"
}
2022-07-01T06:51:09.249Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T06:51:09.249Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 89f9cb00-c271-44a5-b73e-d7ed37643dc6 ASDC
2022-07-01T06:51:09.250Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2923c7a4-a816-4276-982b-9b2d02d73517
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:89f9cb00-c271-44a5-b73e-d7ed37643dc6
ServiceInvariantUUID:d9afe59a-2149-4c20-84e6-93659d1fb888
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:289d5597-a9e7-48e8-95b8-039e1181e2ee
ArtifactChecksum:OWZhNmQzMjg3NTcwYTc4ZmI3YzY2ZDBkZjNlMzIyNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:321f046e-97ad-4e12-9c91-4fb47a87ff97
ResourceInvariantUUID:4b042578-50d2-4721-96f7-f221372f61a2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:83866f86-dbb8-4417-a3f6-511118eb8447
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-07-01T06:51:09.251Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89f9cb00-c271-44a5-b73e-d7ed37643dc6 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-07-01T06:51:09.284Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:51:09.286Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:51:09.286Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:51:09.286Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 289d5597-a9e7-48e8-95b8-039e1181e2ee from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-01T06:51:09.286Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T06:51:09.287Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-01T06:51:09.368Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T06:51:09.371Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 289d5597-a9e7-48e8-95b8-039e1181e2ee 52514
2022-07-01T06:51:09.371Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-01T06:51:09.371Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-01T06:51:09.372Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:51:09.372Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:51:09.374Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:51:09.375Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658269371,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:51:09.475Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:51:09.476Z||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-07-01T06:51:09.476Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:51:09.503Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:51:09.503Z||pool-37-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:51:10.375Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:51:10.376Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:51:10.377Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 289d5597-a9e7-48e8-95b8-039e1181e2ee, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:10.377Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-01T06:51:10.378Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:10.378Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:10.523Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10807513672114885999/Definitions/service-BasicNetwork-template.yml
2022-07-01T06:51:11.149Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T06:51:11.150Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T06:51:11.150Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.150Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-01T06:51:11.151Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.151Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.151Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.151Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.151Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.151Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.151Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.152Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.152Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T06:51:11.152Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:51:11.152Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.153Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-01T06:51:11.153Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T06:51:11.153Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:51:11.153Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:51:11.153Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.154Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-01T06:51:11.154Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T06:51:11.154Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:51:11.154Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:51:11.154Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.154Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:51:11.154Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.155Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:51:11.155Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.155Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:51:11.155Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.155Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:51:11.156Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.156Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:89f9cb00-c271-44a5-b73e-d7ed37643dc6
Model Version:NULL
Model InvariantUuid:d9afe59a-2149-4c20-84e6-93659d1fb888
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4b042578-50d2-4721-96f7-f221372f61a2
Model UUID:eba7f143-b68d-4a8c-b152-4d542d7aba96
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:321f046e-97ad-4e12-9c91-4fb47a87ff97
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-01T06:51:11.164Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 83866f86-dbb8-4417-a3f6-511118eb8447
2022-07-01T06:51:11.164Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||No resources found for Service: 89f9cb00-c271-44a5-b73e-d7ed37643dc6
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-07-01T06:51:11.170Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||
2022-07-01T06:51:11.171Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-07-01T06:51:11.172Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 89f9cb00-c271-44a5-b73e-d7ed37643dc6
2022-07-01T06:51:11.172Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 89f9cb00-c271-44a5-b73e-d7ed37643dc6
2022-07-01T06:51:11.173Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-07-01T06:51:11.173Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:51:11.178Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2512267e, org.onap.sdc.toscaparser.api.parameters.Input@29b58389, org.onap.sdc.toscaparser.api.parameters.Input@69fa12dd, org.onap.sdc.toscaparser.api.parameters.Input@6fe89406, org.onap.sdc.toscaparser.api.parameters.Input@5bfd6e53]
2022-07-01T06:51:11.180Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:51:11.180Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.181Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:51:11.181Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.181Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 89f9cb00-c271-44a5-b73e-d7ed37643dc6: Generic NeutronNet
2022-07-01T06:51:11.182Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:51:11.182Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.182Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:51:11.183Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-07-01T06:51:11.212Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:51:11.213Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.213Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:51:11.213Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.214Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:51:11.214Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.214Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-01T06:51:11.266Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-07-01T06:51:11.267Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-01T06:51:11.267Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.267Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:51:11.267Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:51:11.269Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:51:11.269Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658271266,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:51:11.369Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:51:11.370Z||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-07-01T06:51:11.371Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:51:11.387Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:51:11.388Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:51:12.271Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
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-07-01T06:51:12.283Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
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-07-01T06:51:12.285Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:51:12.285Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:51:12.285Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:51:42.286Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
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-07-01T06:51:42.302Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
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-07-01T06:51:42.311Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:51:42.312Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:51:42.312Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:52:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:52:06.590Z||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-07-01T06:52:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:52:06.656Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:52:06.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:52:06.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "ves-openapi-manager",
"timestamp": 1656658265869,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:52:06.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:52:12.312Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
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-07-01T06:52:12.322Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
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-07-01T06:52:12.324Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:52:12.324Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:52:12.324Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:52:42.324Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
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-07-01T06:52:42.335Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
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-07-01T06:52:42.338Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:52:42.338Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:52:42.339Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:53:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:53:06.590Z||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-07-01T06:53:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:53:06.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:53:06.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:53:06.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "aai-ml",
"timestamp": 1656658266479,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:53:06.635Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:53:12.339Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
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-07-01T06:53:12.349Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
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-07-01T06:53:12.351Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:53:12.351Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:53:12.352Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:53:42.352Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
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-07-01T06:53:42.365Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
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-07-01T06:53:42.368Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:53:42.369Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:53:42.369Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:54:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:54:06.590Z||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-07-01T06:54:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:06.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:54:06.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "policy-id",
"timestamp": 1656658265776,
"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-07-01T06:54:06.635Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2923c7a4-a816-4276-982b-9b2d02d73517
2022-07-01T06:54:06.635Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2923c7a4-a816-4276-982b-9b2d02d73517 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-07-01T06:54:06.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658266585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "ves-openapi-manager",
"timestamp": 1656658265869,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658266585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:54:06.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658269371,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:54:06.648Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "clamp",
"timestamp": 1656658269635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:54:06.648Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658271266,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:54:06.649Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "aai-ml",
"timestamp": 1656658270988,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:54:06.649Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "clamp",
"timestamp": 1656658271644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:54:06.650Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "aai-ml",
"timestamp": 1656658271992,
"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-07-01T06:54:06.655Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2923c7a4-a816-4276-982b-9b2d02d73517
2022-07-01T06:54:06.655Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2923c7a4-a816-4276-982b-9b2d02d73517 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-07-01T06:54:06.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "clamp",
"timestamp": 1656658272648,
"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-07-01T06:54:06.669Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2923c7a4-a816-4276-982b-9b2d02d73517
2022-07-01T06:54:06.669Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2923c7a4-a816-4276-982b-9b2d02d73517 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-07-01T06:54:06.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656658280756,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656658280756,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:54:06.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656658283558,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:54:06.680Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656658285327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T06:54:06.681Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656658286332,
"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-07-01T06:54:06.686Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2923c7a4-a816-4276-982b-9b2d02d73517
2022-07-01T06:54:06.686Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2923c7a4-a816-4276-982b-9b2d02d73517 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-07-01T06:54:06.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656658314013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656658310756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656658314013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656658310756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656658314013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656658310756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656658314013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656658310756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "clamp",
"timestamp": 1656658318716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656658314013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656658310756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "clamp",
"timestamp": 1656658318716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656658314013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656658310756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "clamp",
"timestamp": 1656658318716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "cds",
"timestamp": 1656658320696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656658314013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656658310756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "clamp",
"timestamp": 1656658318716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "policy-id",
"timestamp": 1656658320993,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "cds",
"timestamp": 1656658320696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656658314013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:54:06.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656658310756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:54:06.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "clamp",
"timestamp": 1656658318716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "policy-id",
"timestamp": 1656658320993,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "cds",
"timestamp": 1656658320696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "aai-ml",
"timestamp": 1656658323735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656658323673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:54:06.709Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "clamp",
"timestamp": 1656658318716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "policy-id",
"timestamp": 1656658320993,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "cds",
"timestamp": 1656658320696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "aai-ml",
"timestamp": 1656658323735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "clamp",
"timestamp": 1656658318716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "policy-id",
"timestamp": 1656658320993,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:06.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "cds",
"timestamp": 1656658320696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T06:54:12.369Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
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-07-01T06:54:12.385Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
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-07-01T06:54:12.391Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:54:12.391Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T06:54:12.391Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||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-07-01T06:54:12.397Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T06:54:42.397Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517 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-07-01T06:54:42.405Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2923c7a4-a816-4276-982b-9b2d02d73517 and serviceModelVersionId: 89f9cb00-c271-44a5-b73e-d7ed37643dc6
2022-07-01T06:54:42.405Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9afe59a-2149-4c20-84e6-93659d1fb888
2022-07-01T06:54:42.407Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9afe59a-2149-4c20-84e6-93659d1fb888/model-vers/model-ver/89f9cb00-c271-44a5-b73e-d7ed37643dc6?depth=0
2022-07-01T06:54:42.412Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T06:54:42.480Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9afe59a-2149-4c20-84e6-93659d1fb888/model-vers/model-ver/89f9cb00-c271-44a5-b73e-d7ed37643dc6?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-07-01T06:54:42.481Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9afe59a-2149-4c20-84e6-93659d1fb888/model-vers/model-ver/89f9cb00-c271-44a5-b73e-d7ed37643dc6?depth=0|INFO|500||Invoke
2022-07-01T06:54:42.509Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9afe59a-2149-4c20-84e6-93659d1fb888/model-vers/model-ver/89f9cb00-c271-44a5-b73e-d7ed37643dc6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-01T06:54:42.627Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9afe59a-2149-4c20-84e6-93659d1fb888/model-vers/model-ver/89f9cb00-c271-44a5-b73e-d7ed37643dc6?depth=0|INFO|500||InvokeReturn
2022-07-01T06:54:42.627Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9afe59a-2149-4c20-84e6-93659d1fb888/model-vers/model-ver/89f9cb00-c271-44a5-b73e-d7ed37643dc6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220701-06:54:42:460-34615], vertex-id=[372872], Content-Length=[0], Date=[Fri, 01 Jul 2022 06:54:42 GMT], Content-Type=[application/json]}
2022-07-01T06:54:42.627Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-07-01T06:54:42.628Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T06:54:42.628Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||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-07-01T06:54:42.632Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||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-07-01T06:54:42.633Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2923c7a4-a816-4276-982b-9b2d02d73517 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T06:54:42.633Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T06:54:42.633Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:42.635Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:42.635Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658482633,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:54:42.735Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:42.736Z||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-07-01T06:54:42.737Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:42.752Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:54:42.752Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T06:54:43.648Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:54:43.648Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:54:43.648Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:48.161Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:54:48.163Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-01T06:54:48.163Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"246420a1-3326-4517-b980-9b3d65d6c7f1","serviceName":"Demo_pNF_0BwRCa3sVTMqqn3YpTom","serviceVersion":"1.0","serviceUUID":"837a93b9-f7b4-467a-b43c-e26d1ef2e60a","serviceDescription":"catalog service description","serviceInvariantUUID":"1000a77d-ba04-4f36-8aff-a29e6d93987f","resources":[{"resourceInstanceName":"pNF e72678bc-7651 0","resourceName":"pNF e72678bc-7651","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"74e5158c-5c1d-4788-b4f1-da6bd0bb4122","resourceInvariantUUID":"85f008b4-317a-49cc-806e-4fa4b3697015","resourceCustomizationUUID":"7859d3be-2cc9-46b1-ad3e-e442c09ede0e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml","artifactChecksum":"NWNlYzRkZTZhOTA2MjNmM2I1OTQ3NjM2ZDNjMzIyZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0c208ad-4a0c-4005-a3a1-ba3152fa0a87","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar","artifactChecksum":"ZjBhMTU1Zjk4YWYzZTM3YTU3NWUzNDNkYzY4NjdmNjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"29a4c822-4e12-4955-aa44-c218f84cba9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c58c5dfa-a7bf-46c4-80d2-6fde8909df8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml","artifactChecksum":"YWRkYmJjYWM1ZWMyNTY2NWJlOGZiNWNkNjViM2ViYzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"948ab10b-889d-471a-85f4-c3007d6d36a9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9ed6827f-cd31-45a1-9569-01bb1cf94db9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"50ae90ce-d83f-4dad-9f16-5a6b7da5f2b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0bwrca3svtmqqn3yptom-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml","artifactChecksum":"MmViZjI4NjFkM2QxODY1Yzc3ZmVmNDZlMDQxZjA3MTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af14c461-b104-41df-864d-61babd0f5d32","artifactVersion":"1"},{"artifactName":"service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar","artifactChecksum":"MTc1ZDVkNGVkZDA0Yjk0ZGM4YTIxMjgzNzBhMzhiOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38451e7d-06e2-41ce-971e-83065d0d7056","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T06:54:48.165Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:48.166Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:48.168Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:48.168Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658483648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:48.268Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:48.270Z||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-07-01T06:54:48.270Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:48.289Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:54:48.290Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:54:49.168Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:49.169Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:49.172Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:49.172Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658483648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:49.271Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:54:49.273Z||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-07-01T06:54:49.273Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:49.299Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:54:49.300Z||pool-41-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:54:50.172Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:50.174Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:50.176Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:50.176Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658483648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:50.277Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:54:50.277Z||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-07-01T06:54:50.278Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:50.306Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:54:50.307Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:54:51.177Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:51.178Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:51.180Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:51.180Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658483648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:51.280Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:51.281Z||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-07-01T06:54:51.281Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:51.305Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:54:51.305Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:54:52.181Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:52.182Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:52.184Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:52.185Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658483648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:52.285Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:52.286Z||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-07-01T06:54:52.286Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:52.309Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:54:52.310Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:54:53.185Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:53.185Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:53.188Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:53.188Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658483648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:53.288Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:53.289Z||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-07-01T06:54:53.289Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:53.314Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:54:53.314Z||pool-45-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:54:54.188Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:54.189Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:54.191Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:54.191Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658483648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T06:54:54.292Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:54.292Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:54:54.293Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:54.307Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:54:54.307Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:54:55.192Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:55.193Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:55.195Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:55.195Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658483648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T06:54:55.295Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:55.296Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:54:55.296Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:55.313Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:54:55.313Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:54:56.196Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"serviceName": "Demo_pNF_0BwRCa3sVTMqqn3YpTom",
"serviceVersion": "1.0",
"serviceUUID": "837a93b9-f7b4-467a-b43c-e26d1ef2e60a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1000a77d-ba04-4f36-8aff-a29e6d93987f",
"resources": [
{
"resourceInstanceName": "pNF e72678bc-7651 0",
"resourceCustomizationUUID": "7859d3be-2cc9-46b1-ad3e-e442c09ede0e",
"resourceName": "pNF e72678bc-7651",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "74e5158c-5c1d-4788-b4f1-da6bd0bb4122",
"resourceInvariantUUID": "85f008b4-317a-49cc-806e-4fa4b3697015",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
"artifactChecksum": "MTc1ZDVkNGVkZDA0Yjk0ZGM4YTIxMjgzNzBhMzhiOTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "38451e7d-06e2-41ce-971e-83065d0d7056"
}
],
"workloadContext": "Production"
}
2022-07-01T06:54:56.196Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T06:54:56.197Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 837a93b9-f7b4-467a-b43c-e26d1ef2e60a ASDC
2022-07-01T06:54:56.197Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:246420a1-3326-4517-b980-9b3d65d6c7f1
ServiceName:Demo_pNF_0BwRCa3sVTMqqn3YpTom
ServiceVersion:1.0
ServiceUUID:837a93b9-f7b4-467a-b43c-e26d1ef2e60a
ServiceInvariantUUID:1000a77d-ba04-4f36-8aff-a29e6d93987f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
ArtifactUUID:38451e7d-06e2-41ce-971e-83065d0d7056
ArtifactChecksum:MTc1ZDVkNGVkZDA0Yjk0ZGM4YTIxMjgzNzBhMzhiOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e72678bc-7651 0
ResourceCustomizationUUID:7859d3be-2cc9-46b1-ad3e-e442c09ede0e
ResourceInvariantUUID:85f008b4-317a-49cc-806e-4fa4b3697015
ResourceName:pNF e72678bc-7651
ResourceType:PNF
ResourceUUID:74e5158c-5c1d-4788-b4f1-da6bd0bb4122
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-07-01T06:54:56.197Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 837a93b9-f7b4-467a-b43c-e26d1ef2e60a 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-07-01T06:54:56.223Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:54:56.223Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:54:56.223Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:54:56.223Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 38451e7d-06e2-41ce-971e-83065d0d7056 from URL: /sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:56.223Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T06:54:56.224Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:56.331Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T06:54:56.336Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar 38451e7d-06e2-41ce-971e-83065d0d7056 82651
2022-07-01T06:54:56.336Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar ASDC sendASDCNotification
2022-07-01T06:54:56.336Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:56.336Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:54:56.337Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:56.338Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:56.339Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656658496336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T06:54:56.439Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:56.440Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:54:56.440Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:56.467Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T06:54:56.468Z||pool-48-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:54:57.339Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:54:57.340Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:54:57.340Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 38451e7d-06e2-41ce-971e-83065d0d7056, URL: /sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar to file: /app/ASDC/1/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:57.341Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:57.341Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:57.341Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:57.471Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP584537443789030132/Definitions/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml
2022-07-01T06:54:58.258Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T06:54:58.259Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T06:54:58.259Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.259Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-01T06:54:58.259Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.259Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.259Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.259Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||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-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.260Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||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-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.260Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e72678bc-7651 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.260Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||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-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.260Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T06:54:58.260Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T06:54:58.260Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0BwRCa3sVTMqqn3YpTom is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:54:58.261Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Node template pNF e72678bc-7651 0 is matching search criteria
2022-07-01T06:54:58.261Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T06:54:58.261Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e72678bc-7651 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:54:58.261Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery